[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkEntry

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 6273

type TGtkEntry = object(TGtkWidget)

  priv1: PGtkEntryPrivate;

  

  function new;

  

  function new_with_buffer();

  

  function get_activates_default;

  

  function get_alignment;

  

  function get_attributes;

  

  function get_buffer;

  

  function get_completion;

  

  function get_current_icon_drag_source;

  

  function get_cursor_hadjustment;

  

  function get_has_frame;

  

  function get_icon_activatable();

  

  procedure get_icon_area();

  

  function get_icon_at_pos();

  

  function get_icon_gicon();

  

  function get_icon_name();

  

  function get_icon_pixbuf();

  

  function get_icon_sensitive();

  

  function get_icon_storage_type();

  

  function get_icon_tooltip_markup();

  

  function get_icon_tooltip_text();

  

  function get_input_hints;

  

  function get_input_purpose;

  

  function get_invisible_char;

  

  function get_layout;

  

  procedure get_layout_offsets();

  

  function get_max_length;

  

  function get_max_width_chars;

  

  function get_overwrite_mode;

  

  function get_placeholder_text;

  

  function get_progress_fraction;

  

  function get_progress_pulse_step;

  

  function get_tabs;

  

  function get_text;

  

  procedure get_text_area();

  

  function get_text_length;

  

  function get_visibility;

  

  function get_width_chars;

  

  procedure grab_focus_without_selecting;

  

  function im_context_filter_keypress();

  

  function layout_index_to_text_index();

  

  procedure progress_pulse;

  

  procedure reset_im_context;

  

  procedure set_activates_default();

  

  procedure set_alignment();

  

  procedure set_attributes();

  

  procedure set_buffer();

  

  procedure set_completion();

  

  procedure set_cursor_hadjustment();

  

  procedure set_has_frame();

  

  procedure set_icon_activatable();

  

  procedure set_icon_drag_source();

  

  procedure set_icon_from_gicon();

  

  procedure set_icon_from_icon_name();

  

  procedure set_icon_from_pixbuf();

  

  procedure set_icon_sensitive();

  

  procedure set_icon_tooltip_markup();

  

  procedure set_icon_tooltip_text();

  

  procedure set_input_hints();

  

  procedure set_input_purpose();

  

  procedure set_invisible_char();

  

  procedure set_max_length();

  

  procedure set_max_width_chars();

  

  procedure set_overwrite_mode();

  

  procedure set_placeholder_text();

  

  procedure set_progress_fraction();

  

  procedure set_progress_pulse_step();

  

  procedure set_tabs();

  

  procedure set_text();

  

  procedure set_visibility();

  

  procedure set_width_chars();

  

  function text_index_to_layout_index();

  

  procedure unset_invisible_char;

  

  property activates_default: gboolean; [rw]

  

  property attributes: PPangoAttrList; [rw]

  

  property buffer: PGtkEntryBuffer; [rw]

  

  property completion: PGtkEntryCompletion; [rw]

  

  property has_frame: gboolean; [rw]

  

  property input_hints: TGtkInputHints; [rw]

  

  property input_purpose: TGtkInputPurpose; [rw]

  

  property invisible_char: gunichar; [rw]

  

  property max_length: gint; [rw]

  

  property max_width_chars: gint; [rw]

  

  property overwrite_mode: gboolean; [rw]

  

  property placeholder_text: Pgchar; [rw]

  

  property progress_fraction: gdouble; [rw]

  

  property progress_pulse_step: gdouble; [rw]

  

  property tabs: PPangoTabArray; [rw]

  

  property text: Pgchar; [rw]

  

  property text_length: guint16; [r]

  

  property visibility: gboolean; [rw]

  

  property width_chars: gint; [rw]

  

end;

Inheritance

TGtkEntry

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject