Property | Type | Description | |
---|---|---|---|
Conflicts | bool | ||
FindBindings | List |
||
FindIterForCommand | bool | ||
GetSelectedCommandIter | bool | ||
IsSearchMatch | bool | ||
OnAccelEntryKeyPress | void | ||
OnAccelEntryKeyRelease | void | ||
OnKeyBindingSchemeChanged | void | ||
OnKeysTreeViewSelectionChange | void | ||
OnUpdateButtonClick | void | ||
Refilter | bool | ||
Refilter | void | ||
SelectCommand | void | ||
SelectCurrentScheme | void | ||
UpdateGlobalWarningLabel | void | ||
UpdateWarningLabel | void |
Method | Description | |
---|---|---|
ApplyChanges ( ) : void | ||
CreatePanelWidget ( ) : Control | ||
Initialize ( OptionsDialog dialog, object dataObject ) : void | ||
IsVisible ( ) : bool | ||
KeyBindingsPanel ( ) : System | ||
ValidateChanges ( ) : bool |
Method | Description | |
---|---|---|
OnDestroyed ( ) : void |
Method | Description | |
---|---|---|
Conflicts ( string b1, string b2 ) : bool | ||
FindBindings ( string accel ) : List |
||
FindIterForCommand ( object cmd, TreeIter iter, TreeIter &found ) : bool | ||
GetSelectedCommandIter ( TreeIter &iter, Command &cmd ) : bool | ||
IsSearchMatch ( string cmp ) : bool | ||
OnAccelEntryKeyPress ( object sender, KeyPressEventArgs e ) : void | ||
OnAccelEntryKeyRelease ( object sender, KeyReleaseEventArgs e ) : void | ||
OnKeyBindingSchemeChanged ( object sender, EventArgs e ) : void | ||
OnKeysTreeViewSelectionChange ( object sender, EventArgs e ) : void | ||
OnUpdateButtonClick ( object sender, EventArgs e ) : void | ||
Refilter ( TreeIter iter, bool allVisible ) : bool | ||
Refilter ( ) : void | ||
SelectCommand ( Command cmd ) : void | ||
SelectCurrentScheme ( ) : void | ||
UpdateGlobalWarningLabel ( ) : void | ||
UpdateWarningLabel ( ) : void |
public Initialize ( OptionsDialog dialog, object dataObject ) : void | ||
dialog | OptionsDialog | |
dataObject | object | |
return | void |