krähemann.com

AgsScrolledLevelBox

AgsScrolledLevelBox — scrolled level 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
                    ╰── AgsScrolledLevelBox

Includes

#include <ags/widget/ags_scrolled_level_box.h>

Description

The AgsScrolledLevelBox lets you to have a scrolled level box widget.

Functions

ags_scrolled_level_box_new ()

AgsScrolledLevelBox *
ags_scrolled_level_box_new ();

Create a new AgsScrolledLevelBox.

Returns

a new AgsScrolledLevelBox

Since: 3.0.0

Property Details

The “margin-bottom” property

  “margin-bottom”            guint

The margin bottom.

Owner: AgsScrolledLevelBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-left” property

  “margin-left”              guint

The margin left.

Owner: AgsScrolledLevelBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-right” property

  “margin-right”             guint

The margin right.

Owner: AgsScrolledLevelBox

Flags: Read / Write

Default value: 0

Since: 3.0.0


The “margin-top” property

  “margin-top”               guint

The margin top.

Owner: AgsScrolledLevelBox

Flags: Read / Write

Default value: 0

Since: 3.0.0