Property | Type | Description | |
---|---|---|---|
ignoreClickEvents | bool |
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, |
Method | Description | |
---|---|---|
HandleWidgetClicked ( object sender, |
||
OnSetBackgroundColor ( System.Color color ) : void | ||
SetMiniMode ( bool miniMode ) : void |
Method | Description | |
---|---|---|
HandleSizeAllocated ( object o, Gtk args ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
protected HandleWidgetClicked ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnSetBackgroundColor ( System.Color color ) : void | ||
color | System.Color | |
return | void |
public SetButtonStyle ( ButtonStyle style ) : void | ||
style | ButtonStyle | |
return | void |
public SetButtonType ( ButtonType type ) : void | ||
type | ButtonType | |
return | void |
public SetContent ( string label, bool useMnemonic, |
||
label | string | |
useMnemonic | bool | |
image | ||
position | ContentPosition | |
return | void |
protected SetMiniMode ( bool miniMode ) : void | ||
miniMode | bool | |
return | void |