Uses of Class
org.gnu.glib.Enum

Packages that use Enum
org.gnu.atk   
org.gnu.gdk   
org.gnu.glib   
org.gnu.gtk   
org.gnu.pango   
 

Uses of Enum in org.gnu.atk
 

Subclasses of Enum in org.gnu.atk
 class Layer
          Describes the layer of a component.
 class RelationType
           
 class Role
          Describes the role of an object.
 class StateType
           
 

Uses of Enum in org.gnu.gdk
 

Subclasses of Enum in org.gnu.gdk
 class AxisUse
           
 class ByteOrder
           
 class CapStyle
           
 class Colorspace
           
 class CrossingMode
           
 class CursorType
           
 class DragProtocol
           
 class EventType
           
 class ExtensionMode
           
 class Fill
           
 class FillRule
           
 class Function
          Determines how the bit values for the source pixels are combined with the bit values for destination pixels to produce the final result.
 class GCValuesMask
           
 class Gravity
           
 class ImageType
           
 class InputMode
           
 class InputSource
           
 class InterpType
           
 class JoinStyle
           
 class LineStyle
           
 class NotifyType
           
 class OverlapType
           
 class PixbufAlphaMode
           
 class PropertyState
           
 class PropMode
           
 class RgbDither
           
 class ScrollDirection
           
 class SettingAction
           
 class Status
           
 class SubwindowMode
           
 class VisibilityState
           
 class VisualType
           
 class WindowClass
           
 class WindowEdge
           
 class WindowType
           
 class WindowTypeHint
           
 

Uses of Enum in org.gnu.glib
 

Subclasses of Enum in org.gnu.glib
 class SpawnError
           
 

Uses of Enum in org.gnu.gtk
 

Subclasses of Enum in org.gnu.gtk
 class AnchorType
           
 class ArrowType
          Used to indicate the direction in which an Arrow should point.
 class ButtonBoxStyle
          Used to dictate the style that a ButtonBox uses to layout the buttons it contains.
 class ButtonsType
          Defines the prebuild set of buttons for a Dialog.
 class CellRendererMode
           
 class CornerType
          Specifies which cornor a child widget should be placed in when packed into a ScrolledWindow.
 class CurveType
           
 class DeleteType
           
 class DialogFlags
           
 class DirectionType
           
 class ExpanderStyle
           
 class IconSize
           
 class Justification
          Used for justifying the text inside a Label widget.
 class MenuDirectionType
          Represents directional movements within a menu.
 class MenuFactoryType
           
 class MessageType
          The type of message to be displayed in a dialog.
 class MetricType
           
 class MovementStep
           
 class Orientation
           
 class PackType
          Represents the packing location of Box children.
 class PathPriorityType
           
 class PathType
           
 class PolicyType
          Determines when a scrollbar is visible.
 class PositionType
          A property used to determine where items appear in widgets
 class ProgressBarOrientation
          An object representing the various orientations and growth directions for progress bar widgets.
 class ProgressBarStyle
           
 class RcTokenType
           
 class ReliefStyle
          The reliefStyle is used by a number of widgets, such as Button.
 class ResizeMode
           
 class ResponseType
           
 class ScrollType
           
 class SelectionMode
          Determines how elements of a TreeView widget may be selected.
 class ShadowType
          Used to change the appearance of an outline typically provided by a Frame.
 class SideType
           
 class SizeGroupMode
          Modes for SizeGroup objects.
 class SortType
          todo: doc
 class SpinButtonUpdatePolicy
          This is the property which determines when a SpinButton widget should be updated.
 class SpinType
          A property used to determine how to sping a SpinButton widget.
 class SubmenuDirection
           
 class SubmenuPlacement
           
 class TextDirection
          Direction for text display.
 class TextSearchFlags
          Flags for searching text.
 class TextWindowType
           
 class ToolBarChildType
           
 class ToolBarSpaceStyle
           
 class ToolBarStyle
           
 class TreeViewColumnSizing
          Determines how columns of a tree or table are resized.
 class TreeViewDropPosition
           
 class UpdateType
          Controls how widgets should be updated todo:doc GTK_UPDATE_CONTINUOUS means that anytime the range slider is moved, the range value will change and the value_changed signal will be emitted.
 class Visibility
           
 class WidgetHelpType
           
 class WindowPosition
          This class can influence the placement of a window.
 

Uses of Enum in org.gnu.pango
 

Subclasses of Enum in org.gnu.pango
 class Alignment
          describes how to align the lines of a PangoLayout within the available space.
 class AttrType
          Distinguishes between different types of attributes.
 class CoverageLevel
          Used to indicate how well a font can represent a particular ISO 10646 character point for a particular script.
 class Direction
          The PangoDirection type represents the direction of writing for text.
 class Stretch
          An enumeration specifying the width of the font relative to other designs within a family.
 class Style
          An enumeration specifying the various slant styles possible for a font.
 class TabAlign
          A PangoTabAlign specifies where a tab stop appears relative to the text
 class Underline
          The PangoUnderline enumeration is used to specify whether text should be underlined, and if so, the type of underlining.
 class Variant
          An enumeration specifying capitalization variant of the font.
 class Weight
          An enumeration specifying the weight (boldness) of a font.
 class WrapMode
          Describes how to wrap the lines of a PangoLayout to the desired width.
 


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