Top | ![]() |
![]() |
![]() |
![]() |
void | ags_dial_draw () |
void | ags_dial_value_changed () |
void | ags_dial_set_value () |
AgsDial * | ags_dial_new () |
#define | AGS_DIAL() |
#define | AGS_DIAL_CLASS() |
#define | AGS_DIAL_GET_CLASS() |
#define | AGS_IS_DIAL() |
GType | ags_dial_get_type () |
GObject * | adjustment | Read / Write |
gint | button-height | Read / Write |
gint | button-width | Read / Write |
guint | font-size | Read / Write |
gint | margin-left | Read / Write |
gint | margin-right | Read / Write |
guint | outline-strength | Read / Write |
guint | radius | Read / Write |
guint | scale-precision | Read / Write |
#define | AGS_DIAL_DEFAULT_PRECISION |
#define | AGS_DIAL_DEFAULT_RADIUS |
#define | AGS_DIAL_DEFAULT_OUTLINE_STRENGTH |
#define | AGS_DIAL_DEFAULT_FONT_SIZE |
#define | AGS_DIAL_DEFAULT_BUTTON_WIDTH |
#define | AGS_DIAL_DEFAULT_BUTTON_HEIGHT |
#define | AGS_DIAL_DEFAULT_MARGIN |
#define | AGS_DIAL_DEFAULT_MARGIN_LEFT |
#define | AGS_DIAL_DEFAULT_MARGIN_RIGHT |
#define | AGS_DIAL_DEFAULT_HEIGHT |
#define | AGS_DIAL_DEFAULT_WIDTH |
enum | AgsDialFlags |
enum | AgsDialAction |
#define | AGS_TYPE_DIAL |
struct | AgsDial |
struct | AgsDialClass |
#define AGS_DIAL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DIAL, AgsDialClass))
#define AGS_DIAL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DIAL, AgsDialClass))
#define AGS_DIAL_DEFAULT_HEIGHT (2 * (AGS_DIAL_DEFAULT_RADIUS + AGS_DIAL_DEFAULT_OUTLINE_STRENGTH + 1))
#define AGS_DIAL_DEFAULT_WIDTH (2 * (AGS_DIAL_DEFAULT_BUTTON_WIDTH + AGS_DIAL_DEFAULT_MARGIN + AGS_DIAL_DEFAULT_RADIUS + AGS_DIAL_DEFAULT_OUTLINE_STRENGTH + 2))
“adjustment”
property“adjustment” GObject *
The adjustment storing current value and boundaries.
Flags: Read / Write
Since: 2.0.0
“button-height”
property“button-height” gint
The buttons height.
Flags: Read / Write
Allowed values: >= -1
Default value: 8
Since: 2.2.20
“button-width”
property“button-width” gint
The buttons width.
Flags: Read / Write
Allowed values: >= -1
Default value: 12
Since: 2.2.20
“font-size”
property“font-size” guint
The font size of the buttons.
Flags: Read / Write
Default value: 6
Since: 2.2.20
“margin-left”
property“margin-left” gint
The button's margin left.
Flags: Read / Write
Allowed values: >= -1
Default value: 4
Since: 2.2.20
“margin-right”
property“margin-right” gint
The button's margin right.
Flags: Read / Write
Allowed values: >= -1
Default value: 4
Since: 2.3.0
“outline-strength”
property“outline-strength” guint
The outline strength of the knob.
Flags: Read / Write
Default value: 4
Since: 2.2.20
“radius”
property“radius” guint
The radius of the knob.
Flags: Read / Write
Default value: 8
Since: 2.2.20
“scale-precision”
property“scale-precision” guint
The precision of the scale.
Flags: Read / Write
Default value: 8
Since: 2.0.0