Class Summary | |
---|---|
AboutDialog | Display information about an application. |
AboutDialogActivateLinkMethod | Interface used as a callback when links (URLs or email) are activated in the authors, documenters or artists sections of an AboutDialog. |
Accelerator | |
AccelFlags | |
AccelGroup | An AccelGroup represents a group of keyboard accelerators, typically attached to a toplevel Window. |
AccelKey | |
AccelLabel | The AccelLabel widget is a subclass of Label that also displays an accelerator key on the right side of the label text, e.g. |
AccelMap | |
Accessible | |
Action | An action which can be triggered by a menu or toolbar item. |
ActionEntry | |
ActionEntryListener | |
ActionEvent | An event representing the activation of an Action object |
ActionEvent.Type | The type of the ActionEvent |
ActionGroup | |
ActionListener | An ActionListener listens for events coming from an {@see org.gnu.gtk.Action} object. |
Adjustment | This object stores geometry information, such as upper and lower bounds, step and page increments, and the size of a page. |
AdjustmentEvent | An event represeting action by a Adjustment object. |
AdjustmentEvent.Type | |
AdjustmentListener | Listener for the Adjustment object. |
Alignment | describes how to align the lines of a PangoLayout within the available space. |
Alignment | This is a container widget that is capable of controlling the size of a single child widget. |
Allocation | When the top-level widget has determined how much space its child would like to have, the second phase of the size negotiation, size allocation, begins. |
AnchorType | |
Arrow | This is a simple arrowhead widget that points up, down, left, or right. |
ArrowType | Used to indicate the direction in which an Arrow should point. |
AspectFrame | This container widget wraps a single widget in a frame with a label, and imposes an aspect ratio on the child widget. |
AtkObject | This class is the primary class for accessibility support via the Accessibility TookKit (ATK). |
Atom | |
AttachOptions | Denotes the expansion properties that a widget will have when it (or it's parent) is resized. |
AttrColor | The PangoAttrColor structure is used to represent attributes that are colors. |
AttrFloat | The PangoAttrFloat structure is used to represent attributes with a float or double value. |
AttrFontDesc | The AttrFontDesc object is used to store an attribute that sets all aspects of the font description at once. |
Attribute | Attributed text is used in a number of places in Pango. |
AttrInt | The PangoAttrInt object is used to represent attributes with a integer value |
AttrIterator | The AttrIterator object is used to represent an iterator through a List. |
AttrLanguage | Represents attributes which are languages. |
AttrList | The PangoAttrList structure represents a list of attributes that apply to a section of text. |
AttrShape | The AttrShape structure is used to represent attributes which impose shape restrictions. |
AttrString | The AttrString object is used to represent attributes with a string value. |
AttrType | Distinguishes between different types of attributes. |
AxisUse | |
Bin | This is a base class for a container widget that has only one child. |
BindingSet | Key bindings for individual widgets. |
Bitmap | |
Border | |
Box | This is the base class of HBox and VBox. |
Boxed | A mechanism to wrap opaque structures registered by the type system. |
Button | A widget that creates a signal when clicked on. |
ButtonBox | This is the base class that holds the common functions for GtkHButtonBox and GtkVButtonBox. |
ButtonBoxStyle | Used to dictate the style that a ButtonBox uses to layout the buttons it contains. |
ButtonEvent | An event representing action by a Button widget. |
ButtonEvent.Type | Type of a ButtonEvent |
ButtonListener | Listener for the Button widget. |
ButtonsType | Defines the prebuilt set of buttons for a Dialog. |
ByteOrder | |
Calendar | A Calendar is a widget that displays a calendar one month at a time. |
CalendarDisplayOptions | Defines the appearance of a Calendar object. |
CalendarEvent | An event represeting action by a Calendar widget. |
CalendarEvent.Type | Type of a CalendarEvent |
CalendarListener | Listener for the Calendar widget. |
CapStyle | |
CellEditable | |
CellEditableEvent | An event represeting action by a CellEditable class. |
CellEditableEvent.Type | Type of a CellEditableEvent |
CellEditableListener | Listener for the CellEditable class. |
CellLayout | An interface for packing cells. |
CellLayoutHelper | Internal helper class for classes that implement the CellLayout interface. |
CellRenderer | A CellRenderer is an object used to render data in a TreeView widget. |
CellRendererAttribute | CellRenderers have attributes which can be set based on data from the TreeModel (currently only implemented by ListStore and TreeStore). |
CellRendererCombo | |
CellRendererCombo.Attribute | |
CellRendererMode | |
CellRendererPixbuf | A CellRenderer for pixbufs. |
CellRendererPixbuf.Attribute | Attributes for the CellRenderer |
CellRendererProgress | |
CellRendererProgress.Attribute | |
CellRendererState | |
CellRendererText | A CellRenderer for displaying Strings. |
CellRendererTextEvent | An event representing action by a CellRendererText widget. |
CellRendererTextEvent.Type | |
CellRendererTextListener | Listener CellRendererText widgets. |
CellRendererText.Attribute | Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object. |
CellRendererToggle | The CellRendererToggle is a CellRenderer for boolean data. |
CellRendererToggleEvent | An event represeting action by a CellRendererToggle widget. |
CellRendererToggleEvent.Type | |
CellRendererToggleListener | Listener CellRendererText widgets. |
CellRendererToggle.Attribute | Attributes for mapping to data in the TreeModel |
CellRenderer.Attribute | Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object. |
CellView | |
CheckButton | A CheckButton widget displays a small button with a label next to it. |
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 application code. |
CheckMenuItemEvent | This event is used to identify when a CheckMenuItem receives an event |
CheckMenuItemEvent.Type | |
CheckMenuItemListener | This is the listener interface for receiving CheckMenuItem events. |
Clipboard | The Clipboard object represents a clipboard of data shared between different processes or between different widgets in the same process. |
Color | The PangoColor structure is used to represent a color in an uncalibrated RGB colorspace. |
Color | Describes an allocated or unallocated color. |
ColorButton | The ColorButton is a widget in the form of a small button containing a swatch representing the current selected color. |
ColorButtonEvent | This event is used to identify when a ColorButton receives an event |
ColorButtonEvent.Type | |
ColorButtonListener | This is the listener interface for receiving ColorButton events. |
Colormap | This object stores the mapping between the color values stored in memory and the RGB values that are used to display color values. |
Colorspace | |
ColorSelection | This widget displays color information in such a way that the user can specify, with the mouse, any available color. |
ColorSelectionDialog | The ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the FileSelection provides a standard dialog for file selection. |
ColorSelectionEvent | This event is used to identify when a ColorSelection receives an event |
ColorSelectionEvent.Type | |
ColorSelectionListener | This is the listener interface for receiving ColorSelection events. |
Combo | The Combo box displays a single item and provides a pull-down list of items that can be selected. |
ComboBox | A widget used to choose from a list of items. |
ComboBoxEntry | |
ComboBoxEvent | This event is used to identify when a ComboBox receives an event |
ComboBoxEvent.Type | |
ComboBoxListener | This is the listener interface for receiving ComboBox events. |
Config | |
ConfigureEvent | This event is used to identify a Configure event on a Widget. |
ConfigureEvent.Type | |
ConfigureListener | This is the listener interface for receiving Configure events. |
Container | The Container widget is a base class for container widgets. |
ContainerEvent | |
ContainerEvent.Type | |
ContainerListener | This is the listener interface for receiving container events on a Container. |
Context | The PangoContext structure stores global information used to control the itemization process. |
CornerType | Specifies which corner a child widget should be placed in when packed into a ScrolledWindow. |
Coverage | It is often necessary in Pango to determine if a particular font can represent a particular character, and also how well it can represent that character. |
CoverageLevel | Used to indicate how well a font can represent a particular ISO 10646 character point for a particular script. |
CrossingMode | |
Cursor | |
CursorType | |
Curve | This widget displays a grid and traces a graph on it following a set of points. |
CurveType | |
CustomEvents | Provides methods for adding custom event sources. |
DataColumn | Represents a block in which data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnBoolean | Represents a block in which boolean data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnDouble | Represents a block in which double data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnIconSize | Represents a block in which integer data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnInt | Represents a block in which integer data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnLong |
Represents a block in which long data can be stored in a
TreeModel.
|
DataColumnObject | Represents a block in which java objects can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnPixbuf | Represents a block in which pixbuf data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnStockItem | Represents a block in which a GtkStockItem can be stored in a TreeModel (such as ListStore or TreeStore). |
DataColumnString | Represents a block in which String data can be stored in a TreeModel (such as ListStore or TreeStore). |
DataRow |
A DataRow is simply a list of data, which represent a row that can be added to store components, such as ListStore and TreeStore. |
DebugFlag | |
DeleteDragDataEvent | |
DeleteDragDataEvent.Type | |
DeleteType | |
DestDefaults | |
Device | In addition to the normal keyboard and mouse input devices, GTK+ also contains support for extended input devices. |
Dialog | Dialog boxes are a convenient way to prompt the user for a small amount of input, to display a message, ask a question, or anything else that does not require extensive effort on the user's part. |
DialogEvent | This event is used to identify when a dialog receives an event |
DialogEvent.Type | |
DialogFlags | Flags used to influence dialog construction. |
DialogListener | This is the listener interface for receiving dialog events. |
Dimension | |
Direction | The PangoDirection type represents the direction of writing for text. |
DirectionType | |
Display | Display objects are the GDK representation of the X Display which can be described as a workstation consisting of a keyboard a pointing device (such as a mouse) and one or more screens. |
DragAction | |
DragContext | A DragContext holds information about a drag in process. |
DragDestinationListener | |
DragEvent | |
DragMotionEvent | |
DragMotionEvent.Type | |
DragOriginAdapter | |
DragOriginListener | |
DragProtocol | |
DragSourceListener | |
DragTargetAdapter | |
DragTargetListener | |
Drawable | Provides support for drawing points, lines, arcs, and text onto what we call 'drawables'. |
DrawingArea | The DrawingArea widget is used for creating custom user interface elements. |
DropDragEvent | |
DropDragEvent.Type | |
Editable | The Editable interface is used by widgets that edit text, such as Entry widget. |
EditableHelper | This class implements the native methods that are used by classes that implement Editable. |
EllipsizeMode | Type describing what sort of (if any) ellipsization should be applied to a line of text. |
EndDragEvent | |
EndDragEvent.Type | |
Entry | A single line text entry widget. |
EntryCompletion | EntryCompletion is an auxiliary object to be used in conjunction with Entry to provide the completion functionality. |
EntryCompletionEvent | This event is used to identify when a EntryCompletion receives an event |
EntryCompletionEvent.Type | |
EntryCompletionListener | This is the listener interface for receiving EntryCompletion events. |
EntryEvent | This event is used to identify when an entry receives an event |
EntryEvent.Type | |
EntryListener | This is the listener interface for receiving entry events. |
Error | The class represents an internal representation of an Error from the GTK and GNOME libraries. |
Event | |
EventAny | |
EventBox | The EventBox widget is a container with a seethrough window that can receive events for the container widget - normally one that cannot recvieve its own. |
EventButton | |
EventClient | |
EventConfigure | |
EventCrossing | |
EventDND | |
EventExpose | |
EventFocus | |
EventKey | |
EventMap | An EventMap is a Java-GNOME implementation class which encapsulates all static information that maps GTK signals to Java-GNOME events. |
EventMask | A set of bit flags to indicate which events a window is to receive. |
EventMotion | |
EventNoExpose | |
EventOwnerChange | |
EventProperty | |
EventProximity | |
EventScroll | |
EventSelection | |
EventSetting | |
EventType | Represents a particular type of an event. |
EventType | Specifies the type of the Event. |
EventVisibility | |
EventWindowState | |
Expander | A container which can hide its child. |
ExpanderEvent | This event is used to identify when a Expander receives an event |
ExpanderEvent.Type | |
ExpanderListener | This is the listener interface for receiving Expander events. |
ExpanderStyle | |
ExposeEvent | This event object is used to identify how expose has changed. |
ExposeEvent.Type | |
ExposeListener | This is the listener interface for receiving expose events for a Widget. |
ExtensionMode | An enumeration used to specify which extension events are desired for a particular widget. |
FileChooser | |
FileChooserAction | |
FileChooserButton | |
FileChooserDialog | |
FileChooserError | |
FileChooserEvent | |
FileChooserEvent.Type | |
FileChooserException | |
FileChooserListener | |
FileChooserWidget | |
FileFilter | |
FileFilterFlags | |
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. |
Fill | |
FillRule | |
Fireable |
Defines the interface for a fire method, which is used by
Timer to signal that its interval has elapsed.
|
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. |
FocusEvent | |
FocusEvent.Type | |
FocusListener | |
Font | Pango supports a flexible architecture where a particular rendering architecture can supply an implementation of fonts. |
FontButton | |
FontButtonEvent | This event is used to identify when a FontButton receives an event |
FontButtonEvent.Type | |
FontButtonListener | This is the listener interface for receiving FontButton events. |
FontDescription | The FontDescription represents the description of an ideal font. |
FontFace | The PangoFontFace structure is used to represent a group of fonts with the same family, slant, weight, width, but varying sizes. |
FontFamily | The FontFamily object is used to represent a family of related font faces. |
FontMask | The bits in a PangoFontMask correspond to fields in a PangoFontDescription that have been set. |
FontMetrics | A FontMetrics structure holds the overall metric information for a font (possibly restricted to a script). |
FontSelection | A widget that lists the available fonts, styles and sizes, allowing the user to select a font. |
FontSelectionDialog | The FontSelectionDialog widget is a dialog for selecting a font. |
Frame | The Frame widget is a Bin that surrounds its child with a decorative frame and an optional label. |
Function | Determines how the bit values for the source pixels are combined with the bit values for destination pixels to produce the final result. |
GammaCurve | The GammaCurve widget displays an interactive window that enables the mouse to insert and move points. |
GC | All drawing operations in GDK take a GC argument. |
GCValuesMask | |
Gdk | |
GdkCairo | |
Geometry | Gives the window manager information about a window's geometry constraints. |
GlyphString | Used to store strings of glyphs with geometry and visible attribute information. |
GListString | |
GObject | Base class for all objects that participate in the GLib object system. |
GrabStatus | |
Gravity | |
Gtk | This class is a catch-all for methods in GTK that are not associated with a GTK object. |
GtkEvent | |
GtkInitException | Thrown when Gtk.initCheck fails to initialize the GUI subsystem. |
GtkObject | This is the base class of all widgets and a few non-widget objects. |
GtkStockItem | Stock items are combinations of icons and text which are used in various widgets, such as gtk.Button. |
HandleBox | The HandleBox widget allows a portion of the window to be "torn-off". |
HandleBoxEvent | This event is used to identify when a HandleBox receives an event |
HandleBoxEvent.Type | |
HandleBoxListener | This is the listener interface for receiving HandleBox events. |
HBox | HBox is a container widget that organizes its contained widgets horizontally side by side. |
HButtonBox | HButtonBox is a container designed to display a collection of buttons horizontally. |
HPaned | The HPaned widget is a container widget with two children arranged horizontally. |
HRuler | HRuler displays a horizontally-oriented scale that optionally can contain the marks and a current-position pointer. |
HScale | This widget is a horizontal slot containing a slider that can be moved by the mouse. |
HScrollBar | The HScrollBar displays a horizontal scrollbar with a slider and a pair of arrow buttons. |
HSeparator | The HSeparator widget is a horizontal separator, used to group the widgets within a window. |
Hyperlink | |
IconFactory | This object manages a collection of IconSet; an IconSet manages a set of variants of a particular icon. |
IconInfo | |
IconLookupFlags | |
IconSet | This object represents a set of Icons that are a variant of a particular icon. |
IconSize | Defines the standard GTK icon sizes. |
IconSource | |
IconTheme | |
IconView | |
IconViewEvent | This event is used to identify when a IconView receives an event |
IconViewEvent.Type | |
IconViewListener | This is the listener interface for receiving IconView events. |
Idle |
Idle: an object that executes a Fireable target object's
fire method at the next available time. |
Image | Image represents an area for drawing graphics. |
Image | The Image widget displays an image. |
ImageMenuItem | This is a MenuItem that displays an Image. |
ImageType | |
ImageType | Describes the image data represented by a Image. |
IMContext | |
IMContextSimple | |
IMMulticontext | |
InputCondition | |
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. |
InputMode | |
InputSource | |
InterpType | |
Invisible | The Invisible widget displays a blank window. |
Item | This widget is designed to be a base class for widgets that can be selected and deselected. |
ItemEvent | An event represeting action by a Item widget. |
ItemEvent.Type | Type of a ItemEvent |
ItemFactory | Old class replaced by UIManager. |
ItemFactoryEntry | Old class replaced by UIManager. |
ItemListener | Listener for the Item widget. |
JGException | Generic Exception in Java-GNOME. |
JoinStyle | |
Justification | Used for justifying the text inside a Label widget. |
KeyEvent | This event object is used to identify when a key has been pressed and released. |
KeyEvent.Type | |
KeyListener | This is the listener interface for receiving keyboard events on a Widget. |
Keymap | |
KeymapKey | |
KeySnoopMethod | Interface that can be used to intercept all key events before they are delivered normally. |
KeySymbol | |
KeyValue | The KeyChar class contains integer representations of the keystrokes supported by GTK |
Label | The Label widget displays a small amount of text. |
Language | The PangoLanguage structure is used to represent a language. |
Layer | Describes the layer of a component. |
Layout | While complete access to the layout capabilities of Pango is provided using the detailed interfaces for itemization and shaping, using that functionality directly involves writing a fairly large amount of code. |
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. |
LayoutLine | The PangoLayoutLine structure represents one of the lines resulting from laying out a paragraph via PangoLayout. |
LeaveDragDestinationEvent | |
LeaveDragDestinationEvent.Type | |
LifeCycleEvent | This event is used to identify life cycle events that effect a widget. |
LifeCycleEvent.Type | |
LifeCycleListener | This is the listener interface for receiving life cycle realted events for a Widget. |
LineStyle | |
List | |
ListStore | The ListStore is the gtk Model used for constructing Lists and tables to be displayed within TreeView widgets. |
MainLoop | The MainLoop represents a main event loop. |
MemStruct | Class for memory management of structs. |
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. |
MenuBar | The MenuBar is a subclass of MenuShell which contains one to many MenuItem. |
MenuDirectionType | Represents directional movements within a menu. |
MenuFactoryType | |
MenuItem | The MenuItem widget and derived widgets are the only valid children for Menus. |
MenuItemEvent | An event represeting action by a MenuItem widget. |
MenuItemEvent.Type | |
MenuItemListener | |
MenuShell | The MenuShell class is an abstract base class used to derive the Menu and MenuBar subclasses. |
MenuToolButton | A ToolItem containing a button with an additional dropdown menu. |
MessageDialog | MessageDialog presents a dialog with an image representing the type of message (Error, Question, etc.) alongside some message text. |
MessageType | The type of message to be displayed in a dialog. |
MetricType | |
Misc | This is a base class providing alignment and padding to a number of displayable widgets. |
ModifierType | |
MouseEvent | This event represents mouse events. |
MouseEvent.Type | |
MouseListener | |
MouseMotionEvent | This event object is used to identify how mouseMotion has changed. |
MouseMotionEvent.Type | |
MouseMotionListener | This is the listener interface for receiving mouse motion events for a Widget. |
MovementStep | |
Notebook | A Notebook widget is a container whose children are pages that can be switched between using tab labels along one edge. |
NotebookEvent | An event represeting action by a Notebook widget. |
NotebookEvent.Type | |
NotebookListener | |
NotifyType | |
ObjectDestroyedException | Exception thrown when a user calls a method on a GtkObject that has already been destroyed. |
ObjectFactory | |
ObjectFlags | Tells about the state of a GtkObject. |
OptionMenu | deprecated menu widget replaced by ComboBox in gtk 2.3. |
OptionMenuEvent | An event representing action by a OptionMenu widget. |
OptionMenuEvent.Type | Type of a OptionMenuEvent |
OptionMenuListener | Listener for the OptionMenu widget. |
Orientation | |
OverlapType | |
PackDirection | |
PackType | Represents the packing location of Box children. |
Paned | Paned is the base class for widgets with two panes arranged either horizontally (HPaned) or vertically (VPaned). |
PangoAttrEmbossed | |
PangoAttrStipple | |
ParmFlags | |
PathPriorityType | |
PathType | |
Pixbuf | This class describes an image in memory. |
PixbufAlphaMode | |
PixbufAnimation | Provides a simple mechanism to load and represent animations. |
PixbufAnimationIter | Provides the necessary functionality to display an animation. |
PixbufError | |
PixbufFormat | Contains information about an image format of a Pixbuf. |
PixbufLoader | The PixbufLoader provides a way for applications to drive the process of loading an image, by letting them send the image data directly to the loader instead of having the loader read the data from a file. |
PixbufRotation | The possible rotations that can be passed to the rotate method of Pixbuf. |
Pixmap | A Pixmap is an offscreen drawable. |
Plug | A GtkPlug window is a top-level window that can be made available to a separate process from the one that created it. |
Point | Represents a point with x and y coordinates. |
PolicyType | Determines when a scrollbar is visible. |
PositionType | A property used to determine where items appear in widgets |
Preview | |
PreviewType | |
Progress | The Progress widget is the base class of ProgressBar. |
ProgressBar | The ProgressBar is typically used to display the progress of a long running operation. |
ProgressBarOrientation | An object representing the various orientations and growth directions for progress bar widgets. |
ProgressBarStyle | |
Property | |
PropertyNotificationListener | Interface used as a callback for property notification events ("notify" signal). |
PropertyState | |
PropMode | |
Quark | A Quark is an association between a String and an integer identifier. |
RadioAction | |
RadioActionEntry | |
RadioActionEntryListener | |
RadioButton | A single RadioButton performs the same basic function as a CheckButton, as it's position in the object hierarchy reflects. |
RadioMenuItem | A RadioMenuItem is a CheckMenuItem that belongs to a group. |
RadioToolButton | |
Range | This is the base class for the group of widgets that involve graphic display and manipulation of a vale bounded within a specific minumum and maximum value. |
RangeEvent | An event represeting action by a Range widget. |
RangeEvent.Type | |
RangeListener | Listener for widgets derived from the Range class. |
Rc | |
RcFlags | |
RcProperty | |
RcStyle | A class that provides runtime routines for handling resource files. |
RcTokenType | |
ReceiveDragDataEvent | |
ReceiveDragDataEvent.Type | |
Rectangle | The PangoRectangle structure represents a rectangle. |
Rectangle | Represents a rectangle with x, y, width and height members. |
Region | Represents a set of pixels on the Screen. |
Registry | |
Relation | |
RelationSet | |
RelationType | |
ReliefStyle | The reliefStyle is used by a number of widgets, such as Button. |
RequestDragDataEvent | |
RequestDragDataEvent.Type | |
Requisition | |
ResizeMode | The resize mode of a Container determines whether a resize request will be passed to the container's parent, queued for later execution or executed immediately. |
ResponseType | |
RgbCmap | |
RgbDither | |
Role | Describes the role of an object. |
Ruler | This widget is the base class for GtkHRuler and GtkVRuler. |
Scale | |
Scale | A Scale is a slider control used to select a numeric value. |
ScaleEvent | An event representing a request for formatting information for the label of a scale widget |
ScaleEvent.Type | |
ScaleListener | Listener for the Scale widget. |
Screen | Screen objects are the GDK representation of a physical screen. |
ScrollBar | The ScrollBar widget is an abstract base class for HScrollBar and VScrollBar. |
ScrollDirection | |
ScrolledWindow | A ScrolledWindow is a Bin subclass; it's a container that accepts a single child widget. |
ScrollType | |
Segment | Specifies the start and end point for a line. |
SelectionData | Data used in Drag and drop operations |
SelectionMode | Determines how elements of a TreeView widget may be selected. |
Separator | The Separator class is the base class for HSeparator and VSeparator. |
SeparatorMenuItem | The SeparatorMenuItem is a separator used to group items within a menu. |
SeparatorToolItem | |
SettingAction | |
Settings | Application settings such as theme, fonts, toolbar icon size and cursor blink times. |
ShadowType | Used to change the appearance of an outline typically provided by a Frame. |
SideType | |
SignalRunType | |
SimpleList | This is a widget which contains a list of strings. |
SizeGroup | SizeGroup provides a mechanism for grouping a number of widgets together so they all request the same amount of space. |
SizeGroupMode | Modes for SizeGroup objects. |
SortType | todo: doc |
Span | Represents a horizontal line of pixels starting with the pixel at coordinates x,y and ending before x+width,y. |
SpawnError | |
SpinButton | A SpinButton widget displays a single numeric value that you can change by using the two arrow buttons to its right, or by editing the number directly. |
SpinButtonUpdatePolicy | This is the property which determines when a SpinButton widget should be updated. |
SpinEvent | An event represeting action by a SpinButton widget. |
SpinEvent.Type | |
SpinListener | Listener for the SpinButton widget. |
SpinType | A property used to determine how to sping a SpinButton widget. todo: docs GTK_SPIN_STEP_FORWARD, GTK_SPIN_STEP_BACKWARD, GTK_SPIN_PAGE_FORWARD, GTK_SPIN_PAGE_BACKWARDThese values spin a GtkSpinButton by the relevant values of the spin button's GtkAdjustment.GTK_SPIN_HOME, GTK_SPIN_ENDThese set the spin button's value to the minimum or maxmimum possible values, (set by it's GtkAdjustment), respectively.GTK_SPIN_USER_DEFINEDThe programmer must specify the exact amount to spin the GtkSpinButton. |
StartDragEvent | |
StartDragEvent.Type | |
State | |
StateSet | |
StateType | |
StateType | |
Status | |
StatusBar | A Statusbar is usually placed along the bottom of an application's main Window. |
StatusBarEvent | An event represeting action by a StatusBar widget. |
StatusBarEvent.Type | Type of a StatusBarEvent |
StatusBarListener | Listener for the StatusBar widget. |
Stretch | An enumeration specifying the width of the font relative to other designs within a family. |
Style | An enumeration specifying the various slant styles possible for a font. |
Style | |
SubmenuDirection | |
SubmenuPlacement | |
SubwindowMode | |
TabAlign | A PangoTabAlign specifies where a tab stop appears relative to the text |
TabArray | A PangoTabArray struct contains an array of tab stops. |
Table | A container that creates a grid of flexible static rectangles that you can use to position and size widgets. |
TargetEntry | Definition for sources and destinations of Drag and Drop operations. |
TargetFlags | |
TearoffMenuItem | |
TextAppearance | Read only text appearance properties, as returned by methods relating to the text view widgets. |
TextAttributes | A read only store of text attributes as returned by getAttributes. |
TextBuffer | The TextBuffer is the object used to store data to be displayed in a TextView widget. |
TextBufferEvent | This event represents TextBuffer events |
TextBufferEvent.Type | |
TextBufferListener | This is the listener interface for receiving text buffer events. |
TextChildAnchor | An anchor for embedding widgets within TextView widgets. |
TextDirection | Direction for text display. |
TextIter | The Text Editor objects are discussed in detail in the TextView widget overview. |
TextLine | |
TextLineData | |
TextMark | You may wish to begin by reading the TextView overview which gives an overview of all the objects and data types related to the text widget and how they work together. |
TextSearchFlags | Flags for searching text. |
TextTag | See the TextBuffer description for an overview of these classes. |
TextTagTable | See TextView description for an overview of the related objects. |
TextView | Widget for displaying textual data. |
TextViewEvent | This event is used to identify events of the TextView widget. |
TextViewEvent.Type | Used to describe the type of event. |
TextViewListener | This is the listener interface for receiving text view realted events for a Widget. |
TextView.VerticalLineRange | Class to handle returns from VerticalLineRange. |
TextWindowType | |
Timer |
Timer: an object that executes a Fireable target object's
fire method at a specified interval.
|
ToggleAction | |
ToggleActionEntry | |
ToggleActionEntryListener | |
ToggleButton | A ToggleButton is a button that changes and retains its on or off state each time it is selected with the mouse. |
ToggleEvent | This is an event for the toggling of ToggleButton widgets. |
ToggleEvent.Type | |
ToggleListener | A Listener interface for toggle events. |
ToggleToolButton | |
ToggleToolButtonEvent | This event is used to identify when a ToggleToolButton receives an event |
ToggleToolButtonEvent.Type | |
ToggleToolButtonListener | This is the listener interface for receiving ToggleToolButton events. |
ToolBar | The ToolBar is used to construct a toolbar. |
ToolBarChildType | |
ToolBarEvent | This event is used to identify when a ToolBar receives an event |
ToolBarEvent.Type | |
ToolBarListener | This is the listener interface for receiving ToolBar events. |
ToolBarSpaceStyle | |
ToolBarStyle | |
ToolButton | A ToolItem subclass that displays buttons. |
ToolButtonEvent | This event is used to identify when a ToolButton receives an event |
ToolButtonEvent.Type | |
ToolButtonListener | This is the listener interface for receiving ToolButton events. |
ToolItem | ToolItem is the base class of widgets that can be added to ToolBar objects. |
ToolTips | ToolTips are the messages that appear next to a widget when the mouse pointer is held over it for a short period of time. |
ToolTipsData | |
TreeDragDest | |
TreeDragDestListener | |
TreeDragSource | |
TreeDragSourceListener | |
TreeIter | A tree iterator refers to a particular row of a TreeView object. |
TreeIterComparison | |
TreeModel | A generic tree interface for use with TreeView widgets. |
TreeModelEvent | An event represeting action by a TreeModel class. |
TreeModelEvent.Type | Type of a TreeModelEvent |
TreeModelFilter | Class for filtering the visible rows of a base TreeModel. |
TreeModelFilterVisibleMethod | Interface used in filtering the visible rows of a TreeModel. |
TreeModelListener | Listener for the TreeModel class. |
TreeModelSort | Class for sorting the rows of a base TreeModel. |
TreePath | A path refers to a single row in a TreeModel (such as a ListStore or a TreeStore). |
TreeRowReference | A TreeRowReference behaves similar to a {@see org.gnu.gtk.TreeIter} in that it is a reference to a node in a {@see javax.swing.tree.TreeModel}. |
TreeSelection | The TreeSelection object is a helper object to manage the selection for a TreeView widget. |
TreeSelectionEvent | An event fired when a cell has been selected in a TreeView widget. |
TreeSelectionEvent.Type | |
TreeSelectionForEach | This interface is used in combination with some methods of this class to iterate over a number of items in the selection. |
TreeSelectionListener | Listener for the TreeSelectionEvent. |
TreeSortable | Interface for Sortable models used by TreeView. |
TreeSortableHelper | Internal helper class for classes that implement the TreeSortable interface. |
TreeStore | The TreeStore is a Model used for storing data which will be displayed in any number of TreeView widgets. |
TreeView | TreeView is GTK's Widget for displaying trees and lists. |
TreeViewColumn | The TreeViewColumn object is a visible column in a TreeView widget, which is the base widget for all Tree, list and table widgets. |
TreeViewColumnDrop | |
TreeViewColumnEvent | An event generated when a column header in a TreeView widget has been clicked. |
TreeViewColumnEvent.Type | |
TreeViewColumnListener | Listener for the TreeViewColumnEvent. |
TreeViewColumnSizing | Determines how columns of a tree or table are resized. |
TreeViewDropPosition | |
TreeViewEvent | An event represeting action by a TreeView widget. |
TreeViewEvent.Type | Which type of TreeModelEvent was received |
TreeViewListener | Listener for the TreeView class. |
TreeViewRowSeparatorMethod | Interface used in determining whether a given row should be rendered as a separator. |
Type | This class represents the GLib Runtime type identification and management system. |
TypeInterface | |
UIManager | A class to construct a user interface (menus and toolbars) from one or more UI definitions, which reference actions from one or more action groups. |
UIManagerEvent | An event represeting action by a UIManager object. |
UIManagerEvent.Type | |
UIManagerItemType | |
UIManagerListener | Listener for the UIManager object. |
Underline | The PangoUnderline enumeration is used to specify whether text should be underlined, and if so, the type of underlining. |
UpdateType | Controls how widgets should be updated |
Value | Value is a polymorphic type that can hold values of any other type. |
Variant | An enumeration specifying capitalization variant of the font. |
VBox | VBox is a container widget that organizes its contained widgets vertically. |
VButtonBox | VButtonBox is a container designed to display a collection of buttons vertically. |
Viewport | A Viewport is a container that does not resize to fit in the space allocated to it. |
Visibility | |
VisibilityState | |
Visual | Describes a particular video hardware display format. |
VisualType | |
VPaned | The VPaned widget is a container widget with two children arranged vertically. |
VRuler | GtkVRuler displays a vertically-oriented scale that optionally can contain tick marks and a current-position pointer. |
VScale | The VScale widget is a vertically slot containing a slider that can be moved by the mouse. |
VScrollBar | The VScrollbar displays a vertical scrollbar with a slider and a pair of arrow buttons. |
VSeparator | A vertical separator, used to group the widgets within a window. |
Weight | An enumeration specifying the weight (boldness) of a font. |
Widget | GtkWidget is the base class of all widgets. |
WidgetAuxInfo | |
WidgetFlags | |
WidgetHelpType | |
Window | A rectangular region on the screen. |
Window | A Window is a window that can be displayed on the screen. |
WindowAttr | Attributes to use for a newly-created window. |
WindowAttributesType | |
WindowClass | |
WindowEdge | |
WindowGroup | Class that provides the ability to group several Windows together. |
WindowHints | |
WindowPosition | This class can influence the placement of a window. |
WindowState | |
WindowType | |
WindowType | |
WindowTypeException | |
WindowTypeHint | |
WMDecoration | |
WMFunction | |
WrapMode | Describes how to wrap the lines of a PangoLayout to the desired width. |
WrapMode | Word wrapping mode for TextBuffer objects. |