Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
GtkAccelFlags
visible
locked
mask
GtkAnchorType
center
north
north-west
north-east
south
south-west
south-east
west
east
n
nw
ne
s
sw
se
w
e
GtkArrowType
GtkArrow
should point. up
down
left
right
GtkAttachOptions
expand
shrink
fill
GtkButtonBoxStyle
GtkButtonBox
uses to layout the buttons it
contains. (See also: GtkVButtonBox
and GtkHButtonBox
). default-style
spread
edge
start
end
GtkCornerType
GtkScrolledWindow
. This is effectively the opposite of where the scroll
bars are placed. top-left
bottom-left
top-right
bottom-right
GtkCurveType
GtkCurveType
is deprecated and should not be used in newly-written code.
undocumented
linear
spline
free
GtkDeleteType
chars
word-ends
words
display-lines
display-line-ends
paragraph-ends
paragraphs
whitespace
GtkDirectionType
tab-forward
tab-backward
up
down
left
right
GtkExpanderStyle
GtkTreeView
. collapsed
semi-collapsed
semi-expanded
expanded
GtkIMPreeditStyle
nothing
callback
none
GtkIMStatusStyle
nothing
callback
GtkJustification
GtkLabel
widget. (See also
GtkAlignment
). left
right
center
fill
GtkMatchType
GtkMatchType
is deprecated and should not be used in newly-written code.
undocumented
all
all-tail
head
tail
exact
last
GtkMetricType
GtkRuler
. pixels
inches
centimeters
GtkMovementStep
logical-positions
visual-positions
words
display-lines
display-line-ends
paragraphs
paragraph-ends
pages
buffer-ends
horizontal-pages
GtkOrientation
GtkToolbar
. horizontal
vertical
GtkPackType
GtkBox
children. (See: GtkVBox
,
GtkHBox
, and GtkButtonBox
). start
end
GtkPathPriorityType
lowest
gtk
application
theme
rc
highest
GtkPathType
widget
widget-class
class
GtkPolicyType
always
automatic
GtkCList
can not be seen.never
GtkPositionType
GtkNotebook
, the handle of a GtkHandleBox
or the label of a
GtkScale
. left
right
top
bottom
GtkPreviewType
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. color
grayscale
GtkReliefStyle
GtkButton
. normal
half
none
GtkResizeMode
parent
queue
immediate
GtkScrollStep
steps
pages
ends
horizontal-steps
horizontal-pages
horizontal-ends
GtkScrollType
none
jump
step-backward
step-forward
page-backward
page-forward
step-up
step-down
page-up
page-down
step-left
step-right
page-left
page-right
start
end
GtkSelectionMode
none
single
browse
GTK_SELECTION_BROWSE
. What is really enforced is that
the user can't deselect a currently selected element except by selecting
another element.multiple
extended
GTK_SELECTION_MULTIPLE
.GtkShadowType
GtkFrame
. none
in
out
etched-in
etched-out
GtkSideType
GtkSideType
is deprecated and should not be used in newly-written code.
undocumented
top
bottom
left
right
GtkStateType
GtkStateType
enumeration is also used to
identify different colors in a GtkStyle
for drawing, so states can be
used for subparts of a widget as well as entire widgets. normal
active
prelight
selected
insensitive
GtkSubmenuDirection
GtkSubmenuDirection
is deprecated and should not be used in newly-written code.
Indicates the direction a sub-menu will appear. left
right
GtkSubmenuPlacement
GtkSubmenuPlacement
is deprecated and should not be used in newly-written code.
undocumented
top-bottom
left-right
GtkToolbarStyle
GtkToolbar
. Note that
setting the toolbar style overrides the user's preferences
for the default toolbar style. Note that if the button has only
a label set and GTK_TOOLBAR_ICONS is used, the label will be
visible, and vice versa. icons
text
both
both-horiz
GtkUpdateType
GtkRange
to control the policy for notifying value changes. continuous
discontinuous
delayed
GtkVisibility
GtkCList
and GtkCTree
to indicate whether a row is visible. none
partial
full
GtkWindowPosition
GTK_WIN_POS_CENTER_ALWAYS
is almost always a bad idea.
It won't necessarily work well with all window managers or on all windowing systems. none
center
mouse
center-always
center-on-parent
gtkWindowSetTransientFor
).GtkWindowType
GtkWindow
can be one of these types. Most things you'd consider a
"window" should have type GTK_WINDOW_TOPLEVEL
; windows with this type
are managed by the window manager and have a frame by default (call
gtkWindowSetDecorated
to toggle the frame). Windows with type
GTK_WINDOW_POPUP
are ignored by the window manager; window manager
keybindings won't work on them, the window manager won't decorate the
window with a frame, many GTK+ features that rely on the window
manager will not work (e.g. resize grips and
maximization/minimization). GTK_WINDOW_POPUP
is used to implement
widgets such as GtkMenu
or tooltips that you normally don't think of
as windows per se. Nearly all windows should be GTK_WINDOW_TOPLEVEL
.
In particular, do not use GTK_WINDOW_POPUP
just to turn off
the window borders; use gtkWindowSetDecorated
for that. toplevel
popup
GtkSortType
ascending
descending