Uses of Class
org.gnu.gtk.Bin

Packages that use Bin
org.gnu.gtk   
 

Uses of Bin in org.gnu.gtk
 

Subclasses of Bin in org.gnu.gtk
 class Alignment
          This is a container widget that is capable of controlling the size of a single child widget.
 class AspectFrame
          This container widget wraps a single widget in a frame with a label, and imposes an aspect ratio on the child widget.
 class Button
          A widget that creates a signal when clicked on.
 class CheckButton
          A CheckButton widget displays a small button with a label next to it.
 class CheckMenuItem
          The CheckMenuItem is a menu item that maintains the state of a boolean value in addition to the MenuItem's usual role of activating applicaiton code.
 class ColorSelectionDialog
          The ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the FileSelectionDialog provides a standard dialog for file selection.
 class Dialog
          Dialog boxes are a convenient way to prompt the user for a small amount of input, eg.
 class EventBox
          The EventBox widget is a container with a seethrough window that can recieve events for the container widget - normally one that cannot recvieve its own.
 class FileSelection
          The FileSelection widget lists all the files and directories in the current working directory and enables the user to select one of the file names.
 class FontSelectionDialog
          The FontSelectionDialog widget is a dialog for selecting a font.
 class Frame
          The Frame widget is a Bin that surrounds its child with a decorative frame and an optional label.
 class HandleBox
          The HandleBox widget allows a portion of the window to be "torn-off".
 class ImageMenuItem
          This is a MenuItem that displays an Image.
 class InputDialog
          The InputDialog window is designed specifically to be used in software that controls access to XInput defices - input devices other than the mouse and keyboard.
 class Item
          This widget is designed to be a base class for widgets that can be selected and deselected.
 class MenuItem
          The MenuItem widget and derived widgets are the only valid children for Menus.
 class MessageDialog
          MessageDialog presents a dialog with an image representing the type of message (Error, Question, etc.) alongside some message text.
 class OptionMenu
          An OptionMenu is a widget that allows the user to choose from a list of valid choices.
 class Plug
          A GtkPlug window is a top-level window that can be made available to a separate process from the one that created it.
 class RadioButton
          A single RadioButton performs the same basic function as a CheckButton, as it's position in the object hierarchy reflects.
 class RadioMenuItem
          A RadioMenuItem is a CheckMenuItem that belongs to a group.
 class ScrolledWindow
          A ScrolledWindow is a Bin subclass; it's a container that accepts a single child widget.
 class SeparatorMenuItem
          The SeparatorMenuItem is a separator used to group items within a menu.
 class TearoffMenuItem
           
 class ToggleButton
          A ToggleButton is a button that changes and retains its on or off state each time it is selected with the mouse.
 class Viewport
          A Viewport is a container that does not resize to fit in the space allocated to it.
 class Window
          A Window is a window that can be displayed on the screen.
 


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