Top | ![]() |
![]() |
![]() |
![]() |
Functions
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 () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ├── GtkBox │ ╰── GOComboBox │ ╰── GOComboPixmaps ╰── GtkMenuShell ╰── GtkMenu ╰── GOMenuPixmaps
Implemented Interfaces
GOComboPixmaps implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GOMenuPixmaps implements AtkImplementorIface and GtkBuildable.
Functions
go_combo_pixmaps_add_element ()
void go_combo_pixmaps_add_element (GOComboPixmaps *combo
,GdkPixbuf *pixbuf
,int id
,char const *tooltip
);
go_combo_pixmaps_clear_elements ()
void
go_combo_pixmaps_clear_elements (GOComboPixmaps *combo
);
Remove all elements.
go_combo_pixmaps_get_preview ()
GtkWidget *
go_combo_pixmaps_get_preview (GOComboPixmaps const *combo
);
go_combo_pixmaps_get_selected ()
int go_combo_pixmaps_get_selected (GOComboPixmaps const *combo
,int *index
);
go_combo_pixmaps_select_index ()
gboolean go_combo_pixmaps_select_index (GOComboPixmaps *combo
,int index
);
go_menu_pixmaps_add_element ()
void go_menu_pixmaps_add_element (GOMenuPixmaps *menu
,GdkPixbuf *pixbuf
,int id
,const char *tooltip
);
Signal Details
The “changed”
signal
void user_function (GOComboPixmaps *gocombopixmaps, gint arg1, gpointer user_data)
Parameters
gocombopixmaps |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
The “changed”
signal
void user_function (GOMenuPixmaps *gomenupixmaps, gint arg1, gpointer user_data)
Parameters
gomenupixmaps |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last