krähemann.com

AgsVScaleBox

AgsVScaleBox — vertical box widget

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsScaleBox
                        ╰── AgsVScaleBox

Implemented Interfaces

AgsVScaleBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Includes

#include <ags/widget/ags_vscale_box.h>

Description

The AgsVScaleBox is an vertical box widget containing AgsScale.

Functions

ags_vscale_box_new ()

AgsVScaleBox *
ags_vscale_box_new ();

Create a new instance of AgsVScaleBox.

Returns

the new AgsVScaleBox instance

Since: 3.0.0


AGS_IS_VSCALE_BOX()

#define AGS_IS_VSCALE_BOX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VSCALE_BOX))

AGS_IS_VSCALE_BOX_CLASS()

#define AGS_IS_VSCALE_BOX_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VSCALE_BOX))

AGS_VSCALE_BOX()

#define AGS_VSCALE_BOX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VSCALE_BOX, AgsVScaleBox))

AGS_VSCALE_BOX_CLASS()

#define AGS_VSCALE_BOX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VSCALE_BOX, AgsVScaleBoxClass))

AGS_VSCALE_BOX_GET_CLASS()

#define AGS_VSCALE_BOX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_VSCALE_BOX, AgsVScaleBoxClass))

ags_vscale_box_get_type ()

GType
ags_vscale_box_get_type (void);

Types and Values

AGS_TYPE_VSCALE_BOX

#define AGS_TYPE_VSCALE_BOX                (ags_vscale_box_get_type())

struct AgsVScaleBox

struct AgsVScaleBox;

struct AgsVScaleBoxClass

struct AgsVScaleBoxClass {
  AgsScaleBoxClass scale_box;
};