enum Gtk::EditableProperties
Overview
The identifiers for Gtk::Editable properties.
See Gtk::Editable#install_properties for details on how to
implement the Gtk::Editable interface.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
PropText =
0_u32 -
the property id for
Gtk::Editable#text -
PropCursorPosition =
1_u32 -
the property id for [property@Gtk.Editable:cursor-position]
-
PropSelectionBound =
2_u32 -
the property id for [property@Gtk.Editable:selection-bound]
-
PropEditable =
3_u32 -
the property id for
Gtk::Editable#editable -
PropWidthChars =
4_u32 -
the property id for [property@Gtk.Editable:width-chars]
-
PropMaxWidthChars =
5_u32 -
the property id for [property@Gtk.Editable:max-width-chars]
-
PropXalign =
6_u32 -
the property id for
Gtk::Editable#xalign -
PropEnableUndo =
7_u32 -
the property id for [property@Gtk.Editable:enable-undo]
-
NumProperties =
8_u32 -
the number of properties
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #num_properties?
- #prop_cursor_position?
- #prop_editable?
- #prop_enable_undo?
- #prop_max_width_chars?
- #prop_selection_bound?
- #prop_text?
- #prop_width_chars?
- #prop_xalign?