- checkSubclass
void checkSubclass()
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.
- createWidget
void createWidget(int index)
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.
- destroyWidget
void destroyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawChevron
void drawChevron(GC gc, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawItem
void drawItem(GC gc, bool drawFocus)
Undocumented in source. Be warned that the author may not have intended to support it.
- getControl
Control getControl()
Returns the control that is shown when the item is expanded.
If no control has been set, return <code>null</code>.
- getExpanded
bool getExpanded()
Returns <code>true</code> if the receiver is expanded,
and false otherwise.
- getHeaderHeight
int getHeaderHeight()
Returns the height of the receiver's header
- getHeight
int getHeight()
Gets the height of the receiver.
- getParent
ExpandBar getParent()
Returns the receiver's parent, which must be a <code>ExpandBar</code>.
- getPreferredWidth
int getPreferredWidth(GC gc)
Undocumented in source. Be warned that the author may not have intended to support it.
- gtk_activate
int gtk_activate(GtkWidget* widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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_enter_notify_event
int gtk_enter_notify_event(GtkWidget* widget, GdkEventCrossing* 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_size_allocate
int gtk_size_allocate(GtkWidget* widget, ptrdiff_t allocation)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasFocus
bool hasFocus()
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.
- redraw
void redraw()
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.
- 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.
- resizeControl
void resizeControl(int yScroll)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBounds
void setBounds(int x, int y, int width, int height, bool move, bool size)
Undocumented in source. Be warned that the author may not have intended to support it.
- setControl
void setControl(Control control)
Sets the control that is shown when the item is expanded.
- setExpanded
void setExpanded(bool expanded)
Sets the expanded state of the receiver.
- setFocus
bool setFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFontDescription
void setFontDescription(PangoFontDescription* font)
Undocumented in source. Be warned that the author may not have intended to support it.
- setForegroundColor
void setForegroundColor(GdkColor* color)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHeight
void setHeight(int height)
Sets the height of the receiver. This is height of the item when it is expanded,
excluding the height of the header.
- setImage
void setImage(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOrientation
void setOrientation()
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
void setText(String string)
Undocumented in source. Be warned that the author may not have intended to support it.
- showWidget
void showWidget(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowProc
int windowProc(GtkWidget* handle, ptrdiff_t user_data)
Undocumented in source. Be warned that the author may not have intended to support it.
Instances of this class represent a selectable user interface object that represents a expandable item in a expand bar. <p> <dl> <dt><b>Styles:</b></dt> <dd>(none)</dd> <dt><b>Events:</b></dt> <dd>(none)</dd> </dl> </p><p> IMPORTANT: This class is <em>not</em> intended to be subclassed. </p>
@see ExpandBar @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
@since 3.2