mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
TreeMenu: Remove accidentally duplicated doc lines
Not that it actually matters, as this is not public anymore, but this was done accidentally. Also, sync a property description to ComboBox.
This commit is contained in:
parent
3783934436
commit
fa4d814462
@ -932,7 +932,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
*
|
||||
* If this is set to a non-negative value, it must be the index of a column
|
||||
* of type %G_TYPE_INT in the model. The value in that column for each item
|
||||
* will determine how many rows the item will span in the popup. Therefore,
|
||||
* will determine how many rows that item will span in the popup. Therefore,
|
||||
* values in this column must be greater than zero.
|
||||
*
|
||||
* Since: 2.4
|
||||
|
@ -366,9 +366,6 @@ _gtk_tree_menu_class_init (GtkTreeMenuClass *class)
|
||||
* GtkTreeMenu:column-span-column:
|
||||
*
|
||||
* If this is set to a non-negative value, it must be the index of a column
|
||||
* of type %G_TYPE_INT in the model.
|
||||
*
|
||||
* If this is set to a non-negative value, it must be the index of a column
|
||||
* of type %G_TYPE_INT in the model. The value in that column for each item
|
||||
* will determine how many columns that item will span in the popup.
|
||||
* Therefore, values in this column must be greater than zero, and the sum of
|
||||
|
Loading…
Reference in New Issue
Block a user