| Top |
| enum | GtkAccelFlags |
| enum | GtkAnchorType |
| enum | GtkArrowPlacement |
| enum | GtkArrowType |
| enum | GtkAttachOptions |
| enum | GtkButtonBoxStyle |
| enum | GtkCornerType |
| enum | GtkCurveType |
| enum | GtkDeleteType |
| enum | GtkDirectionType |
| enum | GtkExpanderStyle |
| enum | GtkIMPreeditStyle |
| enum | GtkIMStatusStyle |
| enum | GtkJustification |
| enum | GtkMatchType |
| enum | GtkMetricType |
| enum | GtkMovementStep |
| enum | GtkOrientation |
| enum | GtkPackType |
| enum | GtkPathPriorityType |
| enum | GtkPathType |
| enum | GtkPolicyType |
| enum | GtkPositionType |
| enum | GtkPreviewType |
| enum | GtkReliefStyle |
| enum | GtkResizeMode |
| enum | GtkScrollStep |
| enum | GtkScrollType |
| enum | GtkSelectionMode |
| enum | GtkShadowType |
| enum | GtkSideType |
| enum | GtkStateType |
| enum | GtkSubmenuDirection |
| enum | GtkSubmenuPlacement |
| enum | GtkToolbarStyle |
| enum | GtkUpdateType |
| enum | GtkVisibility |
| enum | GtkWindowPosition |
| enum | GtkWindowType |
| enum | GtkSortType |
| enum | GtkDragResult |
Denotes the expansion properties that a widget will have when it (or its parent) is resized.
Used to dictate the style that a GtkButtonBox uses to layout the buttons it contains. (See also: GtkVButtonBox and GtkHButtonBox).
|
Default packing. |
||
|
Buttons are evenly spread across the box. |
||
|
Buttons are placed at the edges of the box. |
||
|
Buttons are grouped towards the start of the box, (on the left for a HBox, or the top for a VBox). |
||
|
Buttons are grouped towards the end of the box, (on the right for a HBox, or the bottom for a VBox). |
||
|
Buttons are centered in the box. Since 2.12 |
Specifies which corner a child widget should be placed in when packed into a GtkScrolledWindow. This is effectively the opposite of where the scroll bars are placed.
Used for justifying the text inside a GtkLabel widget. (See also GtkAlignment).
Represents the orientation of widgets which can be switched between horizontal and vertical orientation on the fly, like GtkToolbar.
Represents the packing location GtkBox children. (See: GtkVBox, GtkHBox, and GtkButtonBox).
Determines when a scroll bar will be visible.
|
The scrollbar is always visible. |
||
|
The scrollbar will appear and disappear as necessary. For example, when all of a GtkCList can not be seen. |
||
|
The scrollbar will never appear. |
Describes which edge of a widget a certain feature is positioned at, e.g. the tabs of a GtkNotebook, the handle of a GtkHandleBox or the label of a GtkScale.
GtkPreviewType is deprecated and should not be used in newly-written code.
An enumeration which describes whether a preview contains grayscale or red-green-blue data.
GtkReliefStyle is deprecated and should not be used in newly-written code.
Indicated the relief to be drawn around a GtkButton.