finch/libgnt/gntcombobox.h

changeset 35379
ea1a0327001e
parent 31293
169eeb43b52c
child 35475
ec0d44434ba8
equal deleted inserted replaced
35378:5d9e2581005b 35379:ea1a0327001e
30 #include "gnt.h" 30 #include "gnt.h"
31 #include "gntcolors.h" 31 #include "gntcolors.h"
32 #include "gntkeys.h" 32 #include "gntkeys.h"
33 #include "gntwidget.h" 33 #include "gntwidget.h"
34 34
35 #define GNT_TYPE_COMBO_BOX (gnt_combo_box_get_gtype()) 35 #define GNT_TYPE_COMBO_BOX (gnt_combo_box_get_type())
36 #define GNT_COMBO_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_COMBO_BOX, GntComboBox)) 36 #define GNT_COMBO_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_COMBO_BOX, GntComboBox))
37 #define GNT_COMBO_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_COMBO_BOX, GntComboBoxClass)) 37 #define GNT_COMBO_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_COMBO_BOX, GntComboBoxClass))
38 #define GNT_IS_COMBO_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_COMBO_BOX)) 38 #define GNT_IS_COMBO_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_COMBO_BOX))
39 #define GNT_IS_COMBO_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GNT_TYPE_COMBO_BOX)) 39 #define GNT_IS_COMBO_BOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GNT_TYPE_COMBO_BOX))
40 #define GNT_COMBO_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_COMBO_BOX, GntComboBoxClass)) 40 #define GNT_COMBO_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_COMBO_BOX, GntComboBoxClass))
69 G_BEGIN_DECLS 69 G_BEGIN_DECLS
70 70
71 /** 71 /**
72 * @return Get the GType for GntComboBox 72 * @return Get the GType for GntComboBox
73 */ 73 */
74 GType gnt_combo_box_get_gtype(void); 74 GType gnt_combo_box_get_type(void);
75 75
76 /** 76 /**
77 * Create a new GntComboBox 77 * Create a new GntComboBox
78 * 78 *
79 * @return A new GntComboBox 79 * @return A new GntComboBox

mercurial