C# Class Hyena.Gui.HyenaActionGroup

Inheritance: Gtk.ActionGroup
Mostra file Open project: GNOME/hyena

Public Methods

Method Description
Add ( ) : void
AddImportant ( ) : void
AddUiFromFile ( string ui_file ) : void
AddUiFromString ( string ui_string ) : void
HyenaActionGroup ( ActionManager action_manager, string name ) : System
Register ( ) : void
Remove ( string actionName ) : void
UnRegister ( ) : void
UpdateAction ( Gtk action, bool visible_and_sensitive ) : void
UpdateAction ( Gtk action, bool visible, bool sensitive ) : void
UpdateAction ( string action_name, bool visible_and_sensitive ) : void
UpdateAction ( string action_name, bool visible, bool sensitive ) : void
UpdateActions ( bool visible, bool sensitive ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ShowContextMenu ( string menu_name ) : void

Method Details

Add() public method

public Add ( ) : void
return void

AddImportant() public method

public AddImportant ( ) : void
return void

AddUiFromFile() public method

public AddUiFromFile ( string ui_file ) : void
ui_file string
return void

AddUiFromString() public method

public AddUiFromString ( string ui_string ) : void
ui_string string
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HyenaActionGroup() public method

public HyenaActionGroup ( ActionManager action_manager, string name ) : System
action_manager ActionManager
name string
return System

Register() public method

public Register ( ) : void
return void

Remove() public method

public Remove ( string actionName ) : void
actionName string
return void

ShowContextMenu() protected method

protected ShowContextMenu ( string menu_name ) : void
menu_name string
return void

UnRegister() public method

public UnRegister ( ) : void
return void

UpdateAction() public static method

public static UpdateAction ( Gtk action, bool visible_and_sensitive ) : void
action Gtk
visible_and_sensitive bool
return void

UpdateAction() public static method

public static UpdateAction ( Gtk action, bool visible, bool sensitive ) : void
action Gtk
visible bool
sensitive bool
return void

UpdateAction() public method

public UpdateAction ( string action_name, bool visible_and_sensitive ) : void
action_name string
visible_and_sensitive bool
return void

UpdateAction() public method

public UpdateAction ( string action_name, bool visible, bool sensitive ) : void
action_name string
visible bool
sensitive bool
return void

UpdateActions() public method

public UpdateActions ( bool visible, bool sensitive ) : void
visible bool
sensitive bool
return void