Top: Table of contents
Previous: dynlib
Next: Class GObject
10
The Falcon GTK Binding module
This module is a pretty complete binding of the gdk/gtk widgent libraries.
Contents of this module
10.1
Class GObject
- The base object type
10.2
Class GParamSpec
- Metadata for parameter specifications
10.3
Class GdkBitmap
- An opaque structure representing an offscreen drawable of depth 1.
10.4
Class GdkColor
- The GdkColor structure is used to describe an allocated or unallocated color.
10.5
Class GdkColormap
- The GdkColormap structure is used to describe an allocated or unallocated color.
10.6
Class GdkCursor
- Standard and pixmap cursors
10.7
Class GdkDisplay
- An opaque structure representing an offscreen drawable of depth 1.
10.8
Class GdkDragContext
- A GdkDragContext holds information about a drag in progress.
10.9
Class GdkDrawable
- Functions for drawing points, lines, arcs, and text
10.10
Class GdkEvent
- Functions for handling events from the window system
10.11
Class GdkEventButton
- Used for button press and button release events.
10.12
Class GdkGC
- Objects to encapsulate drawing properties
10.13
Class GdkGCValues
- The GdkGCValues structure holds a set of values used to create or modify a graphics context.
10.14
Class GdkGeometry
- The GdkGeometry struct gives the window manager information about a window's geometry constraints.
10.15
Class GdkPixbuf
- Information that describes an image.
10.16
Class GdkPixmap
- Offscreen drawables.
10.17
Class GdkPoint
- Defines the x and y coordinates of a point.
10.18
Class GdkRectangle
- GdkRectangle is a structure holding the position and size of a rectangle.
10.19
Class GdkRegion
- A GdkRegion represents a set of pixels on the screen.
10.20
Class GdkScreen
- Object representing a physical screen
10.21
Class GdkVisual
- Low-level display hardware information
10.22
Class GdkWindow
- Onscreen display areas in the target window system
10.23
Class GtkAboutDialog
- Display information about an application
10.24
Class GtkAction
- An action which can be triggered by a menu or toolbar item
10.25
Class GtkActivatable
- An interface for activatable widgets
10.26
Class GtkAdjustment
- A GtkObject representing an adjustable bounded value
10.27
Class GtkAlignment
- A widget which controls the alignment and size of its child
10.28
Class GtkArrow
- Displays an arrow
10.29
Class GtkAspectFrame
- A frame that constrains its child to a particular aspect ratio
10.30
Class GtkBin
- The GtkBin widget is a container with just one child.
10.31
Class GtkBox
- Base class for box containers
10.32
Class GtkBuildable
- Interface for objects that can be built by GtkBuilder
10.33
Class GtkButton
- A widget that creates a signal when clicked on
10.34
Class GtkButtonBox
- Base class for GtkHButtonBox and GtkVButtonBox
10.35
Class GtkCellEditable
- Interface for widgets which can are used for editing cells
10.36
Class GtkCellRenderer
- An object for rendering a single cell on a GdkDrawable
10.37
Class GtkCellRendererAccel
- Renders a keyboard accelerator in a cell
10.38
Class GtkCellRendererCombo
- Renders a combobox in a cell
10.39
Class GtkCellRendererPixbuf
- Renders a pixbuf in a cell
10.40
Class GtkCellRendererProgress
- Renders numbers as progress bars
10.41
Class GtkCellRendererSpin
- Renders a spin button in a cell
10.42
Class GtkCellRendererSpinner
- Renders a spinning animation in a cell
10.43
Class GtkCellRendererText
- Renders text in a cell
10.44
Class GtkCellRendererToggle
- Renders a toggle button in a cell
10.45
Class GtkCheckButton
- Create widgets with a discrete toggle button
10.46
Class GtkCheckMenuItem
- A menu item with a check box
10.47
Class GtkColorButton
- A button to launch a color selection dialog
10.48
Class GtkColorSelectionDialog
- A standard dialog box for selecting a color
10.49
Class GtkComboBox
- A widget used to choose from a list of items
10.50
Class GtkComboBoxEntry
- A text entry field with a dropdown list
10.51
Class GtkContainer
- Abstract container class.
10.52
Class GtkDialog
- Create popup windows
10.53
Class GtkEditable
- Interface for text-editing widgets
10.54
Class GtkEntry
- A single line text entry field
10.55
Class GtkEntryBuffer
- Text buffer for GtkEntry
10.56
Class GtkError
- Error generated by falcon-gtk
10.57
Class GtkEventBox
- A widget used to catch events for widgets which do not have their own window
10.58
Class GtkExpander
- A container which can hide its child
10.59
Class GtkFileChooser
- File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
10.60
Class GtkFileChooserButton
- A button to launch a file selection dialog
10.61
Class GtkFileChooserDialog
- A file chooser dialog, suitable for "File/Open" or "File/Save" commands
10.62
Class GtkFileFilter
- A filter for selecting a file subset
10.63
Class GtkFileFilterInfo
- A GtkFileFilterInfo struct is used to pass information about the tested file to gtk_file_filter_filter().
10.64
Class GtkFixed
- A container which allows you to position widgets at fixed coordinates
10.65
Class GtkFontButton
- A button to launch a font selection dialog.
10.66
Class GtkFrame
- A bin with a decorative frame and optional label
10.67
Class GtkHBox
- Horizontal box
10.68
Class GtkHButtonBox
- Horizontal button box container.
10.69
Class GtkHPaned
- A container with two panes arranged horizontally
10.70
Class GtkHRuler
- A horizontal ruler
10.71
Class GtkHScale
- A horizontal slider widget for selecting a value from a range
10.72
Class GtkHScrollbar
- A horizontal scrollbar
10.73
Class GtkImage
- A widget displaying an image
10.74
Class GtkImageMenuItem
- A menu item with an icon
10.75
Class GtkInfoBar
- Report important messages to the user
10.76
Class GtkInvisible
- A widget which is not displayed
10.77
Class GtkItem
- Abstract base class for GtkItemItem, GtkListItem and GtkTreeItem
10.78
Class GtkLabel
- The GtkLabel widget displays a small amount of text.
10.79
Class GtkLayout
- Infinite scrollable area containing child widgets and/or custom drawing
10.80
Class GtkLinkButton
- Create buttons bound to a URL
10.81
Class GtkListStore
- A list-like data structure that can be used with the GtkTreeView
10.82
Class GtkMain
- Initialize gtk and prepare the main loop
10.83
Class GtkMenu
- A menu widget
10.84
Class GtkMenuBar
- A subclass widget for GtkMenuShell which holds GtkMenuItem widgets
10.85
Class GtkMenuItem
- The widget used for item in menus
10.86
Class GtkMenuShell
- A base class for menu objects.
10.87
Class GtkMenuToolButton
- A GtkToolItem containing a button with an additional dropdown menu
10.88
Class GtkMessageDialog
- A convenient message window
10.89
Class GtkMisc
- Base class for widgets with alignments and padding.
10.90
Class GtkObject
- The base class of the GTK+ type hierarchy
10.91
Class GtkOptionMenu
- A widget used to choose from a list of valid choices
10.92
Class GtkOrientable
- An interface for flippable widgets
10.93
Class GtkPaned
- Base class for widgets with two adjustable panes
10.94
Class GtkProgress
- Base class for GtkProgressBar
10.95
Class GtkProgressBar
- A widget which indicates progress visually
10.96
Class GtkRadioAction
- An action of which only one in a group can be active
10.97
Class GtkRadioButton
- A choice from multiple check buttons
10.98
Class GtkRadioMenuItem
- A choice from multiple check menu items
10.99
Class GtkRadioToolButton
- A toolbar item that contains a radio button
10.100
Class GtkRange
- Base class for widgets which visualize an adjustment
10.101
Class GtkRecentFilter
- A filter for selecting a subset of recently used files
10.102
Class GtkRecentFilterInfo
- A GtkRecentFilterInfo struct is used to pass information about the tested file to gtk_recent_filter_filter().
10.103
Class GtkRequisition
- A GtkRequisition represents the desired size of a widget.
10.104
Class GtkRuler
- Base class for horizontal or vertical rulers
10.105
Class GtkScale
- Base class for GtkHScale and GtkVScale
10.106
Class GtkScaleButton
- A button which pops up a scale
10.107
Class GtkScrollbar
- Base class for GtkHScrollbar and GtkVScrollbar
10.108
Class GtkSeparatorMenuItem
- A separator used in menus
10.109
Class GtkSeparatorToolItem
- A toolbar item that separates groups of other toolbar items
10.110
Class GtkSpinButton
- Retrieve an integer or floating-point number from the user
10.111
Class GtkStatusbar
- Report messages of minor importance to the user
10.112
Class GtkTable
- Pack widgets in regular patterns
10.113
Class GtkTearoffMenuItem
- A menu item used to tear off and reattach its menu
10.114
Class GtkTextBuffer
- Stores attributed text for display in a GtkTextView
10.115
Class GtkTextIter
- Text buffer iterator
10.116
Class GtkTextMark
- A position in the buffer preserved across buffer modifications
10.117
Class GtkTextTag
- A tag that can be applied to text in a GtkTextBuffer
10.118
Class GtkTextTagTable
- Collection of tags that can be used together
10.119
Class GtkTextView
- Widget that displays a GtkTextBuffer
10.120
Class GtkToggleAction
- An action which can be toggled between two states
10.121
Class GtkToggleButton
- Create buttons which retain their state
10.122
Class GtkToggleToolButton
- A GtkToolItem containing a toggle button
10.123
Class GtkToolButton
- A GtkToolItem subclass that displays buttons
10.124
Class GtkToolItem
- The base class of widgets that can be added to GtkToolShell
10.125
Class GtkToolItemGroup
- A sub container used in a tool palette
10.126
Class GtkToolPalette
- A tool palette with categories
10.127
Class GtkToolShell
- Interface for containers containing GtkToolItem widgets
10.128
Class GtkToolbar
- Create bars of buttons and other widgets
10.129
Class GtkTreeIter
- The GtkTreeIter is the primary structure for accessing a structure (model).
10.130
Class GtkTreeModel
- The GtkTreeModel interface defines a generic tree interface for use by the GtkTreeView widget.
10.131
Class GtkTreeModelFilter
- A GtkTreeModel which hides parts of an underlying tree model
10.132
Class GtkTreeModelSort
- A GtkTreeModel which makes an underlying tree model sortable
10.133
Class GtkTreePath
- This structure refers to a row.
10.134
Class GtkTreeRowReference
- Creates a row reference based on path.
10.135
Class GtkTreeSortable
- The interface for sortable models used by GtkTreeView
10.136
Class GtkTreeStore
- A tree-like data structure that can be used with the GtkTreeView
10.137
Class GtkTreeView
- A widget for displaying both trees and lists
10.138
Class GtkTreeViewColumn
- A visible column in a GtkTreeView widget
10.139
Class GtkVBox
- Vertical box class
10.140
Class GtkVButtonBox
- Vertical button box container.
10.141
Class GtkVPaned
- A container with two panes arranged vertically
10.142
Class GtkVRuler
- A vertical ruler
10.143
Class GtkVScale
- A vertical slider widget for selecting a value from a range
10.144
Class GtkVScrollbar
- A vertical scrollbar
10.145
Class GtkVolumeButton
- A button which pops up a volume control
10.146
Class GtkWidget
- Base class for all widgets
10.147
Class GtkWindow
- Toplevel which can contain other widgets.
10.148
Class GtkWindowGroup
- Limit the effect of grabs
Top: Table of contents
Previous: dynlib
Next: Class GObject
Made with
http://www.falconpl.org