logo top
Main Page   Widgets   Namespaces   Book  


Classes

class  Gtk::AccelGroup
 A Gtk::AccelGroup represents a group of keyboard accelerators, typically attached to a toplevel Gtk::Window (with Gtk::Window::add_accel_group()). More...
class  Gtk::AccelKey
 Defines accelerator key combinations. More...
class  Gtk::AccelLabel
 A label which displays an accelerator key on the right of the text. More...
class  Gtk::Action
class  Gtk::ActionGroup
class  Gtk::Adjustment
 A class representing an adjustable bounded value. More...
class  Gtk::Alignment
 A widget which controls the alignment and size of its child. More...
class  Gtk::Arrow
 Produces an arrow pointing in one of the four cardinal directions. More...
class  Gtk::AspectFrame
 A frame that constrains its child to a particular aspect ratio. More...
class  Gtk::Bin
 A container with just one child. More...
class  Gtk::Box
 A base class for box containers. More...
class  Gtk::VBox
 Vertical Box for laying widgets in a vertical row. More...
class  Gtk::HBox
 Horizontal Box for laying widgets in a horizontal row. More...
class  Gtk::Button
 A widget that creates a signal when clicked on. More...
class  Gtk::ButtonBox
 Base class for Gtk::HButtonBox and Gtk::VButtonBox. More...
class  Gtk::VButtonBox
 A container for arranging buttons vertically. More...
class  Gtk::HButtonBox
 A container for arranging buttons horizontally. More...
class  Gtk::Calendar
 Display a calendar and/or allow the user to select a date. More...
class  Gtk::CellEditable
class  Gtk::CellLayout
class  Gtk::CellRenderer
 CellRenderers are used by Gtk::TreeView columns to render the Gtk::TreeModel column data appropriately. More...
class  Gtk::CellRendererPixbuf
class  Gtk::CellRendererText
class  Gtk::CellRendererToggle
class  Gtk::CheckButton
 Create widgets with a discrete toggle button. More...
class  Gtk::CheckMenuItem
 A menu item that maintains the state of a boolean value in addition to a Gtk::MenuItem's usual role in activating application code. More...
class  Gtk::Clipboard
class  Gtk::ColorButton
 A button to launch a color selection dialog. More...
class  Gtk::ColorSelection
 A widget used to select a color. More...
class  Gtk::ColorSelectionDialog
 This dialog allows the user to select a color. More...
class  Gtk::ComboDropDownItem
 An item in a ComboDropDownList. More...
class  Gtk::ComboDropDown
 The dropdown list of a Combo. More...
class  Gtk::Combo
 A text entry field with a dropdown list. More...
class  Gtk::ComboBox
 See also ComboBoxText, which is specialised for a single text column. More...
class  Gtk::ComboBoxEntry
 A ComboBox which has an Entry widget as child and a list of strings as popup. More...
class  Gtk::ComboBoxEntryText
 This is a specialisation of the ComboBoxEntry which has one column of text (a simple list), and appropriate methods for setting and getting the text. More...
class  Gtk::ComboBoxEntryText::TextModelColumns
class  Gtk::ComboBoxText
 This is a specialisation of the ComboBox which has one column of text (a simple list), and appropriate methods for setting and getting the text. More...
class  Gtk::ComboBoxText::TextModelColumns
class  Gtk::Container
 Abstract container class. More...
class  Gtk::Curve
 Allows direct editing of a curve. More...
class  Gtk::GammaCurve
 A subclass of Gtk::Curve for editing gamma curves. More...
class  Gtk::Dialog
 Create popup windows. More...
class  Gtk::DrawingArea
 A widget for custom user interface elements. More...
class  Gtk::Editable
 Base class for text-editing widgets. More...
class  Gtk::Entry
 A single line text entry field. More...
class  Gtk::EntryCompletion
class  Gtk::IconSize
 Represents registered icon sizes. More...
class  Gtk::EventBox
 Event capturing box. More...
class  Gtk::Expander
 A container which can hide its child. More...
class  Gtk::FileChooser
 Gtk::FileChooser is an interface that can be implemented by file selection widgets. More...
class  Gtk::FileChooserDialog
 Convenient file chooser window. More...
class  Gtk::FileChooserWidget
 File chooser widget that can be embedded in other widgets. More...
class  Gtk::FileFilter
class  Gtk::FileFilter::Info
class  Gtk::FileSelection
 Prompt the user for a file or directory name. More...
class  Gtk::Fixed
 A container which allows you to position widgets at fixed coordinates. More...
class  Gtk::FontButton
 A button to launch a font selection dialog. More...
class  Gtk::FontSelection
 A widget for selecting fonts. More...
class  Gtk::FontSelectionDialog
 A dialog box for selecting fonts. More...
