]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkenums.sgml
181a5afaf0df9424b454de0e8db1c1575c345e7f
[~andy/gtk] / docs / reference / gtk / tmpl / gtkenums.sgml
1 <!-- ##### SECTION Title ##### -->
2 Standard Enumerations
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Public enumerated types used throughout GTK+
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### SECTION Stability_Level ##### -->
18
19
20 <!-- ##### ENUM GtkAccelFlags ##### -->
21 <para>
22
23 </para>
24
25 @GTK_ACCEL_VISIBLE: 
26 @GTK_ACCEL_LOCKED: 
27 @GTK_ACCEL_MASK: 
28
29 <!-- ##### ENUM GtkAnchorType ##### -->
30 <para>
31
32 </para>
33
34 @GTK_ANCHOR_CENTER: 
35 @GTK_ANCHOR_NORTH: 
36 @GTK_ANCHOR_NORTH_WEST: 
37 @GTK_ANCHOR_NORTH_EAST: 
38 @GTK_ANCHOR_SOUTH: 
39 @GTK_ANCHOR_SOUTH_WEST: 
40 @GTK_ANCHOR_SOUTH_EAST: 
41 @GTK_ANCHOR_WEST: 
42 @GTK_ANCHOR_EAST: 
43 @GTK_ANCHOR_N: 
44 @GTK_ANCHOR_NW: 
45 @GTK_ANCHOR_NE: 
46 @GTK_ANCHOR_S: 
47 @GTK_ANCHOR_SW: 
48 @GTK_ANCHOR_SE: 
49 @GTK_ANCHOR_W: 
50 @GTK_ANCHOR_E: 
51
52 <!-- ##### ENUM GtkArrowPlacement ##### -->
53 <para>
54 Used to specify the placement of scroll arrows in scrolling menus.
55 </para>
56
57 @GTK_ARROWS_BOTH: Place one arrow on each end of the menu.
58 @GTK_ARROWS_START: Place both arrows at the top of the menu.
59 @GTK_ARROWS_END: Place both arrows at the bottom of the menu.
60
61 <!-- ##### ENUM GtkArrowType ##### -->
62 <para>
63 Used to indicate the direction in which a #GtkArrow should point.
64 </para>
65
66 @GTK_ARROW_UP: Represents an upward pointing arrow.
67 @GTK_ARROW_DOWN: Represents a downward pointing arrow.
68 @GTK_ARROW_LEFT: Represents a left pointing arrow.
69 @GTK_ARROW_RIGHT: Represents a right pointing arrow.
70 @GTK_ARROW_NONE: No arrow. Since 2.10.
71
72 <!-- ##### ENUM GtkAttachOptions ##### -->
73 <para>
74 Denotes the expansion properties that a widget will have when it (or its
75 parent) is resized.
76 </para>
77
78 @GTK_EXPAND: the widget should expand to take up any extra space in its
79 container that has been allocated.
80 @GTK_SHRINK: the widget should shrink as and when possible.
81 @GTK_FILL: the widget should fill the space allocated to it.
82
83 <!-- ##### ENUM GtkButtonBoxStyle ##### -->
84 <para>
85 Used to dictate the style that a #GtkButtonBox uses to layout the buttons it
86 contains. (See also: #GtkVButtonBox and #GtkHButtonBox).
87 </para>
88
89 @GTK_BUTTONBOX_DEFAULT_STYLE: Default packing.
90 @GTK_BUTTONBOX_SPREAD: Buttons are evenly spread across the box.
91 @GTK_BUTTONBOX_EDGE: Buttons are placed at the edges of the box.
92 @GTK_BUTTONBOX_START: Buttons are grouped towards the start of the box, 
93   (on the left for a HBox, or the top for a VBox).
94 @GTK_BUTTONBOX_END: Buttons are grouped towards the end of the box, 
95   (on the right for a HBox, or the bottom for a VBox).
96 @GTK_BUTTONBOX_CENTER: Buttons are centered in the box. Since 2.12
97
98 <!-- ##### ENUM GtkCornerType ##### -->
99 <para>
100 Specifies which corner a child widget should be placed in when packed into
101 a #GtkScrolledWindow. This is effectively the opposite of where the scroll
102 bars are placed.
103 </para>
104
105 @GTK_CORNER_TOP_LEFT: Place the scrollbars on the right and bottom of the
106 widget (default behaviour).
107 @GTK_CORNER_BOTTOM_LEFT: Place the scrollbars on the top and right of the
108 widget.
109 @GTK_CORNER_TOP_RIGHT: Place the scrollbars on the left and bottom of the
110 widget.
111 @GTK_CORNER_BOTTOM_RIGHT: Place the scrollbars on the top and left of the
112 widget.
113
114 <!-- ##### ENUM GtkDeleteType ##### -->
115 <para>
116
117 </para>
118
119 @GTK_DELETE_CHARS: 
120 @GTK_DELETE_WORD_ENDS: 
121 @GTK_DELETE_WORDS: 
122 @GTK_DELETE_DISPLAY_LINES: 
123 @GTK_DELETE_DISPLAY_LINE_ENDS: 
124 @GTK_DELETE_PARAGRAPH_ENDS: 
125 @GTK_DELETE_PARAGRAPHS: 
126 @GTK_DELETE_WHITESPACE: 
127
128 <!-- ##### ENUM GtkDirectionType ##### -->
129 <para>
130
131 </para>
132
133 @GTK_DIR_TAB_FORWARD: 
134 @GTK_DIR_TAB_BACKWARD: 
135 @GTK_DIR_UP: 
136 @GTK_DIR_DOWN: 
137 @GTK_DIR_LEFT: 
138 @GTK_DIR_RIGHT: 
139
140 <!-- ##### ENUM GtkExpanderStyle ##### -->
141 <para>
142 Used to specify the style of the expanders drawn by a #GtkTreeView.
143 </para>
144
145 @GTK_EXPANDER_COLLAPSED: The style used for a collapsed subtree.
146 @GTK_EXPANDER_SEMI_COLLAPSED: Intermediate style used during animation.
147 @GTK_EXPANDER_SEMI_EXPANDED: Intermediate style used during animation.
148 @GTK_EXPANDER_EXPANDED: The style used for an expanded subtree.
149
150 <!-- ##### ENUM GtkIMPreeditStyle ##### -->
151 <para>
152
153 </para>
154
155 @GTK_IM_PREEDIT_NOTHING: 
156 @GTK_IM_PREEDIT_CALLBACK: 
157 @GTK_IM_PREEDIT_NONE: 
158
159 <!-- ##### ENUM GtkIMStatusStyle ##### -->
160 <para>
161
162 </para>
163
164 @GTK_IM_STATUS_NOTHING: 
165 @GTK_IM_STATUS_CALLBACK: 
166 @GTK_IM_STATUS_NONE: 
167
168 <!-- ##### ENUM GtkJustification ##### -->
169 <para>
170 Used for justifying the text inside a #GtkLabel widget. (See also
171 #GtkAlignment).
172 </para>
173
174 @GTK_JUSTIFY_LEFT: The text is placed at the left edge of the label.
175 @GTK_JUSTIFY_RIGHT: The text is placed at the right edge of the label.
176 @GTK_JUSTIFY_CENTER: The text is placed in the center of the label.
177 @GTK_JUSTIFY_FILL: The text is placed is distributed across the label.
178
179 <!-- ##### ENUM GtkMatchType ##### -->
180 <para>
181
182 </para>
183
184 @GTK_MATCH_ALL: 
185 @GTK_MATCH_ALL_TAIL: 
186 @GTK_MATCH_HEAD: 
187 @GTK_MATCH_TAIL: 
188 @GTK_MATCH_EXACT: 
189 @GTK_MATCH_LAST: 
190
191 <!-- ##### ENUM GtkMetricType ##### -->
192 <para>
193 Used to indicate which metric is used by a #GtkRuler.
194 </para>
195
196 @GTK_PIXELS: Pixels.
197 @GTK_INCHES: Inches.
198 @GTK_CENTIMETERS: Centimeters.
199
200 <!-- ##### ENUM GtkMovementStep ##### -->
201 <para>
202
203 </para>
204
205 @GTK_MOVEMENT_LOGICAL_POSITIONS: 
206 @GTK_MOVEMENT_VISUAL_POSITIONS: 
207 @GTK_MOVEMENT_WORDS: 
208 @GTK_MOVEMENT_DISPLAY_LINES: 
209 @GTK_MOVEMENT_DISPLAY_LINE_ENDS: 
210 @GTK_MOVEMENT_PARAGRAPHS: 
211 @GTK_MOVEMENT_PARAGRAPH_ENDS: 
212 @GTK_MOVEMENT_PAGES: 
213 @GTK_MOVEMENT_BUFFER_ENDS: 
214 @GTK_MOVEMENT_HORIZONTAL_PAGES: 
215
216 <!-- ##### ENUM GtkOrientation ##### -->
217 <para>
218 Represents the orientation of widgets which can be switched between horizontal
219 and vertical orientation on the fly, like #GtkToolbar.
220 </para>
221
222 @GTK_ORIENTATION_HORIZONTAL: The widget is in horizontal orientation.
223 @GTK_ORIENTATION_VERTICAL: The widget is in vertical orientation.
224
225 <!-- ##### ENUM GtkPackType ##### -->
226 <para>
227 Represents the packing location #GtkBox children. (See: #GtkVBox,
228 #GtkHBox, and #GtkButtonBox).
229 </para>
230
231 @GTK_PACK_START: The child is packed into the start of the box
232 @GTK_PACK_END: The child is packed into the end of the box
233
234 <!-- ##### ENUM GtkPathPriorityType ##### -->
235 <para>
236
237 </para>
238
239 @GTK_PATH_PRIO_LOWEST: 
240 @GTK_PATH_PRIO_GTK: 
241 @GTK_PATH_PRIO_APPLICATION: 
242 @GTK_PATH_PRIO_THEME: 
243 @GTK_PATH_PRIO_RC: 
244 @GTK_PATH_PRIO_HIGHEST: 
245
246 <!-- ##### ENUM GtkPathType ##### -->
247 <para>
248
249 </para>
250
251 @GTK_PATH_WIDGET: 
252 @GTK_PATH_WIDGET_CLASS: 
253 @GTK_PATH_CLASS: 
254
255 <!-- ##### ENUM GtkPolicyType ##### -->
256 <para>
257 Determines when a scroll bar will be visible. 
258 </para>
259
260 @GTK_POLICY_ALWAYS: The scrollbar is always visible.
261 @GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary. For example,
262 when all of a #GtkCList can not be seen.
263 @GTK_POLICY_NEVER: The scrollbar will never appear.
264
265 <!-- ##### ENUM GtkPositionType ##### -->
266 <para>
267 Describes which edge of a widget a certain feature is positioned at, e.g. the
268 tabs of a #GtkNotebook, the handle of a #GtkHandleBox or the label of a 
269 #GtkScale.
270 </para>
271
272 @GTK_POS_LEFT: The feature is at the left edge.
273 @GTK_POS_RIGHT: The feature is at the right edge.
274 @GTK_POS_TOP: The feature is at the top edge.
275 @GTK_POS_BOTTOM: The feature is at the bottom edge.
276
277 <!-- ##### ENUM GtkPreviewType ##### -->
278 <para>
279 An enumeration which describes whether a preview
280 contains grayscale or red-green-blue data.
281 </para>
282
283 @GTK_PREVIEW_COLOR: the preview contains red-green-blue data.
284 @GTK_PREVIEW_GRAYSCALE: The preview contains grayscale data.
285
286 <!-- ##### ENUM GtkReliefStyle ##### -->
287 <para>
288 Indicated the relief to be drawn around a #GtkButton.
289 </para>
290
291 @GTK_RELIEF_NORMAL: Draw a normal relief.
292 @GTK_RELIEF_HALF: A half relief.
293 @GTK_RELIEF_NONE: No relief.
294
295 <!-- ##### ENUM GtkResizeMode ##### -->
296 <para>
297
298 </para>
299
300 @GTK_RESIZE_PARENT: 
301 @GTK_RESIZE_QUEUE: 
302 @GTK_RESIZE_IMMEDIATE: Deprecated.
303
304 <!-- ##### ENUM GtkScrollStep ##### -->
305 <para>
306
307 </para>
308
309 @GTK_SCROLL_STEPS: 
310 @GTK_SCROLL_PAGES: 
311 @GTK_SCROLL_ENDS: 
312 @GTK_SCROLL_HORIZONTAL_STEPS: 
313 @GTK_SCROLL_HORIZONTAL_PAGES: 
314 @GTK_SCROLL_HORIZONTAL_ENDS: 
315
316 <!-- ##### ENUM GtkScrollType ##### -->
317 <para>
318
319 </para>
320
321 @GTK_SCROLL_NONE: 
322 @GTK_SCROLL_JUMP: 
323 @GTK_SCROLL_STEP_BACKWARD: 
324 @GTK_SCROLL_STEP_FORWARD: 
325 @GTK_SCROLL_PAGE_BACKWARD: 
326 @GTK_SCROLL_PAGE_FORWARD: 
327 @GTK_SCROLL_STEP_UP: 
328 @GTK_SCROLL_STEP_DOWN: 
329 @GTK_SCROLL_PAGE_UP: 
330 @GTK_SCROLL_PAGE_DOWN: 
331 @GTK_SCROLL_STEP_LEFT: 
332 @GTK_SCROLL_STEP_RIGHT: 
333 @GTK_SCROLL_PAGE_LEFT: 
334 @GTK_SCROLL_PAGE_RIGHT: 
335 @GTK_SCROLL_START: 
336 @GTK_SCROLL_END: 
337
338 <!-- ##### ENUM GtkSelectionMode ##### -->
339 <para>
340 Used to control what selections users are allowed to make.
341 </para>
342
343 @GTK_SELECTION_NONE: No selection is possible.
344 @GTK_SELECTION_SINGLE: Zero or one element may be selected.
345 @GTK_SELECTION_BROWSE: Exactly one element is selected. In some circumstances,
346   such as initially or during a search operation, it's possible for no element 
347   to be selected with %GTK_SELECTION_BROWSE. What is really enforced is that 
348   the user can't deselect a currently selected element except by selecting 
349   another element.
350 @GTK_SELECTION_MULTIPLE: Any number of elements may be selected. 
351    Clicks toggle the state of an item. Any number of elements may be selected. 
352    The Ctrl key may be used to enlarge the selection, and Shift key to select 
353    between the focus and the child pointed to. Some widgets may also allow
354    Click-drag to select a range of elements.
355 @GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE.
356
357 <!-- ##### ENUM GtkShadowType ##### -->
358 <para>
359 Used to change the appearance of an outline typically provided by a #GtkFrame.
360 </para>
361
362 @GTK_SHADOW_NONE: No outline.
363 @GTK_SHADOW_IN: The outline is bevelled inwards.
364 @GTK_SHADOW_OUT: The outline is bevelled outwards like a button.
365 @GTK_SHADOW_ETCHED_IN: The outline has a sunken 3d appearance.
366 @GTK_SHADOW_ETCHED_OUT: The outline has a raised 3d appearance
367
368 <!-- ##### ENUM GtkSideType ##### -->
369 <para>
370
371 </para>
372
373 @GTK_SIDE_TOP: 
374 @GTK_SIDE_BOTTOM: 
375 @GTK_SIDE_LEFT: 
376 @GTK_SIDE_RIGHT: 
377
378 <!-- ##### ENUM GtkStateType ##### -->
379 <para>
380 This type indicates the current state of a widget; the state determines how
381 the widget is drawn. The #GtkStateType enumeration is also used to
382 identify different colors in a #GtkStyle for drawing, so states can be
383 used for subparts of a widget as well as entire widgets.
384 </para>
385
386 @GTK_STATE_NORMAL: State during normal operation.
387 @GTK_STATE_ACTIVE: State of a currently active widget, such as a depressed button.
388 @GTK_STATE_PRELIGHT: State indicating that the mouse pointer is over
389 the widget and the widget will respond to mouse clicks.
390 @GTK_STATE_SELECTED: State of a selected item, such the selected row in a list.
391 @GTK_STATE_INSENSITIVE: State indicating that the widget is
392 unresponsive to user actions.
393
394 <!-- ##### ENUM GtkSubmenuDirection ##### -->
395 <para>
396 Indicates the direction a sub-menu will appear.
397 </para>
398
399 @GTK_DIRECTION_LEFT: A sub-menu will appear to the left of the current menu.
400 @GTK_DIRECTION_RIGHT: A sub-menu will appear to the right of the current menu.
401
402 <!-- ##### ENUM GtkSubmenuPlacement ##### -->
403 <para>
404
405 </para>
406
407 @GTK_TOP_BOTTOM: 
408 @GTK_LEFT_RIGHT: 
409
410 <!-- ##### ENUM GtkToolbarStyle ##### -->
411 <para>
412 Used to customize the appearance of a #GtkToolbar. Note that 
413 setting the toolbar style overrides the user's preferences
414 for the default toolbar style.  Note that if the button has only
415 a label set and GTK_TOOLBAR_ICONS is used, the label will be
416 visible, and vice versa.
417 </para>
418
419 @GTK_TOOLBAR_ICONS: Buttons display only icons in the toolbar.
420 @GTK_TOOLBAR_TEXT: Buttons display only text labels in the toolbar.
421 @GTK_TOOLBAR_BOTH: Buttons display text and icons in the toolbar.
422 @GTK_TOOLBAR_BOTH_HORIZ: Buttons display icons and text alongside each
423 other, rather than vertically stacked
424
425 <!-- ##### ENUM GtkUpdateType ##### -->
426 <para>
427 Used by #GtkRange to control the policy for notifying value changes.
428 </para>
429
430 @GTK_UPDATE_CONTINUOUS: Notify updates whenever the value changed
431 @GTK_UPDATE_DISCONTINUOUS: Notify updates when the mouse button has been released
432 @GTK_UPDATE_DELAYED: Space out updates with a small timeout
433
434 <!-- ##### ENUM GtkVisibility ##### -->
435 <para>
436 Used by #GtkCList and #GtkCTree to indicate whether a row is visible.
437 </para>
438
439 @GTK_VISIBILITY_NONE: The row is not visible.
440 @GTK_VISIBILITY_PARTIAL: The row is partially visible.
441 @GTK_VISIBILITY_FULL: The row is fully visible.
442
443 <!-- ##### ENUM GtkWindowPosition ##### -->
444 <para>
445 Window placement can be influenced using this enumeration. Note that
446 using #GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. 
447 It won't necessarily work well with all window managers or on all windowing systems.
448 </para>
449
450 @GTK_WIN_POS_NONE: No influence is made on placement.
451 @GTK_WIN_POS_CENTER: Windows should be placed in the center of the screen.
452 @GTK_WIN_POS_MOUSE: Windows should be placed at the current mouse position.
453 @GTK_WIN_POS_CENTER_ALWAYS: Keep window centered as it changes size, etc.
454 @GTK_WIN_POS_CENTER_ON_PARENT: Center the window on its transient
455 parent (see gtk_window_set_transient_for()).
456
457 <!-- ##### ENUM GtkWindowType ##### -->
458 <para>
459 A #GtkWindow can be one of these types. Most things you'd consider a
460 "window" should have type #GTK_WINDOW_TOPLEVEL; windows with this type
461 are managed by the window manager and have a frame by default (call
462 gtk_window_set_decorated() to toggle the frame).  Windows with type
463 #GTK_WINDOW_POPUP are ignored by the window manager; window manager
464 keybindings won't work on them, the window manager won't decorate the
465 window with a frame, many GTK+ features that rely on the window
466 manager will not work (e.g. resize grips and
467 maximization/minimization). #GTK_WINDOW_POPUP is used to implement
468 widgets such as #GtkMenu or tooltips that you normally don't think of 
469 as windows per se. Nearly all windows should be #GTK_WINDOW_TOPLEVEL.
470 In particular, do not use #GTK_WINDOW_POPUP just to turn off
471 the window borders; use gtk_window_set_decorated() for that.
472 </para>
473
474 @GTK_WINDOW_TOPLEVEL: A regular window, such as a dialog.
475 @GTK_WINDOW_POPUP: A special window such as a tooltip.
476
477 <!-- ##### ENUM GtkSortType ##### -->
478 <para>
479 Determines the direction of a sort.
480 </para>
481
482 @GTK_SORT_ASCENDING: Sorting is in ascending order.
483 @GTK_SORT_DESCENDING: Sorting is in descending order.
484
485 <!-- ##### ENUM GtkDragResult ##### -->
486 <para>
487 Gives an indication why a drag operation failed. 
488 The value can by obtained by connecting to the
489 #GtkWidget::drag-failed signal.
490 </para>
491
492 @GTK_DRAG_RESULT_SUCCESS: The drag operation was successful
493 @GTK_DRAG_RESULT_NO_TARGET: No suitable drag target
494 @GTK_DRAG_RESULT_USER_CANCELLED: The user cancelled the drag operation
495 @GTK_DRAG_RESULT_TIMEOUT_EXPIRED: The drag operation timed out
496 @GTK_DRAG_RESULT_GRAB_BROKEN: The pointer or keyboard grab used
497    for the drag operation was broken
498 @GTK_DRAG_RESULT_ERROR: The drag operation failed due to some 
499    unspecified error
500