AgsScrolledScaleBox

AgsScrolledScaleBox — scrolled scale box widget

Functions

Properties

guint margin-bottom Read / Write
guint margin-left Read / Write
guint margin-right Read / Write
guint margin-top Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── AgsScrolledScaleBox

Implemented Interfaces

AgsScrolledScaleBox implements AtkImplementorIface and GtkBuildable.

Includes

#include <ags/widget/ags_scrolled_scale_box.h>

Description

The AgsScrolledScaleBox lets you to have a scrolled scale box widget.

Functions

ags_scrolled_scale_box_new ()

AgsScrolledScaleBox *
ags_scrolled_scale_box_new ();

Create a new instance of AgsScrolledScaleBox.

Returns

the new AgsScrolledScaleBox

Since: 3.0.0


AGS_IS_SCROLLED_SCALE_BOX()

#define AGS_IS_SCROLLED_SCALE_BOX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SCROLLED_SCALE_BOX))

AGS_IS_SCROLLED_SCALE_BOX_CLASS()

#define AGS_IS_SCROLLED_SCALE_BOX_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SCROLLED_SCALE_BOX))

AGS_SCROLLED_SCALE_BOX()

#define AGS_SCROLLED_SCALE_BOX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SCROLLED_SCALE_BOX, AgsScrolledScaleBox))

AGS_SCROLLED_SCALE_BOX_CLASS()

#define AGS_SCROLLED_SCALE_BOX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SCROLLED_SCALE_BOX, AgsScrolledScaleBoxClass))

AGS_SCROLLED_SCALE_BOX_GET_CLASS()

#define AGS_SCROLLED_SCALE_BOX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SCROLLED_SCALE_BOX, AgsScrolledScaleBoxClass))

ags_scrolled_scale_box_get_type ()

GType
ags_scrolled_scale_box_get_type (void);

Types and Values

AGS_TYPE_SCROLLED_SCALE_BOX

#define AGS_TYPE_SCROLLED_SCALE_BOX                (ags_scrolled_scale_box_get_type())

struct AgsScrolledScaleBox

struct AgsScrolledScaleBox;

struct AgsScrolledScaleBoxClass

struct AgsScrolledScaleBoxClass {
  GtkBinClass bin;
};

Property Details

The “margin-bottom” property

  “margin-bottom”            guint

The margin bottom.

Owner: AgsScrolledScaleBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-left” property

  “margin-left”              guint

The margin left.

Owner: AgsScrolledScaleBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-right” property

  “margin-right”             guint

The margin right.

Owner: AgsScrolledScaleBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-top” property

  “margin-top”               guint

The margin top.

Owner: AgsScrolledScaleBox

Flags: Read / Write

Default value: 0

Since: 3.0.0