GOComboPixmaps

GOComboPixmaps

Functions

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkHBox
                            ╰── GOComboBox
                                ╰── GOComboPixmaps

Implemented Interfaces

GOComboPixmaps implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

GO_COMBO_PIXMAPS()

#define GO_COMBO_PIXMAPS(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GO_TYPE_COMBO_PIXMAPS, GOComboPixmaps))


GO_IS_COMBO_PIXMAPS()

#define GO_IS_COMBO_PIXMAPS(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GO_TYPE_COMBO_PIXMAPS))


go_combo_pixmaps_get_type ()

GType
go_combo_pixmaps_get_type (void);


go_combo_pixmaps_new ()

GOComboPixmaps *
go_combo_pixmaps_new (int ncols);


go_combo_pixmaps_add_element ()

void
go_combo_pixmaps_add_element (GOComboPixmaps *combo,
                              GdkPixbuf *pixbuf,
                              int id,
                              char const *tooltip);

Absorbs a ref to the pixbuf.

Parameters

combo

GOComboPixmaps

 

pixbuf

GdkPixbuf

 

id

an identifier for the callbacks

 

tooltip

optional

 

go_combo_pixmaps_select_index ()

gboolean
go_combo_pixmaps_select_index (GOComboPixmaps *combo,
                               int index);


go_combo_pixmaps_select_id ()

gboolean
go_combo_pixmaps_select_id (GOComboPixmaps *combo,
                            int id);


go_combo_pixmaps_get_selected ()

int
go_combo_pixmaps_get_selected (GOComboPixmaps const *combo,
                               int *index);


go_combo_pixmaps_get_preview ()

GtkWidget *
go_combo_pixmaps_get_preview (GOComboPixmaps const *combo);


go_menu_pixmaps_new ()

GOMenuPixmaps *
go_menu_pixmaps_new (int ncols);


go_menu_pixmaps_add_element ()

void
go_menu_pixmaps_add_element (GOMenuPixmaps *menu,
                             GdkPixbuf *pixbuf,
                             int id);

Types and Values

GO_TYPE_COMBO_PIXMAPS

#define GO_TYPE_COMBO_PIXMAPS (go_combo_pixmaps_get_type ())


GOComboPixmaps

typedef struct _GOComboPixmaps GOComboPixmaps;


GOMenuPixmaps

typedef struct _GOMenuPixmaps GOMenuPixmaps;

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