set a search column.
2005-07-06 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactionview.c (gimp_action_view_new): set a search column.
This commit is contained in:

committed by
Michael Natterer

parent
02f7bbbf10
commit
bb3cdd5397
@ -1,3 +1,8 @@
|
|||||||
|
2005-07-06 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/widgets/gimpactionview.c (gimp_action_view_new): set a
|
||||||
|
search column.
|
||||||
|
|
||||||
2005-07-06 Sven Neumann <sven@gimp.org>
|
2005-07-06 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimpwidgets/gimpbrowser.c: set the count label in italic.
|
* libgimpwidgets/gimpbrowser.c: set the count label in italic.
|
||||||
|
@ -324,6 +324,9 @@ gimp_action_view_new (GimpUIManager *manager,
|
|||||||
GIMP_ACTION_VIEW (view)->manager = g_object_ref (manager);
|
GIMP_ACTION_VIEW (view)->manager = g_object_ref (manager);
|
||||||
GIMP_ACTION_VIEW (view)->show_shortcuts = show_shortcuts;
|
GIMP_ACTION_VIEW (view)->show_shortcuts = show_shortcuts;
|
||||||
|
|
||||||
|
gtk_tree_view_set_search_column (GTK_TREE_VIEW (view),
|
||||||
|
GIMP_ACTION_VIEW_COLUMN_LABEL);
|
||||||
|
|
||||||
column = gtk_tree_view_column_new ();
|
column = gtk_tree_view_column_new ();
|
||||||
gtk_tree_view_column_set_title (column, _("Action"));
|
gtk_tree_view_column_set_title (column, _("Action"));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user