Property | Type | Description | |
---|---|---|---|
CalcVisibleRows | void | ||
CurrentCategory | int | ||
GetCategory | Category | ||
GetIndex | int | ||
GetItem | int | ||
GetRowByPosition | int | ||
HandleValueChanged | void | ||
IsEmptyMatch | bool | ||
Iterate | void | ||
IterateItems | bool | ||
SelectFirstItemInCategory | void | ||
SetAdjustments | void | ||
SetFont | void | ||
UpdateCategoryMode | void |
Method | Description | |
---|---|---|
FilterWords ( ) : void | ||
GetRowArea ( int row ) : Gdk.Rectangle | ||
ListWidget ( ListWindow win ) : System | ||
MoveCursor ( int relative ) : void | ||
MoveToCategory ( int relative ) : void | ||
ResetState ( ) : void | ||
ScrollToSelectedItem ( ) : void |
Method | Description | |
---|---|---|
OnButtonPressEvent ( Gdk.EventButton e ) : bool | ||
OnButtonReleaseEvent ( Gdk.EventButton e ) : bool | ||
OnDestroyed ( ) : void | ||
OnExposeEvent ( Gdk args ) : bool | ||
OnListScrolled ( |
||
OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool | ||
OnRealized ( ) : void | ||
OnSelectionChanged ( |
||
OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void | ||
OnSizeAllocated ( Gdk allocation ) : void | ||
OnSizeRequested ( Requisition &requisition ) : void | ||
OnWordsFiltered ( |
Method | Description | |
---|---|---|
CalcVisibleRows ( ) : void | ||
CurrentCategory ( ) : int | ||
GetCategory ( List |
||
GetIndex ( bool countCategories, int item ) : int | ||
GetItem ( bool countCategories, int index ) : int | ||
GetRowByPosition ( int ypos ) : int | ||
HandleValueChanged ( object sender, |
||
IsEmptyMatch ( string completionString ) : bool | ||
Iterate ( bool startAtPage, int &ypos, CategoryAction catAction, ItemAction action ) : void | ||
IterateItems ( Category category, bool startAtPage, int &ypos, int &curItem, ItemAction action ) : bool | ||
SelectFirstItemInCategory ( ) : void | ||
SetAdjustments ( bool scrollToSelectedItem = true ) : void | ||
SetFont ( ) : void | ||
UpdateCategoryMode ( ) : void |
public GetRowArea ( int row ) : Gdk.Rectangle | ||
row | int | |
return | Gdk.Rectangle |
public ListWidget ( ListWindow win ) : System | ||
win | ListWindow | |
return | System |
public MoveToCategory ( int relative ) : void | ||
relative | int | |
return | void |
protected OnButtonPressEvent ( Gdk.EventButton e ) : bool | ||
e | Gdk.EventButton | |
return | bool |
protected OnButtonReleaseEvent ( Gdk.EventButton e ) : bool | ||
e | Gdk.EventButton | |
return | bool |
protected OnListScrolled ( |
||
e | ||
return | void |
protected OnMotionNotifyEvent ( Gdk.EventMotion e ) : bool | ||
e | Gdk.EventMotion | |
return | bool |
protected OnSelectionChanged ( |
||
e | ||
return | void |
protected OnSetScrollAdjustments ( Gtk.Adjustment hadj, Gtk.Adjustment vadj ) : void | ||
hadj | Gtk.Adjustment | |
vadj | Gtk.Adjustment | |
return | void |
protected OnSizeAllocated ( Gdk allocation ) : void | ||
allocation | Gdk | |
return | void |
protected OnSizeRequested ( Requisition &requisition ) : void | ||
requisition | Requisition | |
return | void |
protected OnWordsFiltered ( |
||
e | ||
return | void |