class  Gtk::Frame
 A Gtk::Bin with a decorative frame and optional label. More...
class  Gtk::HandleBox
 A widget for detachable window portions. More...
class  Gtk::IconFactory
class  Gtk::IconInfo
class  Gtk::IconSet
class  Gtk::IconSource
class  Gtk::IconTheme
class  Gtk::Image
 A widget displaying an image. More...
class  Gtk::ImageMenuItem
 A menu item with an icon. More...
class  Gtk::InputDialog
class  Gtk::Invisible
 This widget is used internally in GTK+, and is probably not useful for application developers. More...
class  Gtk::Item
 This class should be considered as a virtual base class. More...
class  Gtk::Label
 A widget that displays a small to medium amount of text. More...
class  Gtk::Layout
 Infinite scrollable area containing child widgets and/or custom drawing. More...
class  Gtk::ListStore
 Thist is a list model for use with a Gtk::TreeView widget. More...
class  Gtk::Main
 Main application class Every application must have one of these objects. More...
class  Gtk::Menu
 A drop-down menu consisting of Gtk::MenuItem objects which can be navigated and activated by the user to perform application functions. More...
class  Gtk::MenuBar
 A standard menu bar which usually holds Gtk::Menu submenu items. More...
class  Gtk::MenuItem
 Child item for menus. More...
class  Gtk::MenuShell
 The abstract base class for Gtk::Menu and Gtk::MenuBar. More...
class  Gtk::MessageDialog
 Convenient message window. More...
class  Gtk::Misc
 A base class for widgets with alignments and padding. More...
class  Gtk::Notebook
 Container which shows one of its children at a time, in tabbed windows. More...
class  Gtk::Object
class  Gtk::OptionMenu
 A widget used to choose from a list of valid choices. More...
class  Gtk::Paned
 This is the base class for widgets with two panes, arranged either horizontally (Gtk::HPaned) or vertically (Gtk::VPaned). More...
class  Gtk::HPaned
 The Gtk::HPaned widget is a container widget with two children arranged horizontally. More...
class  Gtk::VPaned
 The Gtk::VPaned widget is a container widget with two children arranged horizontally. More...
class  Gtk::Plug
class  Gtk::ProgressBar
 A widget which indicates progress visually. More...
class  Gtk::RadioAction
class  Gtk::RadioButton
 A single radio button performs the same basic function as a Gtk::CheckButton, as its position in the object hierarchy reflects. More...
class  Gtk::RadioButtonGroup
 RadioButtonGroup identifier for RadioButtons To set up this RadioButtonGroup, construct a RadioButtonGroup and then pass it to the constructor of all radio items. More...
class  Gtk::RadioMenuItem
 A CheckMenuItem that belongs to a group. More...
class  Gtk::RadioToolButton
 A toolbar item that contains a radio button. More...
class  Gtk::Range
 Base class for widgets which visualize an adjustment. More...
class  Gtk::RcStyle
class  Gtk::RC
class  Gtk::Ruler
 Base class for horizontal or vertical rulers. More...
class  Gtk::VRuler
 Vertical Ruler. More...
class  Gtk::HRuler
 Horizontal Ruler. More...
class  Gtk::Scale
 Abstract base clase for Gtk::HScale and Gtk::VScale. More...
class  Gtk::VScale
 A vertical slider for selecting values. More...
class  Gtk::HScale
 A horizontal slider for selecting values. More...
class  Gtk::Scrollbar
 The Gtk::Scrollbar widget is an abstract base class for Gtk::HScrollbar and Gtk::VScrollbar. More...
class  Gtk::VScrollbar
 A vertical scrollbar. More...
class  Gtk::HScrollbar
 A horizontal scrollbar. More...
class  Gtk::ScrolledWindow
 Adds scrollbars to its child widget. More...
class  Gtk::SelectionData
class  Gtk::Separator
 Separator base class. More...
class  Gtk::VSeparator
 Vertical line widget. More...
class  Gtk::HSeparator
 Horizontal line widget. More...
class  Gtk::SeparatorMenuItem
 A separator used to group items within a menu. More...
class  Gtk::SeparatorToolItem
 A toolbar item that separates groups of other toolbar items. More...
class  Gtk::Settings
class  Gtk::SizeGroup
class  Gtk::Socket
 Container for widgets from other processes. More...
class  Gtk::SpinButton
 numeric Entry with up/down buttons Slightly misnamed, this should be called a SpinEntry. More...
class  Gtk::Statusbar
 Text status indicator This widget is used to display status information. More...
struct  Gtk::BuiltinStockID
 See the list of pre-defined stock items, in the Stock namespace. More...
class  Gtk::StockID
 See also Gtk::BuiltinStockID. More...
