static IWidgetValueProperty |
WidgetProperties.background() |
Deprecated.
Returns a value property for observing the background color of a
Control .
|
static IWidgetValueProperty |
WidgetProperties.bounds() |
Deprecated.
Returns a value property for observing the bounds of a Control .
|
static IWidgetValueProperty |
WidgetProperties.editable() |
Deprecated.
Returns a value property for observing the editable state of a
CCombo (since 1.6), StyledText (since 1.6), or
Text .
|
static IWidgetValueProperty |
WidgetProperties.enabled() |
Deprecated.
|
static IWidgetValueProperty |
WidgetProperties.focused() |
Deprecated.
Returns a value property for observing the focus state of a
Control .
|
static IWidgetValueProperty |
WidgetProperties.font() |
Deprecated.
Returns a value property for observing the font of a Control .
|
static IWidgetValueProperty |
WidgetProperties.foreground() |
Deprecated.
Returns a value property for observing the foreground color of a
Control .
|
static IWidgetValueProperty |
WidgetProperties.image() |
Deprecated.
|
static IWidgetValueProperty |
WidgetProperties.location() |
Deprecated.
Returns a value property for observing the location of a Control .
|
static IWidgetValueProperty |
WidgetProperties.maximum() |
Deprecated.
Returns a value property for observing the maximum value of a
Scale , Slider (since 1.5) or Spinner .
|
static IWidgetValueProperty |
WidgetProperties.message() |
Deprecated.
Returns a value property for observing the message of a Text or
ToolTip .
|
static IWidgetValueProperty |
WidgetProperties.minimum() |
Deprecated.
Returns a value property for observing the minimum value of a
Scale , Slider (since 1.5) or Spinner .
|
static IWidgetValueProperty |
WidgetProperties.selection() |
Deprecated.
|
static IWidgetValueProperty |
WidgetProperties.singleSelectionIndex() |
Deprecated.
Returns a value property for observing the single selection index of a
CCombo , Combo , List or Table .
|
static IWidgetValueProperty |
WidgetProperties.size() |
Deprecated.
Returns a value property for observing the size of a Control .
|
static IWidgetValueProperty |
WidgetProperties.text() |
Deprecated.
|
static IWidgetValueProperty |
WidgetProperties.text(int event) |
Deprecated.
Returns a value property for observing the text of a StyledText
or Text .
|
static IWidgetValueProperty |
WidgetProperties.text(int... events) |
Deprecated.
Returns a value property for observing the text of a StyledText
or Text .
|
static IWidgetValueProperty |
WidgetProperties.tooltipText() |
Deprecated.
|
static IWidgetValueProperty |
WidgetProperties.visible() |
Deprecated.
Returns a value property for observing the visibility state of a
Control .
|