Top | ![]() |
![]() |
![]() |
![]() |
void | go_combo_pixmaps_add_element () |
void | go_combo_pixmaps_clear_elements () |
GtkWidget * | go_combo_pixmaps_get_preview () |
int | go_combo_pixmaps_get_selected () |
GOComboPixmaps * | go_combo_pixmaps_new () |
gboolean | go_combo_pixmaps_select_id () |
gboolean | go_combo_pixmaps_select_index () |
void | go_menu_pixmaps_add_element () |
GOMenuPixmaps * | go_menu_pixmaps_new () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ├── GtkBox │ ╰── GOComboBox │ ╰── GOComboPixmaps ╰── GtkMenuShell ╰── GtkMenu ╰── GOMenuPixmaps
GOComboPixmaps implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GOMenuPixmaps implements AtkImplementorIface and GtkBuildable.
void go_combo_pixmaps_add_element (GOComboPixmaps *combo
,GdkPixbuf *pixbuf
,int id
,char const *tooltip
);
void
go_combo_pixmaps_clear_elements (GOComboPixmaps *combo
);
Remove all elements.
GtkWidget *
go_combo_pixmaps_get_preview (GOComboPixmaps const *combo
);
int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo
,int *index
);
gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo
,int index
);
void go_menu_pixmaps_add_element (GOMenuPixmaps *menu
,GdkPixbuf *pixbuf
,int id
,const char *tooltip
);
“changed”
signalvoid user_function (GOComboPixmaps *gocombopixmaps, gint arg1, gpointer user_data)
Flags: Run Last
“changed”
signalvoid user_function (GOMenuPixmaps *gomenupixmaps, gint arg1, gpointer user_data)
Flags: Run Last