C# Class Stetic.Wrapper.ActionPaletteItem

Inheritance: Gtk.HBox
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
ActionPaletteItem ( ActionTreeNode node ) : System
ActionPaletteItem ( Gtk type, string name, Action action ) : System
Dispose ( ) : void

Method Details

ActionPaletteItem() public method

public ActionPaletteItem ( ActionTreeNode node ) : System
node ActionTreeNode
return System

ActionPaletteItem() public method

public ActionPaletteItem ( Gtk type, string name, Action action ) : System
type Gtk
name string
action Action
return System

Dispose() public method

public Dispose ( ) : void
return void