GwyHMarkerBox — A box with movable horizontal markers.
#include <libgwydgets/gwydgets.h>
GwyHMarkerBox;
GwyHMarkerBoxClass;
GtkWidget* gwy_hmarker_box_new (void);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GwyMarkerBox +----GwyHMarkerBox
GwyHMarkerBox implements AtkImplementorIface and GtkBuildable.
GwyHMarkerBox is a horizontal marker box, use the GwyMarkerBox interface to control it.
typedef struct _GwyHMarkerBox GwyHMarkerBox;
typedef struct {
GwyMarkerBoxClass parent_class;
void (*reserved1)(void);
void (*reserved2)(void);
} GwyHMarkerBoxClass;
GtkWidget* gwy_hmarker_box_new (void);
Creates a new horizontal marker box.
Returns : |
The new horizontal marker box as a GtkWidget. |