C# 클래스 Banshee.Widgets.SearchEntry

상속: Gtk.Entry
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
ActivateFilter ( int id ) : void
AddFilterOption ( int id, string label ) : void
AddFilterSeparator ( ) : void
CancelSearch ( ) : void
GetLabelForFilterID ( int id ) : string
RemoveFilterOption ( int id ) : void
SearchEntry ( ) : System

보호된 메소드들

메소드 설명
OnChanged ( ) : void
OnExposeEvent ( Gdk evnt ) : bool
OnFilterChanged ( ) : void
OnShown ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ActivateFilter() 공개 메소드

public ActivateFilter ( int id ) : void
id int
리턴 void

AddFilterOption() 공개 메소드

public AddFilterOption ( int id, string label ) : void
id int
label string
리턴 void

AddFilterSeparator() 공개 메소드

public AddFilterSeparator ( ) : void
리턴 void

CancelSearch() 공개 메소드

public CancelSearch ( ) : void
리턴 void

GetLabelForFilterID() 공개 메소드

public GetLabelForFilterID ( int id ) : string
id int
리턴 string

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnFilterChanged() 보호된 메소드

protected OnFilterChanged ( ) : void
리턴 void

OnShown() 보호된 메소드

protected OnShown ( ) : void
리턴 void

RemoveFilterOption() 공개 메소드

public RemoveFilterOption ( int id ) : void
id int
리턴 void

SearchEntry() 공개 메소드

public SearchEntry ( ) : System
리턴 System