Entry
Object Hierarchy:
Gdaui.Entry
Gdaui.Entry
Gdaui.Entry
Gtk.Entry
Gtk.Entry
Gtk.Entry->Gdaui.Entry
Gtk.Widget
Gtk.Widget
Gtk.Widget->Gtk.Entry
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.Widget
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Atk.Implementor
Atk.Implementor
Atk.Implementor->Gdaui.Entry
Atk.Implementor->Gtk.Entry
Atk.Implementor->Gtk.Widget
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Gdaui.Entry
Gtk.Buildable->Gtk.Entry
Gtk.Buildable->Gtk.Widget
Gtk.CellEditable
Gtk.CellEditable
Gtk.CellEditable->Gdaui.Entry
Gtk.CellEditable->Gtk.Entry
Gtk.Editable
Gtk.Editable
Gtk.Editable->Gdaui.Entry
Gtk.Editable->Gtk.Entry
Description:
[ CCode ( type_id = "gdaui_entry_get_type ()" ) ]public class Entry : Entry , Implementor , Buildable , CellEditable , Editable
Content:
Properties:
public string prefix { owned get ; set ; }
public string suffix { owned get ; set ; }
Creation methods:
Methods:
public virtual void assume_delete (int virt_start_pos, int virt_end_pos, int offset)
To be defined by children classes to handle delete themselves
public virtual void assume_insert (string text, int text_length, int virt_pos, int offset)
To be defined by children classes to handle insert themselves
public virtual string get_empty_text ()
If defined, sould return a text suitable to display EMPTY value, it
will be called when entry was set to NULL and is becomming not NULL
public string get_text ()
Get a new string containing the contents of the widget as a string
without the prefix and/or suffix and/or format if they have been specified.
public void set_max_length (int max)
Sets the maximum allowed length of the contents of the widget.
public void set_prefix (string prefix)
Sets prefix
as a prefix string of
this : that string will always be displayed in the text entry, will not be modifiable, and won't be
part of the returned text
public void set_suffix (string suffix)
Sets suffix
as a suffix string of
this : that string will always be displayed in the text entry, will not be modifiable, and won't be
part of the returned text
public void set_text (string ? text)
Sets text
into this .
public void set_width_chars (int max_width)
Sets this 's maximum width in
characters, without taking into account any prefix or suffix (which will automatically be handled).
Inherited Members:
All known members inherited from class Gtk.Entry
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
add_child
construct_child
custom_finished
custom_tag_end
custom_tag_start
get_internal_child
get_name
parser_finished
set_buildable_property
set_name
All known members inherited from interface Gtk.CellEditable
editing_canceled
editing_done
All known members inherited from interface Gtk.Editable
changed
copy_clipboard
cut_clipboard
delete_selection
delete_text
do_delete_text
do_insert_text
get_chars
get_editable
get_position
get_selection_bounds
insert_text
paste_clipboard
select_region
set_editable
set_position