C# Class GtkGL.ObjectRotationButton

Inheritance: Gtk.Button
Show file Open project: mono/gtkglarea-sharp Class Usage Examples

Public Properties

Property Type Description
rotation Rotation

Public Methods

Method Description
ObjectRotationButton ( Gtk widget, GtkGL glObject, GtkGL rot ) : System
ObjectRotationButton ( GtkGL glObject, GtkGL rot ) : System
OnPressed ( object o, System e ) : void
OnReleased ( object o, EventArgs e ) : void

Private Methods

Method Description
Init ( GtkGL glObject, GtkGL rot ) : void
RotateObject ( ) : bool

Method Details

ObjectRotationButton() public method

public ObjectRotationButton ( Gtk widget, GtkGL glObject, GtkGL rot ) : System
widget Gtk
glObject GtkGL
rot GtkGL
return System

ObjectRotationButton() public method

public ObjectRotationButton ( GtkGL glObject, GtkGL rot ) : System
glObject GtkGL
rot GtkGL
return System

OnPressed() public method

public OnPressed ( object o, System e ) : void
o object
e System
return void

OnReleased() public method

public OnReleased ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void

Property Details

rotation public property

public Rotation,GtkGL rotation
return Rotation