Add a note about COLUMN_FIXED restriction.
2004-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a note about COLUMN_FIXED restriction.
This commit is contained in:
parent
e29be8885f
commit
16a4dc2415
@ -1,5 +1,8 @@
|
||||
2004-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a
|
||||
note about COLUMN_FIXED restriction.
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press):
|
||||
Set the entry in the default handler of the ::match-selected signal.
|
||||
(#137226)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a
|
||||
note about COLUMN_FIXED restriction.
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press):
|
||||
Set the entry in the default handler of the ::match-selected signal.
|
||||
(#137226)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a
|
||||
note about COLUMN_FIXED restriction.
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press):
|
||||
Set the entry in the default handler of the ::match-selected signal.
|
||||
(#137226)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a
|
||||
note about COLUMN_FIXED restriction.
|
||||
|
||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press):
|
||||
Set the entry in the default handler of the ::match-selected signal.
|
||||
(#137226)
|
||||
|
@ -6170,9 +6170,10 @@ column_sizing_notify (GObject *object,
|
||||
* Enables or disables the fixed height mode of @tree_view.
|
||||
* Fixed height mode speeds up #GtkTreeView by assuming that all
|
||||
* rows have the same height.
|
||||
* Only enable this option if all rows are the same height.
|
||||
* Only enable this option if all rows are the same height and all
|
||||
* columns are of type %GTK_TREE_VIEW_COLUMN_FIXED.
|
||||
*
|
||||
* Since: 2.6
|
||||
* Since: 2.6
|
||||
**/
|
||||
void
|
||||
gtk_tree_view_set_fixed_height_mode (GtkTreeView *tree_view,
|
||||
|
Loading…
Reference in New Issue
Block a user