org.gnu.gtk
Class ToggleToolButton
public class ToggleToolButton
ToggleToolButton()
|
ToggleToolButton(Handle hndl) - Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
|
ToggleToolButton(String stockId)
|
void | addListener(ToggleToolButtonListener listener) - Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
|
boolean | getActive()
|
Class | getEventListenerClass(String signal)
|
EventType | getEventType(String signal)
|
static ToggleToolButton | getToggleToolButton(Handle handle) - Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
|
void | removeListener(ToggleToolButtonListener listener) - Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
|
void | setActive(boolean active)
|
addListener , getEventListenerClass , getEventType , getIconWidget , getLabel , getLabelWidget , getStockId , getToolButton , getUseUnderline , removeListener , setIconWidget , setLabel , setLabelWidget , setStockId , setUseUnderline |
getExpand , getHomogeneous , getIconSize , getIsImportant , getOrientation , getProxyMenuItem , getReliefStyle , getToolItem , getToolbarStyle , getUseDragWindow , getVisibleHorizontal , getVisibleVertical , rebuildMenu , retrieveProxyMenuItem , setExpand , setHomogeneous , setIsImportant , setProxyMenuItem , setToolTip , setTooltip , setUseDragWindow , setVisibleHorizontal , setVisibleVertical |
add , addListener , getBooleanChildProperty , getBorderWidth , getChildProperty , getChildren , getEventListenerClass , getEventType , getIntChildProperty , getResizeMode , getType , remove , removeListener , resizeChildren , setBooleanChildProperty , setBorderWidth , setChildProperty , setIntChildProperty , setResizeMode |
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 |
ToggleToolButton
public ToggleToolButton()
ToggleToolButton
public ToggleToolButton(Handle hndl)
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
Create a new Widget with a handle to a native resource returned from a
call to the native libraries.
ToggleToolButton
public ToggleToolButton(String stockId)
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
addListener
public void addListener(ToggleToolButtonListener listener)
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
Register an object to handle dialog events.
getActive
public boolean getActive()
getToggleToolButton
public static ToggleToolButton getToggleToolButton(Handle handle)
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
Internal static factory method to be used by Java-Gnome only.
removeListener
public void removeListener(ToggleToolButtonListener listener)
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
Removes a listener
setActive
public void setActive(boolean active)