Свойство | Type | Description | |
---|---|---|---|
parentRow | GridRow |
Méthode | Description | |
---|---|---|
BaseEditor ( GridRow parentRow ) : System | ||
GetDisplayWidget ( ) : Gtk.Widget |
Displays the property's current value. Default implementation is simply ToString().
|
|
GetEditWidget ( ) : Gtk.Widget |
Edits the property's value. Must be overridden if InPlaceEdit is true.
|
|
LaunchDialogue ( ) : void |
Opens a dialogue box which sets the property's value. Must be overridden if DialogueEdit is true.
|
Méthode | Description | |
---|---|---|
IsDefaultValue ( ) : bool |
Checks whether the current value of this property is the default value. Use to decide whether to make value bold to indicate this.
|
|
StringValue ( object value ) : Gtk.Widget |
A Gtk.Label suitable for returning by GetDisplayWidget (). Handles nulls.
|
|
StringValue ( string value, bool markup ) : Gtk.Widget |
A Gtk.Label suitable for returning by GetDisplayWidget(). Handles nulls.
|
public BaseEditor ( GridRow parentRow ) : System | ||
parentRow | GridRow | |
Résultat | System |
protected StringValue ( object value ) : Gtk.Widget | ||
value | object | The new property value Label. |
Résultat | Gtk.Widget |
protected StringValue ( string value, bool markup ) : Gtk.Widget | ||
value | string | The new property value Label. |
markup | bool | Whether to use GTK markup on the label |
Résultat | Gtk.Widget |