Interface EditableProperties


public interface EditableProperties
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the number of properties
    static final int
    the property id for [property@Gtk.Editable:cursor-position]
    static final int
    the property id for [property@Gtk.Editable:editable]
    static final int
    the property id for [property@Gtk.Editable:enable-undo]
    static final int
    the property id for [property@Gtk.Editable:max-width-chars]
    static final int
    the property id for [property@Gtk.Editable:selection-bound]
    static final int
    the property id for [property@Gtk.Editable:text]
    static final int
    the property id for [property@Gtk.Editable:width-chars]
    static final int
    the property id for [property@Gtk.Editable:xalign]
  • Field Details

    • PROP_TEXT

      static final int PROP_TEXT
      the property id for [property@Gtk.Editable:text]
      See Also:
    • PROP_CURSOR_POSITION

      static final int PROP_CURSOR_POSITION
      the property id for [property@Gtk.Editable:cursor-position]
      See Also:
    • PROP_SELECTION_BOUND

      static final int PROP_SELECTION_BOUND
      the property id for [property@Gtk.Editable:selection-bound]
      See Also:
    • PROP_EDITABLE

      static final int PROP_EDITABLE
      the property id for [property@Gtk.Editable:editable]
      See Also:
    • PROP_WIDTH_CHARS

      static final int PROP_WIDTH_CHARS
      the property id for [property@Gtk.Editable:width-chars]
      See Also:
    • PROP_MAX_WIDTH_CHARS

      static final int PROP_MAX_WIDTH_CHARS
      the property id for [property@Gtk.Editable:max-width-chars]
      See Also:
    • PROP_XALIGN

      static final int PROP_XALIGN
      the property id for [property@Gtk.Editable:xalign]
      See Also:
    • PROP_ENABLE_UNDO

      static final int PROP_ENABLE_UNDO
      the property id for [property@Gtk.Editable:enable-undo]
      See Also:
    • NUM_PROPERTIES

      static final int NUM_PROPERTIES
      the number of properties
      See Also: