krähemann.com

AgsScrolledScaleBox

AgsScrolledScaleBox — scrolled scale box widget

Stability Level

Stable, unless otherwise indicated

Properties

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

Object Hierarchy

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

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

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