org.gnu.gtk

Class SeparatorToolItem

public class SeparatorToolItem extends ToolItem

Constructor Summary
SeparatorToolItem()
SeparatorToolItem(Handle hndl)
Method Summary
booleangetDrawLine()
Returns whether the SeparatorToolItem is drawn as a line or just blank.
static SeparatorToolItemgetSeparatorToolItem(Handle handle)
Internal static factory method to be used by Java-Gnome only.
voidsetDrawLine(boolean drawLine)
Sets whether the SeparatorToolItem is drawn as a line or just blank.

Constructor Detail

SeparatorToolItem

public SeparatorToolItem()

SeparatorToolItem

public SeparatorToolItem(Handle hndl)

Method Detail

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