class  Gtk::StockItem
class  Gtk::Style
class  Gtk::Table
 Pack widgets in regular patterns. More...
class  Gtk::TargetEntry
class  Gtk::TargetList
class  Gtk::TearoffMenuItem
 A special Gtk::MenuItem which is used to tear off and reattach its menu. More...
class  Gtk::TextAttributes
class  Gtk::TextBuffer
 Multi-line attributed text that can be displayed by one or more Gtk::TextView widgets. More...
class  Gtk::TextChildAnchor
 Typedefed as Gtk::TextBuffer::ChildAnchor. More...
class  Gtk::TextIter
 Typefed as Gtk::TextBuffer::iterator. More...
class  Gtk::TextMark
 Typedefed as Gtk::TextBuffer::Mark. More...
class  Gtk::TextTag
 Typedefed as Gtk::TextBuffer::Tag. More...
class  Gtk::TextTagTable
 Typedefed as Gtk::TextBuffer::TagTable. More...
class  Gtk::TextView
 Multi-line text editing widget. More...
class  Gtk::ToggleAction
class  Gtk::ToggleButton
 A Gtk::ToggleButton will remain 'pressed-in' when clicked. More...
class  Gtk::ToggleToolButton
 A Gtk::ToolItem containing a toggle button. More...
class  Gtk::Toolbar
 Bars of buttons and other widgets. More...
class  Gtk::ToolButton
 A Gtk::ToolItem subclass that displays buttons. More...
class  Gtk::ToolItem
class  Gtk::Tooltips
 Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. More...
class  Gtk::TreeDragDest
class  Gtk::TreeDragSource
class  Gtk::TreeIterBase
class  Gtk::TreeIter
 A Gtk::TreeModel::iterator is a reference to a specific node on a specific model. More...
class  Gtk::TreeValueProxy<ColumnType>
class  Gtk::TreeRow
 Typedefed as TreeModel::Row. More...
class  Gtk::TreeNodeChildren
 typedefed as TreeModel::Children. More...
class  Gtk::TreeModel
 This class defines a generic tree interface for use by the Gtk::TreeView widget. More...
class  Gtk::TreeModelColumnRecord
 Typedefed as TreeModel::ColumnRecord. More...
class  Gtk::TreeModelColumnBase
 Base class of TreeModelColumn templates. More...
class  Gtk::TreeModelColumn<T>
 A Gtk::TreeModelColumn describes the C++ type of the data in a model column, and identifies that column in the model. More...
class  Gtk::TreeModelFilter
class  Gtk::TreeModelSort
 A wrapper which makes an underlying Gtk::TreeModel sortable. More...
class  Gtk::TreePath
 A path is essentially a potential node. More...
class  Gtk::TreeRowReference
 Typedefed as Gtk::TreeModel::RowReference. More...
class  Gtk::TreeSelection
 Typedefed as Gtk::TreeView::Selection. More...
class  Gtk::TreeSortable
class  Gtk::TreeStore
class  Gtk::TreeView
 The TreeView widget displays the model (Gtk::TreeModel) data and allows the user to interact with it. More...
class  Gtk::TreeViewColumn
 Typedefed as Gtk::TreeView::Column. More...
class  Gtk::UIManager
class  Gtk::Viewport
 An adapter which makes widgets scrollable. More...
class  Gtk::Widget
 Abstract Widget (Base class for all widgets). More...
class  Gtk::Window
 Toplevel Window This represents all widgets which are physical windows controlled by the window manager. More...
class  Gtk::WindowGroup

Typedefs

typedef Glib::ArrayHandle<
TargetEntry, TargetEntry_Traits > 
ArrayHandle_TargetEntry
typedef GtkRequisition Requisition
typedef Gdk::Rectangle Allocation

Enumerations

enum  PackOptions {
  PACK_SHRINK,
  PACK_EXPAND_PADDING,
  PACK_EXPAND_WIDGET
}
 Packing options for adding child widgets to a Box with pack_start() and pack_end(). More...
