Top | ![]() |
![]() |
![]() |
![]() |
AgsAutomationEditBox * | ags_automation_edit_box_new () |
#define | AGS_AUTOMATION_EDIT_BOX() |
#define | AGS_AUTOMATION_EDIT_BOX_CLASS() |
#define | AGS_AUTOMATION_EDIT_BOX_GET_CLASS() |
#define | AGS_IS_AUTOMATION_EDIT_BOX() |
GType | ags_automation_edit_box_get_type () |
#define | AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT |
enum | AgsAutomationEditBoxFlags |
#define | AGS_TYPE_AUTOMATION_EDIT_BOX |
struct | AgsAutomationEditBox |
struct | AgsAutomationEditBoxClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── AgsAutomationEditBox ╰── AgsVAutomationEditBox
AgsAutomationEditBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.
AgsAutomationEditBox * ags_automation_edit_box_new ();
Create a new instance of AgsAutomationEditBox.
Since: 2.0.0
#define AGS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBox))
#define AGS_AUTOMATION_EDIT_BOX_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
#define AGS_AUTOMATION_EDIT_BOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT_BOX, AgsAutomationEditBoxClass))
#define AGS_IS_AUTOMATION_EDIT_BOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT_BOX))
#define AGS_AUTOMATION_EDIT_BOX_DEFAULT_FIXED_EDIT_HEIGHT (128)
#define AGS_TYPE_AUTOMATION_EDIT_BOX (ags_automation_edit_box_get_type())
“fixed-edit-height”
property“fixed-edit-height” guint
The fixed height of a edit.
Flags: Read / Write
Default value: 128
Since: 2.0.0