krähemann.com

AgsScaleBox

AgsScaleBox — abstract box widget

Stability Level

Stable, unless otherwise indicated

Functions

Properties

guint fixed-scale-height Read / Write
guint fixed-scale-width Read / Write

Object Hierarchy

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

Includes

#include <ags/widget/ags_scale_box.h>

Description

The AgsScaleBox is an abstract box widget containing AgsScale.

Functions

ags_scale_box_new ()

AgsScaleBox *
ags_scale_box_new ();

Create a new instance of AgsScaleBox.

Returns

the new AgsScaleBox instance

Since: 3.0.0

Types and Values

AGS_SCALE_BOX_DEFAULT_FIXED_SCALE_WIDTH

#define AGS_SCALE_BOX_DEFAULT_FIXED_SCALE_WIDTH (60)

AGS_SCALE_BOX_DEFAULT_FIXED_SCALE_HEIGHT

#define AGS_SCALE_BOX_DEFAULT_FIXED_SCALE_HEIGHT (128)

enum AgsScaleBoxFlags

Members

AGS_SCALE_BOX_FIXED_SCALE_SIZE

   

Property Details

The “fixed-scale-height” property

  “fixed-scale-height”       guint

The fixed height of a scale.

Owner: AgsScaleBox

Flags: Read / Write

Default value: 128

Since: 3.0.0


The “fixed-scale-width” property

  “fixed-scale-width”        guint

The fixed width of a scale.

Owner: AgsScaleBox

Flags: Read / Write

Default value: 60

Since: 3.0.0