C# Class Banshee.Widgets.SearchEntry

Inheritance: Gtk.Entry
Datei anzeigen Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
ActivateFilter ( int id ) : void
AddFilterOption ( int id, string label ) : void
AddFilterSeparator ( ) : void
CancelSearch ( ) : void
GetLabelForFilterID ( int id ) : string
RemoveFilterOption ( int id ) : void
SearchEntry ( ) : System

Protected Methods

Method Description
OnChanged ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnFilterChanged ( ) : void
OnShown ( ) : void

Private Methods

Method Description
BuildMenu ( ) : void
BuildWidget ( ) : void
FindFilterMenuItem ( int id ) : FilterMenuItem
OnButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
OnChangedTimeout ( ) : bool
OnClearButtonClicked ( object o, EventArgs args ) : void
OnInnerEntryChanged ( object o, EventArgs args ) : void
OnInnerEntryFocusEvent ( object o, EventArgs args ) : void
OnInnerEntryStyleSet ( object o, Gtk.StyleSetArgs args ) : void
OnMenuDeactivated ( object o, EventArgs args ) : void
OnMenuItemToggled ( object o, EventArgs args ) : void
OnPositionMenu ( Gtk.Menu menu, int &x, int &y, bool &push_in ) : void
ShowHideButtons ( ) : void
ShowMenu ( uint time ) : void

Method Details

ActivateFilter() public method

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

AddFilterOption() public method

public AddFilterOption ( int id, string label ) : void
id int
label string
return void

AddFilterSeparator() public method

public AddFilterSeparator ( ) : void
return void

CancelSearch() public method

public CancelSearch ( ) : void
return void

GetLabelForFilterID() public method

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

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnExposeEvent() protected method

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

OnFilterChanged() protected method

protected OnFilterChanged ( ) : void
return void

OnShown() protected method

protected OnShown ( ) : void
return void

RemoveFilterOption() public method

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

SearchEntry() public method

public SearchEntry ( ) : System
return System