gnome-sharp2.8.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A single-line text entry widget.Gtk.ComboGtk.EditableSystem.Obsolete(Message=null, IsError=False)MethodSystem.VoidSelect the text between and .
an object of type
an object of type MethodSystem.StringGets the text between and .
an object of type
an object of type an object of type MethodSystem.VoidDelete the text between and .
an object of type
an object of type MethodSystem.VoidTo be addedTo be addedMethodSystem.VoidDelete the text contained in the selection.MethodSystem.BooleanDetermines the position of the beggining and end of a selection.
an object of type
an object of type an object of type MethodSystem.VoidTo be addedTo be addedMethodSystem.VoidTo be addedTo be addedMethodSystem.VoidAdds a history item of the given text to the head of the history list.
an object of type
an object of type If save is , the history item will be saved in the config file (assuming that is not ). Duplicates are automatically removed from the history list. The history list is automatically saved if needed.MethodSystem.VoidClears the history.MethodSystem.VoidAdds a history item of the given text to the tail of the history list.
an object of type
an object of type If save is , the history item will be saved in the config file (assuming that is not ). Duplicates are automatically removed from the history list. The history list is automatically saved if needed.ConstructorInternal constructor
Pointer to the C object.
This is an internal constructor, and should not be used by user code.ConstructorCreates a new instance.
an object of type PropertySystem.BooleanWhether the is editable by the user.an object of type PropertySystem.Int32The position of the cursor in the entry.an object of type PropertySystem.UInt32Internal limit on number of history items saved to the config file.an object of type Zero is an acceptable value, but the same thing is accomplished by setting the to .PropertyGtk.EntryThe internal of the .an object of type GLib.Property(Name="gtk_entry")PropertySystem.StringThe history id of the widget.an object of type GLib.Property(Name="history_id")EventSystem.EventHandlerEmitted when the text is changed.GLib.Signal(CName="changed")EventSystem.EventHandlerEmitted when the is activated.This usually occurs when the user presses the "enter" or "return" key.GLib.Signal(CName="activate")MethodSystem.VoidTo be added
an object of type
an object of type To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a
a Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.
a
a Override this method in a subclass to provide a default handler for the event.ConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.Obsolete(Message=null, IsError=False)EventGtk.TextDeletedHandlerEmitted when text is deleted from the entry.GLib.Signal(CName="delete_text")EventGtk.TextInsertedHandlerEmitted when text is inserted into the entry.GLib.Signal(CName="insert_text")