Method | Description | |
---|---|---|
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
Initialize ( ) : void | ||
SetCompletionMatchFunc ( Func |
Set a custom matching function used to decide which completion from SetCompletions list are shown for the given input
|
|
SetCompletions ( string completions ) : void |
Set the list of completions that will be shown by the entry
|
Method | Description | |
---|---|---|
CreateCompletion ( ) : Gtk.EntryCompletion | ||
HandleActivated ( object sender, |
||
HandleButtonPressEvent ( object o, Gtk args ) : void | ||
HandleButtonReleaseEvent ( object o, Gtk args ) : void | ||
HandleChanged ( object sender, |
||
HandleMotionNotifyEvent ( object o, Gtk args ) : void | ||
HandleMoveCursor ( object sender, |
||
HandleSelectionChanged ( ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public SetCompletionMatchFunc ( Func |
||
matchFunc | Func |
A function which parameter are, in order, the current text entered by the user and a completion candidate. /// Returns true if the candidate should be included in the completion list. |
return | void |
public SetCompletions ( string completions ) : void | ||
completions | string | The list of completion or null if no completions should be shown |
return | void |