C# Class Xwt.GtkBackend.ButtonBackend

Inheritance: WidgetBackend, IButtonBackend
Mostra file Open project: mono/xwt

Protected Properties

Property Type Description
ignoreClickEvents bool

Public Methods

Method Description
ButtonBackend ( ) : System
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
Initialize ( ) : void
SetButtonStyle ( ButtonStyle style ) : void
SetButtonType ( ButtonType type ) : void
SetContent ( string label, bool useMnemonic, ImageDescription image, ContentPosition position ) : void

Protected Methods

Method Description
HandleWidgetClicked ( object sender, EventArgs e ) : void
OnSetBackgroundColor ( System.Color color ) : void
SetMiniMode ( bool miniMode ) : void

Private Methods

Method Description
HandleSizeAllocated ( object o, Gtk args ) : void

Method Details

ButtonBackend() public method

public ButtonBackend ( ) : System
return System

DisableEvent() public method

public DisableEvent ( object eventId ) : void
eventId object
return void

EnableEvent() public method

public EnableEvent ( object eventId ) : void
eventId object
return void

HandleWidgetClicked() protected method

protected HandleWidgetClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Initialize() public method

public Initialize ( ) : void
return void

OnSetBackgroundColor() protected method

protected OnSetBackgroundColor ( System.Color color ) : void
color System.Color
return void

SetButtonStyle() public method

public SetButtonStyle ( ButtonStyle style ) : void
style ButtonStyle
return void

SetButtonType() public method

public SetButtonType ( ButtonType type ) : void
type ButtonType
return void

SetContent() public method

public SetContent ( string label, bool useMnemonic, ImageDescription image, ContentPosition position ) : void
label string
useMnemonic bool
image Xwt.Backends.ImageDescription
position ContentPosition
return void

SetMiniMode() protected method

protected SetMiniMode ( bool miniMode ) : void
miniMode bool
return void

Property Details

ignoreClickEvents protected_oe property

protected bool ignoreClickEvents
return bool