Uses of Class
org.gnu.gtk.Button

Packages that use Button
org.gnu.gtk   
 

Uses of Button in org.gnu.gtk
 

Subclasses of Button in org.gnu.gtk
 class CheckButton
          A CheckButton widget displays a small button with a label next to it.
 class OptionMenu
          An OptionMenu is a widget that allows the user to choose from a list of valid choices.
 class RadioButton
          A single RadioButton performs the same basic function as a CheckButton, as it's position in the object hierarchy reflects.
 class ToggleButton
          A ToggleButton is a button that changes and retains its on or off state each time it is selected with the mouse.
 

Methods in org.gnu.gtk that return Button
 Button FontSelectionDialog.getOKButton()
          Return the OK Button widget for this Dialog.
 Button FontSelectionDialog.getApplyButton()
          Return the Apply Button widget for this Dialog.
 Button FontSelectionDialog.getCancelButton()
          Return the Cancel Button widget for this dialog.
 Button ColorSelectionDialog.getOKButton()
          Return the OK Button widget for this Dialog.
 Button ColorSelectionDialog.getCancelButton()
          Return the Cancel Button widget for this dialog.
 Button ColorSelectionDialog.getHelpButton()
          Return the Help Button widget for this dialog.
 Button FileSelection.getOKButton()
          Return the OK Button widget for this Dialog.
 Button FileSelection.getCancelButton()
          Return the Cancel Button widget for this dialog.
 Button FileSelection.getHelpButton()
          Return the Help Button widget for this dialog.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net