enum  { BUTTONBOX_DEFAULT = -1 }
enum  CalendarDisplayOptions {
  CALENDAR_SHOW_HEADING = 1 << 0,
  CALENDAR_SHOW_DAY_NAMES = 1 << 1,
  CALENDAR_NO_MONTH_CHANGE = 1 << 2,
  CALENDAR_SHOW_WEEK_NUMBERS = 1 << 3,
  CALENDAR_WEEK_START_MONDAY = 1 << 4
}
enum  CellRendererState {
  CELL_RENDERER_SELECTED = 1 << 0,
  CELL_RENDERER_PRELIT = 1 << 1,
  CELL_RENDERER_INSENSITIVE = 1 << 2,
  CELL_RENDERER_SORTED = 1 << 3,
  CELL_RENDERER_FOCUSED = 1 << 4
}
enum  CellRendererMode {
  CELL_RENDERER_MODE_INERT,
  CELL_RENDERER_MODE_ACTIVATABLE,
  CELL_RENDERER_MODE_EDITABLE
}
enum  ResponseType {
  RESPONSE_NONE = -1,
  RESPONSE_REJECT = -2,
  RESPONSE_ACCEPT = -3,
  RESPONSE_DELETE_EVENT = -4,
  RESPONSE_OK = -5,
  RESPONSE_CANCEL = -6,
  RESPONSE_CLOSE = -7,
  RESPONSE_YES = -8,
  RESPONSE_NO = -9,
  RESPONSE_APPLY = -10,
  RESPONSE_HELP = -11
}
enum  AccelFlags {
  ACCEL_VISIBLE = 1 << 0,
  ACCEL_LOCKED = 1 << 1,
  ACCEL_MASK = 0x07
}
enum  AnchorType {
  ANCHOR_CENTER,
  ANCHOR_NORTH,
  ANCHOR_NORTH_WEST,
  ANCHOR_NORTH_EAST,
  ANCHOR_SOUTH,
  ANCHOR_SOUTH_WEST,
  ANCHOR_SOUTH_EAST,
  ANCHOR_WEST,
  ANCHOR_EAST,
  ANCHOR_N = ANCHOR_NORTH,
  ANCHOR_NW = ANCHOR_NORTH_WEST,
  ANCHOR_NE = ANCHOR_NORTH_EAST,
  ANCHOR_S = ANCHOR_SOUTH,
  ANCHOR_SW = ANCHOR_SOUTH_WEST,
  ANCHOR_SE = ANCHOR_SOUTH_EAST,
  ANCHOR_W = ANCHOR_WEST,
  ANCHOR_E = ANCHOR_EAST
}
enum  ArrowType {
  ARROW_UP,
  ARROW_DOWN,
  ARROW_LEFT,
  ARROW_RIGHT
}
 Used to indicate the direction in which a Gtk::Arrow should point. More...
enum  AttachOptions {
  EXPAND = 1 << 0,
  SHRINK = 1 << 1,
  FILL = 1 << 2
}
 Denotes the expansion properties that a widget will have when it (or its parent) is resized. More...
