forked from AuroraMiddleware/gtk
gtkcomboboxtext: Some documentation fixes
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=656053
This commit is contained in:
parent
a516d2359c
commit
5da4473e27
@ -1011,7 +1011,7 @@ gtk_combo_box_text_new_with_entry
|
|||||||
gtk_combo_box_text_append_text
|
gtk_combo_box_text_append_text
|
||||||
gtk_combo_box_text_insert_text
|
gtk_combo_box_text_insert_text
|
||||||
gtk_combo_box_text_prepend_text
|
gtk_combo_box_text_prepend_text
|
||||||
gtk_combo_box_text_remove_text
|
gtk_combo_box_text_remove
|
||||||
gtk_combo_box_text_get_active_text
|
gtk_combo_box_text_get_active_text
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
* You can add items to a GtkComboBoxText with
|
* You can add items to a GtkComboBoxText with
|
||||||
* gtk_combo_box_text_append_text(), gtk_combo_box_text_insert_text()
|
* gtk_combo_box_text_append_text(), gtk_combo_box_text_insert_text()
|
||||||
* or gtk_combo_box_text_prepend_text() and remove options with
|
* or gtk_combo_box_text_prepend_text() and remove options with
|
||||||
* gtk_combo_box_text_remove_text().
|
* gtk_combo_box_text_remove().
|
||||||
*
|
*
|
||||||
* If the GtkComboBoxText contains an entry (via the 'has-entry' property),
|
* If the GtkComboBoxText contains an entry (via the 'has-entry' property),
|
||||||
* its contents can be retrieved using gtk_combo_box_text_get_active_text().
|
* its contents can be retrieved using gtk_combo_box_text_get_active_text().
|
||||||
@ -55,7 +55,7 @@
|
|||||||
* <para>
|
* <para>
|
||||||
* The GtkComboBoxText implementation of the GtkBuildable interface
|
* The GtkComboBoxText implementation of the GtkBuildable interface
|
||||||
* supports adding items directly using the <items> element
|
* supports adding items directly using the <items> element
|
||||||
* and specifying <item> elements for each item. Each <item>
|
* and specifying <item> elements for each item. Each <item>
|
||||||
* element supports the regular translation attributes "translatable",
|
* element supports the regular translation attributes "translatable",
|
||||||
* "context" and "comments".
|
* "context" and "comments".
|
||||||
* </para>
|
* </para>
|
||||||
|
Loading…
Reference in New Issue
Block a user