Uses of Class
org.gnu.gtk.Container

Packages that use Container
org.gnu.gtk   
 

Uses of Container in org.gnu.gtk
 

Subclasses of Container 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 Bin
          This is a base class for a container widget that has only one child.
 class Box
          This is the base class of HBox and VBox.
 class Button
          A widget that creates a signal when clicked on.
 class ButtonBox
          This is the base class that holds the common functions for GtkHButtonBox and GtkVButtonBox.
 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 ColorSelection
          This widget displays color information in such a way that the user can specify, with the mouse, any available color.
 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 Combo
          The Combo box displays a single item and provides a pull-down list of items that can be selected.
 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 Fixed
          The Fixed container enables your program to place widgets at a fixed location with fixed sizes in pixels and to move widgets from one location to another.
 class FontSelection
          A widget that lists the available fonts, styles and sizes, allowing the user to select a font.
 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 GammaCurve
          The GammaCurve widget displays an interactive window that enables the mouse to insert and move points.
 class HandleBox
          The HandleBox widget allows a portion of the window to be "torn-off".
 class HBox
          HBox is a container widget that organizes its contained widgets horizontally side by side.
 class HButtonBox
          HButtonBox is a container designed to display a collection of buttons horizontally.
 class HPaned
          The HPaned widget is a container widget with two children arranged horizontally.
 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 Layout
          This widget is similar to DrawingArea in that it's a "blank slate" and doesn't do anything but paint a blank background by default.
 class Menu
          A Menu is a MenuShell that implements a drop down menu consisting of a list of MenuItem objects which can be navigated and activated by the user to perform application functions.
 class MenuBar
          The MenuBar is a subclass of MenuShell which contains one to many MenuItem.
 class MenuItem
          The MenuItem widget and derived widgets are the only valid children for Menus.
 class MenuShell
          The MenuShell class is an abstract base class used to derive the Menu and MenuBar subclasses.
 class MessageDialog
          MessageDialog presents a dialog with an image representing the type of message (Error, Question, etc.) alongside some message text.
 class Notebook
          A Notebook widget is a container whose children are pages that can be switched between using tab labels along one edge.
 class OptionMenu
          An OptionMenu is a widget that allows the user to choose from a list of valid choices.
 class Paned
          Paned is the base class for widgets with two panes arranged either horizontally (HPaned) or vertically (VPaned).
 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 StatusBar
          A Statusbar is usually placed along the bottom of an application's main Window.
 class Table
          A container that creates a grid of flexible static rectangles that you can use to position and size widgets.
 class TearoffMenuItem
           
 class TextView
          Conceptual Overview
 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 ToolBar
          The ToolBar is used to construct a toolbar.
 class TreeView
          The TreeView object is a widget for displaying trees and lists.
 class VBox
          VBox is a container widget that organizes its contained widgets vertically.
 class VButtonBox
          GtkVButtonBox is a container desinged to display a collection of buttons vertically.
 class Viewport
          A Viewport is a container that does not resize to fit in the space allocated to it.
 class VPaned
          The VPaned widget is a container widget with two children arranged vertically.
 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