GwyHMarkerBox
GwyHMarkerBox — A box with movable horizontal markers.
|
|
Implemented Interfaces
GwyHMarkerBox implements
AtkImplementorIface.
Details
GwyHMarkerBox
typedef struct _GwyHMarkerBox GwyHMarkerBox;
GwyHMarkerBoxClass
typedef struct {
GwyMarkerBoxClass parent_class;
void (*reserved1)(void);
void (*reserved2)(void);
} GwyHMarkerBoxClass;
gwy_hmarker_box_new ()
GtkWidget* gwy_hmarker_box_new (void);
Creates a new horizontal marker box.
Returns : |
The new horizontal marker box as a GtkWidget.
|