org.gnu.gtk

Class SeparatorToolItem


public class SeparatorToolItem
extends ToolItem

Constructor Summary

SeparatorToolItem()
Create an empty ToolItem.
SeparatorToolItem(Handle hndl)
Construct a new ToolItem object from a handle to a native widget.

Method Summary

boolean
getDrawLine()
Returns whether the SeparatorToolItem is drawn as a line or just blank.
static SeparatorToolItem
getSeparatorToolItem(Handle handle)
Internal static factory method to be used by Java-Gnome only.
void
setDrawLine(boolean drawLine)
Sets whether the SeparatorToolItem is drawn as a line or just blank.

Methods inherited from class org.gnu.gtk.ToolItem

getExpand, getHomogeneous, getIconSize, getIsImportant, getOrientation, getProxyMenuItem, getReliefStyle, getToolItem, getToolbarStyle, getUseDragWindow, getVisibleHorizontal, getVisibleVertical, rebuildMenu, retrieveProxyMenuItem, setExpand, setHomogeneous, setIsImportant, setProxyMenuItem, setToolTip, setTooltip, setUseDragWindow, setVisibleHorizontal, setVisibleVertical

Methods inherited from class org.gnu.gtk.Bin

getChild, getType

Methods inherited from class org.gnu.gtk.Container

add, addListener, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getEventListenerClass, getEventType, getIntChildProperty, getResizeMode, getType, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, setResizeMode

Methods inherited from class org.gnu.gtk.Widget

activate, addAccelerator, addEvents, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, canActivateAccel, createContext, createLayout, draw, drawArea, drawArea, finish, getAccessible, getAllocation, getCanFocus, getColormap, getContext, getData, getDisplay, getDragData, getEventListenerClass, getEventType, getExtensionEvents, getModifierStyle, getName, getParent, getParentWindow, getPointer, getRootWindow, getScreen, getSensitive, getStyle, getToplevel, getType, getWidget, getWindow, grabDefault, grabFocus, hasFocus, hasScreen, hide, hideAll, highlight, highlight, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeAccelerator, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setCanFocus, setColormap, setDoubleBuffered, setDragDestination, setDragIcon, setDragIconPixbuf, setDragIconStock, setDragSource, setEvents, setExtensionEvents, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll, unHighlight, unHighlight

Methods inherited from class org.gnu.gtk.GtkObject

destroy, getType, sink

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

SeparatorToolItem

public SeparatorToolItem()
Create an empty ToolItem.

SeparatorToolItem

public SeparatorToolItem(Handle hndl)
Construct a new ToolItem object from a handle to a native widget.

Method Details

getDrawLine

public boolean getDrawLine()
Returns whether the SeparatorToolItem is drawn as a line or just blank.

getSeparatorToolItem

public static SeparatorToolItem getSeparatorToolItem(Handle handle)
Internal static factory method to be used by Java-Gnome only.

setDrawLine

public void setDrawLine(boolean drawLine)
Sets whether the SeparatorToolItem is drawn as a line or just blank.
Parameters:
drawLine -