C# Class Xwt.GtkBackend.SearchEntry

Inheritance: Gtk.EventBox
Mostrar archivo Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
ActivateFilter ( int id ) : void
AddFilterOption ( int id, string label ) : Gtk.CheckMenuItem
AddFilterSeparator ( ) : void
AddLabelWidget ( Gtk label ) : Gtk.EventBox
AddMenuItem ( string label ) : Gtk.MenuItem
CancelSearch ( ) : void
GetLabelForFilterID ( int id ) : string
GrabFocusEntry ( ) : void
PopupFilterMenu ( ) : void
RemoveFilterOption ( int id ) : void

Protected Methods

Method Description
OnChanged ( ) : void
OnDestroyed ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnFilterChanged ( ) : void
OnKeyPressEvent ( Gdk evnt ) : bool
OnRequestMenu ( EventArgs e ) : void
OnShown ( ) : void
OnSizeRequested ( Gtk &requisition ) : void
OnStateChanged ( Gtk previous_state ) : void

Private Methods

Method Description
BuildMenu ( ) : void
BuildWidget ( ) : void
FindFilterMenuItem ( int id ) : FilterMenuItem
NotifyActivated ( ) : void
OnButtonReleaseEvent ( object o, Gtk args ) : void
OnChangedTimeout ( ) : bool
OnClearButtonClicked ( object o, EventArgs args ) : void
OnInnerEntryChanged ( object o, EventArgs args ) : void
OnInnerEntryFocusEvent ( object o, EventArgs args ) : void
OnInnerEntryStateChanged ( object o, EventArgs args ) : void
OnInnerEntryStyleSet ( object o, Gtk args ) : void
OnMenuDeactivated ( object o, EventArgs args ) : void
OnMenuItemToggled ( object o, EventArgs args ) : void
OnPositionMenu ( Gtk menu, int &x, int &y, bool &push_in ) : void
RoundBorder ( Cairo ctx, double x, double y, double w, double h ) : void
SearchEntry ( ) : System
ShowHideButtons ( ) : void
ShowMenu ( uint time ) : void
UpdateStyle ( ) : void

Method Details

ActivateFilter() public method

public ActivateFilter ( int id ) : void
id int
return void

AddFilterOption() public method

public AddFilterOption ( int id, string label ) : Gtk.CheckMenuItem
id int
label string
return Gtk.CheckMenuItem

AddFilterSeparator() public method

public AddFilterSeparator ( ) : void
return void

AddLabelWidget() public method

public AddLabelWidget ( Gtk label ) : Gtk.EventBox
label Gtk
return Gtk.EventBox

AddMenuItem() public method

public AddMenuItem ( string label ) : Gtk.MenuItem
label string
return Gtk.MenuItem

CancelSearch() public method

public CancelSearch ( ) : void
return void

GetLabelForFilterID() public method

public GetLabelForFilterID ( int id ) : string
id int
return string

GrabFocusEntry() public method

public GrabFocusEntry ( ) : void
return void

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnFilterChanged() protected method

protected OnFilterChanged ( ) : void
return void

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnRequestMenu() protected method

protected OnRequestMenu ( EventArgs e ) : void
e System.EventArgs
return void

OnShown() protected method

protected OnShown ( ) : void
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void

OnStateChanged() protected method

protected OnStateChanged ( Gtk previous_state ) : void
previous_state Gtk
return void

PopupFilterMenu() public method

public PopupFilterMenu ( ) : void
return void

RemoveFilterOption() public method

public RemoveFilterOption ( int id ) : void
id int
return void