C# Class Banshee.Widgets.SearchEntry

Inheritance: Gtk.Entry
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnChanged ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnFilterChanged ( ) : void
OnShown ( ) : void

Private Methods

Méthode 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 méthode

public ActivateFilter ( int id ) : void
id int
Résultat void

AddFilterOption() public méthode

public AddFilterOption ( int id, string label ) : void
id int
label string
Résultat void

AddFilterSeparator() public méthode

public AddFilterSeparator ( ) : void
Résultat void

CancelSearch() public méthode

public CancelSearch ( ) : void
Résultat void

GetLabelForFilterID() public méthode

public GetLabelForFilterID ( int id ) : string
id int
Résultat string

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnFilterChanged() protected méthode

protected OnFilterChanged ( ) : void
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

RemoveFilterOption() public méthode

public RemoveFilterOption ( int id ) : void
id int
Résultat void

SearchEntry() public méthode

public SearchEntry ( ) : System
Résultat System