enum  ButtonBoxStyle {
  BUTTONBOX_DEFAULT_STYLE,
  BUTTONBOX_SPREAD,
  BUTTONBOX_EDGE,
  BUTTONBOX_START,
  BUTTONBOX_END
}
enum  CurveType {
  CURVE_TYPE_LINEAR,
  CURVE_TYPE_SPLINE,
  CURVE_TYPE_FREE
}
enum  DeleteType {
  DELETE_CHARS,
  DELETE_WORDS,
  DELETE_DISPLAY_LINES,
  DELETE_DISPLAY_LINE_ENDS,
  DELETE_PARAGRAPH_ENDS,
  DELETE_PARAGRAPHS,
  DELETE_WHITESPACE
}
enum  DirectionType {
  DIR_TAB_FORWARD,
  DIR_TAB_BACKWARD,
  DIR_UP,
  DIR_DOWN,
  DIR_LEFT,
  DIR_RIGHT
}
enum  ExpanderStyle {
  EXPANDER_COLLAPSED,
  EXPANDER_SEMI_COLLAPSED,
  EXPANDER_SEMI_EXPANDED,
  EXPANDER_EXPANDED
}
enum  BuiltinIconSize {
  ICON_SIZE_INVALID,
  ICON_SIZE_MENU,
  ICON_SIZE_SMALL_TOOLBAR,
  ICON_SIZE_LARGE_TOOLBAR,
  ICON_SIZE_BUTTON,
  ICON_SIZE_DND,
  ICON_SIZE_DIALOG
}
enum  TextDirection {
  TEXT_DIR_NONE,
  TEXT_DIR_LTR,
  TEXT_DIR_RTL
}
enum  Justification {
  JUSTIFY_LEFT,
  JUSTIFY_RIGHT,
  JUSTIFY_CENTER,
  JUSTIFY_FILL
}
enum  MenuDirectionType {
  MENU_DIR_PARENT,
  MENU_DIR_CHILD,
  MENU_DIR_NEXT,
  MENU_DIR_PREV
}
enum  MetricType {
  PIXELS,
  INCHES,
  CENTIMETERS
}
enum  MovementStep {
  MOVEMENT_LOGICAL_POSITIONS,
  MOVEMENT_VISUAL_POSITIONS,
  MOVEMENT_WORDS,
  MOVEMENT_DISPLAY_LINES,
  MOVEMENT_DISPLAY_LINE_ENDS,
  MOVEMENT_PARAGRAPHS,
  MOVEMENT_PARAGRAPH_ENDS,
  MOVEMENT_PAGES,
  MOVEMENT_BUFFER_ENDS,
  MOVEMENT_HORIZONTAL_PAGES
}
enum  Orientation {
  ORIENTATION_HORIZONTAL,
  ORIENTATION_VERTICAL
}
enum  CornerType {
  CORNER_TOP_LEFT,
  CORNER_BOTTOM_LEFT,
  CORNER_TOP_RIGHT,
  CORNER_BOTTOM_RIGHT
}
enum  PackType {
  PACK_START,
  PACK_END
}
enum  PathPriorityType {
  PATH_PRIO_LOWEST = 0,
  PATH_PRIO_GTK = 4,
  PATH_PRIO_APPLICATION = 8,
  PATH_PRIO_THEME = 10,
  PATH_PRIO_RC = 12,
  PATH_PRIO_HIGHEST = 15
}
enum  PathType {
  PATH_WIDGET,
  PATH_WIDGET_CLASS,
  PATH_CLASS
}
enum  PolicyType {
  POLICY_ALWAYS,
  POLICY_AUTOMATIC,
  POLICY_NEVER
}
enum  PositionType {
  POS_LEFT,
  POS_RIGHT,
  POS_TOP,
  POS_BOTTOM
}
enum  ReliefStyle {
  RELIEF_NORMAL,
  RELIEF_HALF,
  RELIEF_NONE
}
enum  ResizeMode {
  RESIZE_PARENT,
  RESIZE_QUEUE,
  RESIZE_IMMEDIATE
}
enum  ScrollType {
  SCROLL_NONE,
  SCROLL_JUMP,
  SCROLL_STEP_BACKWARD,
  SCROLL_STEP_FORWARD,
  SCROLL_PAGE_BACKWARD,
  SCROLL_PAGE_FORWARD,
  SCROLL_STEP_UP,
  SCROLL_STEP_DOWN,
  SCROLL_PAGE_UP,
  SCROLL_PAGE_DOWN,
  SCROLL_STEP_LEFT,
  SCROLL_STEP_RIGHT,
  SCROLL_PAGE_LEFT,
  SCROLL_PAGE_RIGHT,
  SCROLL_START,
  SCROLL_END
}
enum  SelectionMode {
  SELECTION_NONE,
  SELECTION_SINGLE,
  SELECTION_BROWSE,
  SELECTION_MULTIPLE,
  SELECTION_EXTENDED = SELECTION_MULTIPLE
}
enum  ShadowType {
  SHADOW_NONE,
  SHADOW_IN,
  SHADOW_OUT,
  SHADOW_ETCHED_IN,
  SHADOW_ETCHED_OUT
}
enum  StateType {
  STATE_NORMAL,
  STATE_ACTIVE,
  STATE_PRELIGHT,
  STATE_SELECTED,
  STATE_INSENSITIVE
}
enum  TargetFlags {
  TARGET_SAME_APP = 1 << 0,
  TARGET_SAME_WIDGET = 1 << 1
}
enum  ToolbarStyle {
  TOOLBAR_ICONS,
  TOOLBAR_TEXT,
  TOOLBAR_BOTH,
  TOOLBAR_BOTH_HORIZ
}
enum  UpdateType {
  UPDATE_CONTINUOUS,
  UPDATE_DISCONTINUOUS,
  UPDATE_DELAYED
}
enum  Visibility {
  VISIBILITY_NONE,
  VISIBILITY_PARTIAL,
  VISIBILITY_FULL
}
enum  WindowPosition {
  WIN_POS_NONE,
  WIN_POS_CENTER,
  WIN_POS_MOUSE,
  WIN_POS_CENTER_ALWAYS,
  WIN_POS_CENTER_ON_PARENT
}
enum  WindowType {
  WINDOW_TOPLEVEL,
  WINDOW_POPUP
}
enum  WrapMode {
  WRAP_NONE,
  WRAP_CHAR,
  WRAP_WORD,
  WRAP_WORD_CHAR
}
enum  SortType {
  SORT_ASCENDING,
  SORT_DESCENDING
}
enum  AlignmentEnum {
  ALIGN_LEFT,
  ALIGN_CENTER,
  ALIGN_RIGHT,
  ALIGN_TOP,
  ALIGN_BOTTOM
}
 Methods are overriden so you can use these simple enums, or floats for more precision. More...
