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