- addModifyListener
void addModifyListener(ModifyListener listener)
Adds the listener to the collection of listeners who will
be notified when the receiver's text is modified, by sending
it one of the messages defined in the <code>ModifyListener</code>
interface.
- addSelectionListener
void addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners who will
be notified when the control is selected by the user, by sending
it one of the messages defined in the <code>SelectionListener</code>
interface.
<p>
<code>widgetSelected</code> is not called for texts.
<code>widgetDefaultSelected</code> is typically called when ENTER is pressed in a single-line text.
</p>
- addVerifyListener
void addVerifyListener(VerifyListener listener)
Adds the listener to the collection of listeners who will
be notified when the receiver's text is verified, by sending
it one of the messages defined in the <code>VerifyListener</code>
interface.
- checkSubclass
void checkSubclass()
Undocumented in source. Be warned that the author may not have intended to support it.
- computeSize
Point computeSize(int wHint, int hHint, bool changed)
Undocumented in source. Be warned that the author may not have intended to support it.
- computeTrim
Rectangle computeTrim(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- copy
void copy()
Copies the selected text.
<p>
The current selection is copied to the clipboard.
</p>
- createHandle
void createHandle(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- cut
void cut()
Cuts the selected text.
<p>
The current selection is first copied to the
clipboard and then deleted from the widget.
</p>
- deregister
void deregister()
Undocumented in source. Be warned that the author may not have intended to support it.
- enterExitHandle
GtkWidget* enterExitHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- eventWindow
GdkDrawable* eventWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
- filterKey
bool filterKey(int keyval, GdkEventKey* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixIM
void fixIM()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBackgroundColor
GdkColor* getBackgroundColor()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBorderWidth
int getBorderWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDecimalSeparator
String getDecimalSeparator()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDigits
int getDigits()
Returns the number of decimal places used by the receiver.
- getForegroundColor
GdkColor* getForegroundColor()
Undocumented in source. Be warned that the author may not have intended to support it.
- getIncrement
int getIncrement()
Returns the amount that the receiver's value will be
modified by when the up/down arrows are pressed.
- getMaximum
int getMaximum()
Returns the maximum value which the receiver will allow.
- getMinimum
int getMinimum()
Returns the minimum value which the receiver will allow.
- getPageIncrement
int getPageIncrement()
Returns the amount that the receiver's position will be
modified by when the page up/down keys are pressed.
- getSelection
int getSelection()
Returns the <em>selection</em>, which is the receiver's position.
- getText
String getText()
Returns a string containing a copy of the contents of the
receiver's text field, or an empty string if there are no
contents.
- getTextLimit
int getTextLimit()
Returns the maximum number of characters that the receiver's
text field is capable of holding. If this has not been changed
by <code>setTextLimit()</code>, it will be the constant
<code>Spinner.LIMIT</code>.
- gtk_activate
int gtk_activate(GtkWidget* widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_changed
int gtk_changed(GtkWidget* widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_commit
int gtk_commit(GtkIMContext* imContext, char* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_delete_text
int gtk_delete_text(GtkWidget* widget, ptrdiff_t start_pos, ptrdiff_t end_pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_event_after
int gtk_event_after(GtkWidget* widget, GdkEvent* gdkEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_focus_out_event
int gtk_focus_out_event(GtkWidget* widget, GdkEventFocus* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_insert_text
int gtk_insert_text(GtkEditable* widget, char* new_text, ptrdiff_t new_text_length, ptrdiff_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_key_press_event
int gtk_key_press_event(GtkWidget* widget, GdkEventKey* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_populate_popup
int gtk_populate_popup(GtkWidget* widget, GtkWidget* menu)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_setCursor
void gtk_setCursor(GdkCursor* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_value_changed
int gtk_value_changed(int adjustment)
Undocumented in source. Be warned that the author may not have intended to support it.
- hookEvents
void hookEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- imContext
GtkIMContext* imContext()
Undocumented in source. Be warned that the author may not have intended to support it.
- paintWindow
GdkDrawable* paintWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
- paste
void paste()
Pastes text from clipboard.
<p>
The selected text is deleted from the widget
and new text inserted from the clipboard.
</p>
- register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseWidget
void releaseWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeModifyListener
void removeModifyListener(ModifyListener listener)
Removes the listener from the collection of listeners who will
be notified when the receiver's text is modified.
- removeSelectionListener
void removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is selected by the user.
- removeVerifyListener
void removeVerifyListener(VerifyListener listener)
Removes the listener from the collection of listeners who will
be notified when the control is verified.
- setBackgroundColor
void setBackgroundColor(GdkColor* color)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDigits
void setDigits(int value)
Sets the number of decimal places used by the receiver.
<p>
The digit setting is used to allow for floating point values in the receiver.
For example, to set the selection to a floating point value of 1.37 call setDigits() with
a value of 2 and setSelection() with a value of 137. Similarly, if getDigits() has a value
of 2 and getSelection() returns 137 this should be interpreted as 1.37. This applies to all
numeric APIs.
</p>
- setFontDescription
void setFontDescription(PangoFontDescription* font)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIncrement
void setIncrement(int value)
Sets the amount that the receiver's value will be
modified by when the up/down arrows are pressed to
the argument, which must be at least one.
- setMaximum
void setMaximum(int value)
Sets the maximum value that the receiver will allow. This new
value will be ignored if it is not greater than the receiver's current
minimum value. If the new maximum is applied then the receiver's
selection value will be adjusted if necessary to fall within its new range.
- setMinimum
void setMinimum(int value)
Sets the minimum value that the receiver will allow. This new
value will be ignored if it is not less than the receiver's
current maximum value. If the new minimum is applied then the receiver's
selection value will be adjusted if necessary to fall within its new range.
- setPageIncrement
void setPageIncrement(int value)
Sets the amount that the receiver's position will be
modified by when the page up/down keys are pressed
to the argument, which must be at least one.
- setSelection
void setSelection(int value)
Sets the <em>selection</em>, which is the receiver's
position, to the argument. If the argument is not within
the range specified by minimum and maximum, it will be
adjusted to fall within this range.
- setTextLimit
void setTextLimit(int limit)
Sets the maximum number of characters that the receiver's
text field is capable of holding to be the argument.
<p>
To reset this value to the default, use <code>setTextLimit(Spinner.LIMIT)</code>.
Specifying a limit value larger than <code>Spinner.LIMIT</code> sets the
receiver's limit to <code>Spinner.LIMIT</code>.
</p>
@param limit new text limit
- setValues
void setValues(int selection, int minimum, int maximum, int digits, int increment, int pageIncrement)
Sets the receiver's selection, minimum value, maximum
value, digits, increment and page increment all at once.
<p>
Note: This is similar to setting the values individually
using the appropriate methods, but may be implemented in a
more efficient fashion on some platforms.
</p>
- translateTraversal
bool translateTraversal(GdkEventKey* keyEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
- verifyText
String verifyText(String string, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- computeSize
alias computeSize = Scrollable.computeSize
Undocumented in source.
- fixStyle
alias fixStyle = Scrollable.fixStyle
Undocumented in source.
- forceFocus
alias forceFocus = Scrollable.forceFocus
Undocumented in source.
- gtk_button_press_event
alias gtk_button_press_event = Scrollable.gtk_button_press_event
Undocumented in source.
- moveAbove
alias moveAbove = Scrollable.moveAbove
Undocumented in source.
- moveBelow
alias moveBelow = Scrollable.moveBelow
Undocumented in source.
- setBounds
alias setBounds = Scrollable.setBounds
Undocumented in source.
- translateMnemonic
alias translateMnemonic = Scrollable.translateMnemonic
Undocumented in source.
- translateTraversal
alias translateTraversal = Scrollable.translateTraversal
Undocumented in source.
- embeddedHandle
size_t embeddedHandle;
Undocumented in source.
- imHandle_
GtkIMContext* imHandle_;
Undocumented in source.
- socketHandle
GtkWidget* socketHandle;
Undocumented in source.
- layout_
Layout layout_;
Undocumented in source.
- tabList
Control[] tabList;
Undocumented in source.
- layoutCount
int layoutCount;
- backgroundMode
int backgroundMode;
Undocumented in source.
- NO_INPUT_METHOD
String NO_INPUT_METHOD;
Undocumented in source.
- checkStyle
int checkStyle(int style)
Undocumented in source. Be warned that the author may not have intended to support it.
- _getChildren
Control[] _getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- _getTabList
Control[] _getTabList()
Undocumented in source. Be warned that the author may not have intended to support it.
- changed
void changed(Control[] changed)
Clears any data that has been cached by a Layout for all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver. If an ancestor does not have a layout, it is skipped.
- checkBuffered
void checkBuffered()
Undocumented in source. Be warned that the author may not have intended to support it.
- checkSubclass
void checkSubclass()
Undocumented in source. Be warned that the author may not have intended to support it.
- childStyle
GtkStyle* childStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
- computeSize
Point computeSize(int wHint, int hHint, bool changed)
Undocumented in source. Be warned that the author may not have intended to support it.
- computeTabList
Control[] computeTabList()
Undocumented in source. Be warned that the author may not have intended to support it.
- createHandle
void createHandle(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- createHandle
void createHandle(int index, bool fixed, bool scrolled)
Undocumented in source. Be warned that the author may not have intended to support it.
- deregister
void deregister()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawBackground
void drawBackground(GC gc, int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- enableWidget
void enableWidget(bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.
- findDeferredControl
Composite findDeferredControl()
Undocumented in source. Be warned that the author may not have intended to support it.
- findMenus
Menu[] findMenus(Control control)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixChildren
void fixChildren(Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecorations, Menu[] menus)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixModal
void fixModal(GtkWidget* group, GtkWidget* modalGroup)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixStyle
void fixStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
- fixTabList
void fixTabList(Control control)
Undocumented in source. Be warned that the author may not have intended to support it.
- fixZOrder
void fixZOrder()
Undocumented in source. Be warned that the author may not have intended to support it.
- focusHandle
GtkWidget* focusHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- forceFocus
bool forceFocus(GtkWidget* focusHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBackgroundMode
int getBackgroundMode()
Returns the receiver's background drawing mode. This
will be one of the following constants defined in class
<code>SWT</code>:
<code>INHERIT_NONE</code>, <code>INHERIT_DEFAULT</code>,
<code>INHERTIT_FORCE</code>.
- getChildren
Control[] getChildren()
Returns a (possibly empty) array containing the receiver's children.
Children are returned in the order that they are drawn. The topmost
control appears at the beginning of the array. Subsequent controls
draw beneath this control and appear later in the array.
<p>
Note: This is not the actual structure used by the receiver
to maintain its list of children, so modifying the array will
not affect the receiver.
</p>
- getChildrenCount
int getChildrenCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClientArea
Rectangle getClientArea()
Undocumented in source. Be warned that the author may not have intended to support it.
- getClientWidth
int getClientWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLayout
Layout getLayout()
Returns layout which is associated with the receiver, or
null if one has not been set.
- getLayoutDeferred
bool getLayoutDeferred()
Returns <code>true</code> if the receiver has deferred
the performing of layout, and <code>false</code> otherwise.
- getTabList
Control[] getTabList()
Gets the (possibly empty) tabbing order for the control.
- gtk_button_press_event
int gtk_button_press_event(GtkWidget* widget, GdkEventButton* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_expose_event
int gtk_expose_event(GtkWidget* widget, GdkEventExpose* eventPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_key_press_event
int gtk_key_press_event(GtkWidget* widget, GdkEventKey* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_focus
int gtk_focus(GtkWidget* widget, ptrdiff_t directionType)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_focus_in_event
int gtk_focus_in_event(GtkWidget* widget, GdkEventFocus* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_focus_out_event
int gtk_focus_out_event(GtkWidget* widget, GdkEventFocus* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_map
int gtk_map(GtkWidget* widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_realize
int gtk_realize(GtkWidget* widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_scroll_child
int gtk_scroll_child(GtkWidget* widget, ptrdiff_t scrollType, ptrdiff_t horizontal)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_style_set
int gtk_style_set(GtkWidget* widget, ptrdiff_t previousStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasBorder
bool hasBorder()
Undocumented in source. Be warned that the author may not have intended to support it.
- hookEvents
void hookEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- hooksKeys
bool hooksKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
- imHandle
GtkIMContext* imHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLayoutDeferred
bool isLayoutDeferred()
Returns <code>true</code> if the receiver or any ancestor
up to and including the receiver's nearest ancestor shell
has deferred the performing of layouts. Otherwise, <code>false</code>
is returned.
- isTabGroup
bool isTabGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
- layout
void layout()
If the receiver has a layout, asks the layout to <em>lay out</em>
(that is, set the size and location of) the receiver's children.
If the receiver does not have a layout, do nothing.
<p>
This is equivalent to calling <code>layout(true)</code>.
</p>
<p>
Note: Layout is different from painting. If a child is
moved or resized such that an area in the parent is
exposed, then the parent will paint. If no child is
affected, the parent will not paint.
</p>
- layout
void layout(bool changed)
If the receiver has a layout, asks the layout to <em>lay out</em>
(that is, set the size and location of) the receiver's children.
If the argument is <code>true</code> the layout must not rely
on any information it has cached about the immediate children. If it
is <code>false</code> the layout may (potentially) optimize the
work it is doing by assuming that none of the receiver's
children has changed state since the last layout.
If the receiver does not have a layout, do nothing.
<p>
If a child is resized as a result of a call to layout, the
resize event will invoke the layout of the child. The layout
will cascade down through all child widgets in the receiver's widget
tree until a child is encountered that does not resize. Note that
a layout due to a resize will not flush any cached information
(same as <code>layout(false)</code>).
</p>
<p>
Note: Layout is different from painting. If a child is
moved or resized such that an area in the parent is
exposed, then the parent will paint. If no child is
affected, the parent will not paint.
</p>
- layout
void layout(bool changed, bool all)
If the receiver has a layout, asks the layout to <em>lay out</em>
(that is, set the size and location of) the receiver's children.
If the changed argument is <code>true</code> the layout must not rely
on any information it has cached about its children. If it
is <code>false</code> the layout may (potentially) optimize the
work it is doing by assuming that none of the receiver's
children has changed state since the last layout.
If the all argument is <code>true</code> the layout will cascade down
through all child widgets in the receiver's widget tree, regardless of
whether the child has changed size. The changed argument is applied to
all layouts. If the all argument is <code>false</code>, the layout will
<em>not</em> cascade down through all child widgets in the receiver's widget
tree. However, if a child is resized as a result of a call to layout, the
resize event will invoke the layout of the child. Note that
a layout due to a resize will not flush any cached information
(same as <code>layout(false)</code>).
</p>
<p>
Note: Layout is different from painting. If a child is
moved or resized such that an area in the parent is
exposed, then the parent will paint. If no child is
affected, the parent will not paint.
</p>
- layout
void layout(Control[] changed)
Forces a lay out (that is, sets the size and location) of all widgets that
are in the parent hierarchy of the changed control up to and including the
receiver. The layouts in the hierarchy must not rely on any information
cached about the changed control or any of its ancestors. The layout may
(potentially) optimize the work it is doing by assuming that none of the
peers of the changed control have changed state since the last layout.
If an ancestor does not have a layout, skip it.
<p>
Note: Layout is different from painting. If a child is
moved or resized such that an area in the parent is
exposed, then the parent will paint. If no child is
affected, the parent will not paint.
</p>
- markLayout
void markLayout(bool changed, bool all)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveAbove
void moveAbove(GtkWidget* child, GtkWidget* sibling)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveBelow
alias moveBelow = Scrollable.moveBelow
Undocumented in source.
- moveBelow
void moveBelow(GtkWidget* child, GtkWidget* sibling)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveChildren
void moveChildren(int oldWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- minimumSize
Point minimumSize(int wHint, int hHint, bool changed)
Undocumented in source. Be warned that the author may not have intended to support it.
- parentingHandle
GtkWidget* parentingHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- printWidget
void printWidget(GC gc, GdkDrawable* drawable, int depth, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- redrawChildren
void redrawChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseChildren
void releaseChildren(bool destroy)
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseHandle
void releaseHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseWidget
void releaseWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeControl
void removeControl(Control control)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeHandle
void resizeHandle(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBackgroundMode
void setBackgroundMode(int mode)
Sets the background drawing mode to the argument which should
be one of the following constants defined in class <code>SWT</code>:
<code>INHERIT_NONE</code>, <code>INHERIT_DEFAULT</code>,
<code>INHERIT_FORCE</code>.
- setBounds
int setBounds(int x, int y, int width, int height, bool move, bool resize)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFocus
bool setFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- setLayout
void setLayout(Layout layout)
Sets the layout which is associated with the receiver to be
the argument which may be null.
- setLayoutDeferred
void setLayoutDeferred(bool defer)
If the argument is <code>true</code>, causes subsequent layout
operations in the receiver or any of its children to be ignored.
No layout of any kind can occur in the receiver or any of its
children until the flag is set to false.
Layout operations that occurred while the flag was
<code>true</code> are remembered and when the flag is set to
<code>false</code>, the layout operations are performed in an
optimized manner. Nested calls to this method are stacked.
- setScrollBarVisible
bool setScrollBarVisible(ScrollBar bar, bool visible)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTabGroupFocus
bool setTabGroupFocus(bool next)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTabItemFocus
bool setTabItemFocus(bool next)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTabList
void setTabList(Control[] tabList)
Sets the tabbing order for the specified controls to
match the order that they occur in the argument list.
- showWidget
void showWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- translateMnemonic
bool translateMnemonic(Event event, Control control)
Undocumented in source. Be warned that the author may not have intended to support it.
- traversalCode
int traversalCode(int key, GdkEventKey* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- translateTraversal
bool translateTraversal(GdkEventKey* keyEvent)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateBackgroundMode
void updateBackgroundMode()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateLayout
void updateLayout(bool all)
Undocumented in source. Be warned that the author may not have intended to support it.
Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values. <p> Note that although this class is a subclass of <code>Composite</code>, it does not make sense to add children to it, or set a layout on it. </p><p> <dl> <dt><b>Styles:</b></dt> <dd>READ_ONLY, WRAP</dd> <dt><b>Events:</b></dt> <dd>Selection, Modify, Verify</dd> </dl> </p><p> IMPORTANT: This class is <em>not</em> intended to be subclassed. </p>
@see <a href="http://www.eclipse.org/swt/snippets/#spinner">Spinner snippets</a> @see <a href="http://www.eclipse.org/swt/examples.php">SWT Example: ControlExample</a> @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
@since 3.1