enum  FileChooserAction {
  FILE_CHOOSER_ACTION_OPEN,
  FILE_CHOOSER_ACTION_SAVE,
  FILE_CHOOSER_ACTION_SELECT_FOLDER,
  FILE_CHOOSER_ACTION_CREATE_FOLDER
}
enum  FileFilterFlags {
  FILE_FILTER_FILENAME = 1 << 0,
  FILE_FILTER_URI = 1 << 1,
  FILE_FILTER_DISPLAY_NAME = 1 << 2,
  FILE_FILTER_MIME_TYPE = 1 << 3
}
enum  IconLookupFlags {
  ICON_LOOKUP_NO_SVG = 1 << 0,
  ICON_LOOKUP_FORCE_SVG = 1 << 1,
  ICON_LOOKUP_USE_BUILTIN = 1 << 2
}
enum  IconThemeError {
  ICON_THEME_NOT_FOUND,
  ICON_THEME_FAILED
}
enum  ImageType {
  IMAGE_EMPTY,
  IMAGE_PIXMAP,
  IMAGE_IMAGE,
  IMAGE_PIXBUF,
  IMAGE_STOCK,
  IMAGE_ICON_SET,
  IMAGE_ANIMATION
}
enum  MessageType {
  MESSAGE_INFO,
  MESSAGE_WARNING,
  MESSAGE_QUESTION,
  MESSAGE_ERROR
}
enum  ButtonsType {
  BUTTONS_NONE,
  BUTTONS_OK,
  BUTTONS_CLOSE,
  BUTTONS_CANCEL,
  BUTTONS_YES_NO,
  BUTTONS_OK_CANCEL
}
enum  NotebookTab {
  NOTEBOOK_TAB_FIRST,
  NOTEBOOK_TAB_LAST
}
enum  ProgressBarStyle {
  PROGRESS_CONTINUOUS,
  PROGRESS_DISCRETE
}
enum  ProgressBarOrientation {
  PROGRESS_LEFT_TO_RIGHT,
  PROGRESS_RIGHT_TO_LEFT,
  PROGRESS_BOTTOM_TO_TOP,
  PROGRESS_TOP_TO_BOTTOM
}
enum  RcFlags {
  RC_FG = 1 << 0,
  RC_BG = 1 << 1,
  RC_TEXT = 1 << 2,
  RC_BASE = 1 << 3
}
enum  SizeGroupMode {
  SIZE_GROUP_NONE,
  SIZE_GROUP_HORIZONTAL,
  SIZE_GROUP_VERTICAL,
  SIZE_GROUP_BOTH
}
enum  SpinButtonUpdatePolicy {
  UPDATE_ALWAYS,
  UPDATE_IF_VALID
}
enum  SpinType {
  SPIN_STEP_FORWARD,
  SPIN_STEP_BACKWARD,
  SPIN_PAGE_FORWARD,
  SPIN_PAGE_BACKWARD,
  SPIN_HOME,
  SPIN_END,
  SPIN_USER_DEFINED
}
enum  { INPUT_ERROR = -1 }
enum  TextSearchFlags {
  TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
  TEXT_SEARCH_TEXT_ONLY = 1 << 1
}
enum  TextWindowType {
  TEXT_WINDOW_PRIVATE,
  TEXT_WINDOW_WIDGET,
  TEXT_WINDOW_TEXT,
  TEXT_WINDOW_LEFT,
  TEXT_WINDOW_RIGHT,
  TEXT_WINDOW_TOP,
  TEXT_WINDOW_BOTTOM
}
enum  TreeModelFlags {
  TREE_MODEL_ITERS_PERSIST = 1 << 0,
  TREE_MODEL_LIST_ONLY = 1 << 1
}
enum  TreeViewDropPosition {
  TREE_VIEW_DROP_BEFORE,
  TREE_VIEW_DROP_AFTER,
  TREE_VIEW_DROP_INTO_OR_BEFORE,
  TREE_VIEW_DROP_INTO_OR_AFTER
}
enum  TreeViewColumnSizing {
  TREE_VIEW_COLUMN_GROW_ONLY,
  TREE_VIEW_COLUMN_AUTOSIZE,
  TREE_VIEW_COLUMN_FIXED
}
enum  UIManagerItemType {
  UI_MANAGER_AUTO = 0,
  UI_MANAGER_MENUBAR = 1 << 0,
  UI_MANAGER_MENU = 1 << 1,
  UI_MANAGER_TOOLBAR = 1 << 2,
  UI_MANAGER_PLACEHOLDER = 1 << 3,
  UI_MANAGER_POPUP = 1 << 4,
  UI_MANAGER_MENUITEM = 1 << 5,
  UI_MANAGER_TOOLITEM = 1 << 6,
  UI_MANAGER_SEPARATOR = 1 << 7,
  UI_MANAGER_ACCELERATOR = 1 << 8
}
enum  DestDefaults {
  DEST_DEFAULT_MOTION = 1 << 0,
  DEST_DEFAULT_HIGHLIGHT = 1 << 1,
  DEST_DEFAULT_DROP = 1 << 2,
  DEST_DEFAULT_ALL = 0x07
}
enum  WidgetFlags {
  TOPLEVEL = 1 << 4,
  NO_WINDOW = 1 << 5,
  REALIZED = 1 << 6,
  MAPPED = 1 << 7,
  VISIBLE = 1 << 8,
  SENSITIVE = 1 << 9,
  PARENT_SENSITIVE = 1 << 10,
  CAN_FOCUS = 1 << 11,
  HAS_FOCUS = 1 << 12,
  CAN_DEFAULT = 1 << 13,
  HAS_DEFAULT = 1 << 14,
  HAS_GRAB = 1 << 15,
  RC_STYLE = 1 << 16,
  COMPOSITE_CHILD = 1 << 17,
  NO_REPARENT = 1 << 18,
  APP_PAINTABLE = 1 << 19,
  RECEIVES_DEFAULT = 1 << 20,
  DOUBLE_BUFFERED = 1 << 21,
  NO_SHOW_ALL = 1 << 22
}
enum  WidgetHelpType {
  WIDGET_HELP_TOOLTIP,
  WIDGET_HELP_WHATS_THIS
}

