Top: Table of contents
Previous: dynlib
Next: Class GObject
11
The Falcon GTK Binding module
This module is a pretty complete binding of the gdk/gtk widgent libraries.
Contents of this module
11.1
Class GObject
- The base object type
11.2
Class GParamSpec
- Metadata for parameter specifications
11.3
Class GdkBitmap
- An opaque structure representing an offscreen drawable of depth 1.
11.4
Class GdkColor
- The GdkColor structure is used to describe an allocated or unallocated color.
11.5
Class GdkColormap
- The GdkColormap structure is used to describe an allocated or unallocated color.
11.6
Class GdkCursor
- Standard and pixmap cursors
11.7
Class GdkDisplay
- An opaque structure representing an offscreen drawable of depth 1.
11.8
Class GdkDragContext
- A GdkDragContext holds information about a drag in progress.
11.9
Class GdkDrawable
- Functions for drawing points, lines, arcs, and text
11.10
Class GdkEvent
- Functions for handling events from the window system
11.11
Class GdkEventButton
- Used for button press and button release events.
11.12
Class GdkGC
- Objects to encapsulate drawing properties
11.13
Class GdkGCValues
- The GdkGCValues structure holds a set of values used to create or modify a graphics context.
11.14
Class GdkGeometry
- The GdkGeometry struct gives the window manager information about a window's geometry constraints.
11.15
Class GdkPixbuf
- Information that describes an image.
11.16
Class GdkPixmap
- Offscreen drawables.
11.17
Class GdkPoint
- Defines the x and y coordinates of a point.
11.18
Class GdkRectangle
- GdkRectangle is a structure holding the position and size of a rectangle.
11.19
Class GdkRegion
- A GdkRegion represents a set of pixels on the screen.
11.20
Class GdkScreen
- Object representing a physical screen
11.21
Class GdkVisual
- Low-level display hardware information
11.22
Class GdkWindow
- Onscreen display areas in the target window system
11.23
Class GtkAboutDialog
- Display information about an application
11.24
Class GtkAction
- An action which can be triggered by a menu or toolbar item
11.25
Class GtkActivatable
- An interface for activatable widgets
11.26
Class GtkAdjustment
- A GtkObject representing an adjustable bounded value
11.27
Class GtkAlignment
- A widget which controls the alignment and size of its child
11.28
Class GtkArrow
- Displays an arrow
11.29
Class GtkAspectFrame
- A frame that constrains its child to a particular aspect ratio
11.30
Class GtkBin
- The GtkBin widget is a container with just one child.
11.31
Class GtkBox
- Base class for box containers
11.32
Class GtkBuildable
- Interface for objects that can be built by GtkBuilder
11.33
Class GtkButton
- A widget that creates a signal when clicked on
11.34
Class GtkButtonBox
- Base class for GtkHButtonBox and GtkVButtonBox
11.35
Class GtkCellEditable
- Interface for widgets which can are used for editing cells
11.36
Class GtkCellRenderer
- An object for rendering a single cell on a GdkDrawable
11.37
Class GtkCellRendererAccel
- Renders a keyboard accelerator in a cell
11.38
Class GtkCellRendererCombo
- Renders a combobox in a cell
11.39
Class GtkCellRendererPixbuf
- Renders a pixbuf in a cell
11.40
Class GtkCellRendererProgress
- Renders numbers as progress bars
11.41
Class GtkCellRendererSpin
- Renders a spin button in a cell
11.42
Class GtkCellRendererSpinner
- Renders a spinning animation in a cell
11.43
Class GtkCellRendererText
- Renders text in a cell
11.44
Class GtkCellRendererToggle
- Renders a toggle button in a cell
11.45
Class GtkCheckButton
- Create widgets with a discrete toggle button
11.46
Class GtkCheckMenuItem
- A menu item with a check box
11.47
Class GtkColorButton
- A button to launch a color selection dialog
11.48
Class GtkColorSelectionDialog
- A standard dialog box for selecting a color
11.49
Class GtkComboBox
- A widget used to choose from a list of items
11.50
Class GtkComboBoxEntry
- A text entry field with a dropdown list
11.51
Class GtkContainer
- Abstract container class.
11.52
Class GtkDialog
- Create popup windows
11.53
Class GtkEditable
- Interface for text-editing widgets
11.54
Class GtkEntry
- A single line text entry field
11.55
Class GtkEntryBuffer
- Text buffer for GtkEntry
11.56
Class GtkError
- Error generated by falcon-gtk
11.57
Class GtkEventBox
- A widget used to catch events for widgets which do not have their own window
11.58
Class GtkExpander
- A container which can hide its child
11.59
Class GtkFileChooser
- File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
11.60
Class GtkFileChooserButton
- A button to launch a file selection dialog
11.61
Class GtkFileChooserDialog
- A file chooser dialog, suitable for "File/Open" or "File/Save" commands
11.62
Class GtkFileFilter
- A filter for selecting a file subset
11.63
Class GtkFileFilterInfo
- A GtkFileFilterInfo struct is used to pass information about the tested file to gtk_file_filter_filter().
11.64
Class GtkFixed
- A container which allows you to position widgets at fixed coordinates
11.65
Class GtkFontButton
- A button to launch a font selection dialog.
11.66
Class GtkFrame
- A bin with a decorative frame and optional label
11.67
Class GtkHBox
- Horizontal box
11.68
Class GtkHButtonBox
- Horizontal button box container.
11.69
Class GtkHPaned
- A container with two panes arranged horizontally
11.70
Class GtkHRuler
- A horizontal ruler
11.71
Class GtkHScale
- A horizontal slider widget for selecting a value from a range
11.72
Class GtkHScrollbar
- A horizontal scrollbar
11.73
Class GtkImage
- A widget displaying an image
11.74
Class GtkImageMenuItem
- A menu item with an icon
11.75
Class GtkInfoBar
- Report important messages to the user
11.76
Class GtkInvisible
- A widget which is not displayed
11.77
Class GtkItem
- Abstract base class for GtkItemItem, GtkListItem and GtkTreeItem
11.78
Class GtkLabel
- The GtkLabel widget displays a small amount of text.
11.79
Class GtkLayout
- Infinite scrollable area containing child widgets and/or custom drawing
11.80
Class GtkLinkButton
- Create buttons bound to a URL
11.81
Class GtkListStore
- A list-like data structure that can be used with the GtkTreeView
11.82
Class GtkMain
- Initialize gtk and prepare the main loop
11.83
Class GtkMenu
- A menu widget
11.84
Class GtkMenuBar
- A subclass widget for GtkMenuShell which holds GtkMenuItem widgets
11.85
Class GtkMenuItem
- The widget used for item in menus
11.86
Class GtkMenuShell
- A base class for menu objects.
11.87
Class GtkMenuToolButton
- A GtkToolItem containing a button with an additional dropdown menu
11.88
Class GtkMessageDialog
- A convenient message window
11.89
Class GtkMisc
- Base class for widgets with alignments and padding.
11.90
Class GtkObject
- The base class of the GTK+ type hierarchy
11.91
Class GtkOptionMenu
- A widget used to choose from a list of valid choices
11.92
Class GtkOrientable
- An interface for flippable widgets
11.93
Class GtkPaned
- Base class for widgets with two adjustable panes
11.94
Class GtkProgress
- Base class for GtkProgressBar
11.95
Class GtkProgressBar
- A widget which indicates progress visually
11.96
Class GtkRadioAction
- An action of which only one in a group can be active
11.97
Class GtkRadioButton
- A choice from multiple check buttons
11.98
Class GtkRadioMenuItem
- A choice from multiple check menu items
11.99
Class GtkRadioToolButton
- A toolbar item that contains a radio button
11.100
Class GtkRange
- Base class for widgets which visualize an adjustment
11.101
Class GtkRecentFilter
- A filter for selecting a subset of recently used files
11.102
Class GtkRecentFilterInfo
- A GtkRecentFilterInfo struct is used to pass information about the tested file to gtk_recent_filter_filter().
11.103
Class GtkRequisition
- A GtkRequisition represents the desired size of a widget.
11.104
Class GtkRuler
- Base class for horizontal or vertical rulers
11.105
Class GtkScale
- Base class for GtkHScale and GtkVScale
11.106
Class GtkScaleButton
- A button which pops up a scale
11.107
Class GtkScrollbar
- Base class for GtkHScrollbar and GtkVScrollbar
11.108
Class GtkSeparatorMenuItem
- A separator used in menus
11.109
Class GtkSeparatorToolItem
- A toolbar item that separates groups of other toolbar items
11.110
Class GtkSpinButton
- Retrieve an integer or floating-point number from the user
11.111
Class GtkStatusbar
- Report messages of minor importance to the user
11.112
Class GtkTable
- Pack widgets in regular patterns
11.113
Class GtkTearoffMenuItem
- A menu item used to tear off and reattach its menu
11.114
Class GtkTextBuffer
- Stores attributed text for display in a GtkTextView
11.115
Class GtkTextIter
- Text buffer iterator
11.116
Class GtkTextMark
- A position in the buffer preserved across buffer modifications
11.117
Class GtkTextTag
- A tag that can be applied to text in a GtkTextBuffer
11.118
Class GtkTextTagTable
- Collection of tags that can be used together
11.119
Class GtkTextView
- Widget that displays a GtkTextBuffer
11.120
Class GtkToggleAction
- An action which can be toggled between two states
11.121
Class GtkToggleButton
- Create buttons which retain their state
11.122
Class GtkToggleToolButton
- A GtkToolItem containing a toggle button
11.123
Class GtkToolButton
- A GtkToolItem subclass that displays buttons
11.124
Class GtkToolItem
- The base class of widgets that can be added to GtkToolShell
11.125
Class GtkToolItemGroup
- A sub container used in a tool palette
11.126
Class GtkToolPalette
- A tool palette with categories
11.127
Class GtkToolShell
- Interface for containers containing GtkToolItem widgets
11.128
Class GtkToolbar
- Create bars of buttons and other widgets
11.129
Class GtkTreeIter
- The GtkTreeIter is the primary structure for accessing a structure (model).
11.130
Class GtkTreeModel
- The GtkTreeModel interface defines a generic tree interface for use by the GtkTreeView widget.
11.131
Class GtkTreeModelFilter
- A GtkTreeModel which hides parts of an underlying tree model
11.132
Class GtkTreeModelSort
- A GtkTreeModel which makes an underlying tree model sortable
11.133
Class GtkTreePath
- This structure refers to a row.
11.134
Class GtkTreeRowReference
- Creates a row reference based on path.
11.135
Class GtkTreeSortable
- The interface for sortable models used by GtkTreeView
11.136
Class GtkTreeStore
- A tree-like data structure that can be used with the GtkTreeView
11.137
Class GtkTreeView
- A widget for displaying both trees and lists
11.138
Class GtkTreeViewColumn
- A visible column in a GtkTreeView widget
11.139
Class GtkVBox
- Vertical box class
11.140
Class GtkVButtonBox
- Vertical button box container.
11.141
Class GtkVPaned
- A container with two panes arranged vertically
11.142
Class GtkVRuler
- A vertical ruler
11.143
Class GtkVScale
- A vertical slider widget for selecting a value from a range
11.144
Class GtkVScrollbar
- A vertical scrollbar
11.145
Class GtkVolumeButton
- A button which pops up a volume control
11.146
Class GtkWidget
- Base class for all widgets
11.147
Class GtkWindow
- Toplevel which can contain other widgets.
11.148
Class GtkWindowGroup
- Limit the effect of grabs
Top: Table of contents
Previous: dynlib
Next: Class GObject
Made with
http://www.falconpl.org