C# Class Adroit.Gui.Widgets.ModeButton

Inheritance: Gtk.EventBox
Show file Open project: chergert/custom-gtk-widgets Class Usage Examples

Public Methods

Method Description
Append ( Gtk.Widget widget ) : void
ModeButton ( ) : System
Remove ( int index ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

Method Details

Append() public method

public Append ( Gtk.Widget widget ) : void
widget Gtk.Widget
return void

ModeButton() public method

public ModeButton ( ) : System
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
return bool

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk.EventCrossing evnt ) : bool
evnt Gdk.EventCrossing
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool

Remove() public method

public Remove ( int index ) : void
index int
return void