Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gimp_browser_new () |
void | gimp_browser_add_search_types () |
GtkWidget * | gimp_browser_get_left_vbox () |
GtkWidget * | gimp_browser_get_right_vbox () |
void | gimp_browser_set_search_summary () |
void | gimp_browser_set_widget () |
void | gimp_browser_show_message () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkPaned ╰── GimpBrowser
GtkWidget *
gimp_browser_new (void
);
Create a new GimpBrowser widget.
Since: 2.4
void gimp_browser_add_search_types (GimpBrowser *browser
,const gchar *first_type_label
,gint first_type_id
,...
);
Populates the GtkComboBox with search types.
[skip]
browser |
a GimpBrowser widget |
|
first_type_label |
the label of the first search type |
|
first_type_id |
an integer that identifies the first search type |
|
... |
a |
Since: 2.4
GtkWidget *
gimp_browser_get_left_vbox (GimpBrowser *browser
);
Since: 3.0
GtkWidget *
gimp_browser_get_right_vbox (GimpBrowser *browser
);
Since: 3.0
void gimp_browser_set_search_summary (GimpBrowser *browser
,const gchar *summary
);
Sets the search summary text.
Since: 3.0
void gimp_browser_set_widget (GimpBrowser *browser
,GtkWidget *widget
);
Sets the widget to appear on the right side of the browser
.
Since: 2.4
void gimp_browser_show_message (GimpBrowser *browser
,const gchar *message
);
Displays message
in the right side of the browser
. Unless the right
side already contains a GtkLabel, the widget previously added with
gimp_browser_set_widget()
is removed and replaced by a GtkLabel.
Since: 2.4
“search”
signalvoid user_function (GimpBrowser *gimpbrowser, char *arg1, int arg2, gpointer user_data)
Flags: Run Last