Functions

CalendarDisplayOptions operator| (CalendarDisplayOptions lhs, CalendarDisplayOptions rhs)
CalendarDisplayOptions operator& (CalendarDisplayOptions lhs, CalendarDisplayOptions rhs)
CalendarDisplayOptions operator^ (CalendarDisplayOptions lhs, CalendarDisplayOptions rhs)
CalendarDisplayOptions operator~ (CalendarDisplayOptions flags)
CalendarDisplayOptionsoperator|= (CalendarDisplayOptions& lhs, CalendarDisplayOptions rhs)
CalendarDisplayOptionsoperator&= (CalendarDisplayOptions& lhs, CalendarDisplayOptions rhs)
CalendarDisplayOptionsoperator^= (CalendarDisplayOptions& lhs, CalendarDisplayOptions rhs)
CellRendererState operator| (CellRendererState lhs, CellRendererState rhs)
CellRendererState operator& (CellRendererState lhs, CellRendererState rhs)
CellRendererState operator^ (CellRendererState lhs, CellRendererState rhs)
CellRendererState operator~ (CellRendererState flags)
CellRendererStateoperator|= (CellRendererState& lhs, CellRendererState rhs)
CellRendererStateoperator&= (CellRendererState& lhs, CellRendererState rhs)
CellRendererStateoperator^= (CellRendererState& lhs, CellRendererState rhs)
AccelFlags operator| (AccelFlags lhs, AccelFlags rhs)
AccelFlags operator& (AccelFlags lhs, AccelFlags rhs)
AccelFlags operator^ (AccelFlags lhs, AccelFlags rhs)
AccelFlags operator~ (AccelFlags flags)
AccelFlagsoperator|= (AccelFlags& lhs, AccelFlags rhs)
AccelFlagsoperator&= (AccelFlags& lhs, AccelFlags rhs)
AccelFlagsoperator^= (AccelFlags& lhs, AccelFlags rhs)
AttachOptions operator| (AttachOptions lhs, AttachOptions rhs)
AttachOptions operator& (AttachOptions lhs, AttachOptions rhs)
AttachOptions operator^ (AttachOptions lhs, AttachOptions rhs)
AttachOptions operator~ (AttachOptions flags)
AttachOptionsoperator|= (AttachOptions& lhs, AttachOptions rhs)
AttachOptionsoperator&= (AttachOptions& lhs, AttachOptions rhs)
AttachOptionsoperator^= (AttachOptions& lhs, AttachOptions rhs)
TargetFlags operator| (TargetFlags lhs, TargetFlags rhs)
TargetFlags operator& (TargetFlags lhs, TargetFlags rhs)
TargetFlags operator^ (TargetFlags lhs, TargetFlags rhs)
TargetFlags operator~ (TargetFlags flags)
TargetFlagsoperator|= (TargetFlags& lhs, TargetFlags rhs)
TargetFlagsoperator&= (TargetFlags& lhs, TargetFlags rhs)
TargetFlagsoperator^= (TargetFlags& lhs, TargetFlags rhs)
FileFilterFlags operator| (FileFilterFlags lhs, FileFilterFlags rhs)
FileFilterFlags operator& (FileFilterFlags lhs, FileFilterFlags rhs)
FileFilterFlags operator^ (FileFilterFlags lhs, FileFilterFlags rhs)
FileFilterFlags operator~ (FileFilterFlags flags)
FileFilterFlagsoperator|= (FileFilterFlags& lhs, FileFilterFlags rhs)
FileFilterFlagsoperator&= (FileFilterFlags& lhs, FileFilterFlags rhs)
FileFilterFlagsoperator^= (FileFilterFlags& lhs, FileFilterFlags rhs)
IconLookupFlags operator| (IconLookupFlags lhs, IconLookupFlags rhs)
IconLookupFlags operator& (IconLookupFlags lhs, IconLookupFlags rhs)
IconLookupFlags operator^ (IconLookupFlags lhs, IconLookupFlags rhs)
IconLookupFlags operator~ (IconLookupFlags flags)
IconLookupFlagsoperator|= (IconLookupFlags& lhs, IconLookupFlags rhs)
IconLookupFlagsoperator&= (IconLookupFlags& lhs, IconLookupFlags rhs)
IconLookupFlagsoperator^= (IconLookupFlags& lhs, IconLookupFlags rhs)
template <class T> T* manage (T* obj)
RcFlags operator| (RcFlags lhs, RcFlags rhs)
RcFlags operator& (RcFlags lhs, RcFlags rhs)
RcFlags operator^ (RcFlags lhs, RcFlags rhs)
RcFlags operator~ (RcFlags flags)
RcFlagsoperator|= (RcFlags& lhs, RcFlags rhs)
RcFlagsoperator&= (RcFlags& lhs, RcFlags rhs)
RcFlagsoperator^= (RcFlags& lhs, RcFlags rhs)
TextSearchFlags operator| (TextSearchFlags lhs, TextSearchFlags rhs)
TextSearchFlags operator& (TextSearchFlags lhs, TextSearchFlags rhs)
TextSearchFlags operator^ (TextSearchFlags lhs, TextSearchFlags rhs)
TextSearchFlags operator~ (TextSearchFlags flags)
TextSearchFlagsoperator|= (TextSearchFlags& lhs, TextSearchFlags rhs)
TextSearchFlagsoperator&= (TextSearchFlags& lhs, TextSearchFlags rhs)
TextSearchFlagsoperator^= (TextSearchFlags& lhs, TextSearchFlags rhs)
TreeModelFlags operator| (TreeModelFlags lhs, TreeModelFlags rhs)
TreeModelFlags operator& (TreeModelFlags lhs, TreeModelFlags rhs)
TreeModelFlags operator^ (TreeModelFlags lhs, TreeModelFlags rhs)
TreeModelFlags operator~ (TreeModelFlags flags)
TreeModelFlagsoperator|= (TreeModelFlags& lhs, TreeModelFlags rhs)
TreeModelFlagsoperator&= (TreeModelFlags& lhs, TreeModelFlags rhs)
TreeModelFlagsoperator^= (TreeModelFlags& lhs, TreeModelFlags rhs)
UIManagerItemType operator| (UIManagerItemType lhs, UIManagerItemType rhs)
UIManagerItemType operator& (UIManagerItemType lhs, UIManagerItemType rhs)
UIManagerItemType operator^ (UIManagerItemType lhs, UIManagerItemType rhs)
UIManagerItemType operator~ (UIManagerItemType flags)
UIManagerItemTypeoperator|= (UIManagerItemType& lhs, UIManagerItemType rhs)
UIManagerItemTypeoperator&= (UIManagerItemType& lhs, UIManagerItemType rhs)
UIManagerItemTypeoperator^= (UIManagerItemType& lhs, UIManagerItemType rhs)
DestDefaults operator| (DestDefaults lhs, DestDefaults rhs)
DestDefaults operator& (DestDefaults lhs, DestDefaults rhs)
DestDefaults operator^ (DestDefaults lhs, DestDefaults rhs)
DestDefaults operator~ (DestDefaults flags)
DestDefaultsoperator|= (DestDefaults& lhs, DestDefaults rhs)
DestDefaultsoperator&= (DestDefaults& lhs, DestDefaults rhs)
DestDefaultsoperator^= (DestDefaults& lhs, DestDefaults rhs)
WidgetFlags operator| (WidgetFlags lhs, WidgetFlags rhs)
WidgetFlags operator& (WidgetFlags lhs, WidgetFlags rhs)
WidgetFlags operator^ (WidgetFlags lhs, WidgetFlags rhs)
WidgetFlags operator~ (WidgetFlags flags)
WidgetFlagsoperator|= (WidgetFlags& lhs, WidgetFlags rhs)
WidgetFlagsoperator&= (WidgetFlags& lhs, WidgetFlags rhs)
WidgetFlagsoperator^= (WidgetFlags& lhs, WidgetFlags rhs)


Typedef Documentation

typedef Gdk::Rectangle Gtk::Allocation
 

typedef Glib::ArrayHandle<TargetEntry, TargetEntry_Traits> Gtk::ArrayHandle_TargetEntry
 

typedef GtkRequisition Gtk::Requisition
 


Function Documentation

template <class T>
T* manage ( T*  obj  ) 
 


Generated for gtkmm 2.4 by Doxygen 1.3.8 © 1997-2001