1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
Standard Enumerations
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2000-04-22 11:29:32 +00:00
|
|
|
Public enumerated types used throughout GTK+.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkAccelFlags ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_ACCEL_VISIBLE:
|
|
|
|
@GTK_ACCEL_LOCKED:
|
|
|
|
@GTK_ACCEL_MASK:
|
|
|
|
|
2001-11-21 21:43:47 +00:00
|
|
|
<!-- ##### ENUM GtkAnchorType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_ANCHOR_CENTER:
|
|
|
|
@GTK_ANCHOR_NORTH:
|
|
|
|
@GTK_ANCHOR_NORTH_WEST:
|
|
|
|
@GTK_ANCHOR_NORTH_EAST:
|
|
|
|
@GTK_ANCHOR_SOUTH:
|
|
|
|
@GTK_ANCHOR_SOUTH_WEST:
|
|
|
|
@GTK_ANCHOR_SOUTH_EAST:
|
|
|
|
@GTK_ANCHOR_WEST:
|
|
|
|
@GTK_ANCHOR_EAST:
|
|
|
|
@GTK_ANCHOR_N:
|
|
|
|
@GTK_ANCHOR_NW:
|
|
|
|
@GTK_ANCHOR_NE:
|
|
|
|
@GTK_ANCHOR_S:
|
|
|
|
@GTK_ANCHOR_SW:
|
|
|
|
@GTK_ANCHOR_SE:
|
|
|
|
@GTK_ANCHOR_W:
|
|
|
|
@GTK_ANCHOR_E:
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### ENUM GtkArrowType ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Used to indicate the direction in which a #GtkArrow should point.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_ARROW_UP: Represents an upward pointing arrow.
|
|
|
|
@GTK_ARROW_DOWN: Represents a downward pointing arrow.
|
|
|
|
@GTK_ARROW_LEFT: Represents a left pointing arrow.
|
|
|
|
@GTK_ARROW_RIGHT: Represents a right pointing arrow.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkAttachOptions ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Denotes the expansion properties that a widget will have when it (or it's
|
|
|
|
parent) is resized.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_EXPAND: the widget should expand to take up any extra space in its
|
|
|
|
container that has been allocated.
|
|
|
|
@GTK_SHRINK: the widget should shrink as and when possible.
|
|
|
|
@GTK_FILL: the widget should fill the space allocated to it.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkButtonBoxStyle ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Used to dictate the style that a #GtkButtonBox uses to layout the buttons it
|
|
|
|
contains. (See also: #GtkVButtonBox and #GtkHButtonBox).
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_BUTTONBOX_DEFAULT_STYLE: Default packing.
|
|
|
|
@GTK_BUTTONBOX_SPREAD: Buttons are evenly spread across the ButtonBox.
|
|
|
|
@GTK_BUTTONBOX_EDGE: Buttons are placed at the edges of the ButtonBox.
|
|
|
|
@GTK_BUTTONBOX_START: Buttons are grouped towards the start of box, (on the
|
|
|
|
left for a HBox, or the top for a VBox).
|
|
|
|
@GTK_BUTTONBOX_END: Buttons are grouped towards the end of a box, (on the
|
|
|
|
right for a HBox, or the bottom for a VBox).
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkCornerType ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
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.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_CORNER_TOP_LEFT: Place the scrollbars on the right and bottom of the
|
|
|
|
widget (default behaviour).
|
|
|
|
@GTK_CORNER_BOTTOM_LEFT: Place the scrollbars on the top and right of the
|
|
|
|
widget.
|
|
|
|
@GTK_CORNER_TOP_RIGHT: Place the scrollbars on the left and bottom of the
|
|
|
|
widget.
|
|
|
|
@GTK_CORNER_BOTTOM_RIGHT: Place the scrollbars on the top and left of the
|
|
|
|
widget.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkCurveType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_CURVE_TYPE_LINEAR:
|
|
|
|
@GTK_CURVE_TYPE_SPLINE:
|
|
|
|
@GTK_CURVE_TYPE_FREE:
|
|
|
|
|
2000-11-04 16:31:37 +00:00
|
|
|
<!-- ##### ENUM GtkDeleteType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_DELETE_CHARS:
|
|
|
|
@GTK_DELETE_WORD_ENDS:
|
|
|
|
@GTK_DELETE_WORDS:
|
|
|
|
@GTK_DELETE_DISPLAY_LINES:
|
|
|
|
@GTK_DELETE_DISPLAY_LINE_ENDS:
|
|
|
|
@GTK_DELETE_PARAGRAPH_ENDS:
|
|
|
|
@GTK_DELETE_PARAGRAPHS:
|
|
|
|
@GTK_DELETE_WHITESPACE:
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### ENUM GtkDirectionType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_DIR_TAB_FORWARD:
|
|
|
|
@GTK_DIR_TAB_BACKWARD:
|
|
|
|
@GTK_DIR_UP:
|
|
|
|
@GTK_DIR_DOWN:
|
|
|
|
@GTK_DIR_LEFT:
|
|
|
|
@GTK_DIR_RIGHT:
|
|
|
|
|
2001-10-13 05:52:14 +00:00
|
|
|
<!-- ##### ENUM GtkExpanderStyle ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_EXPANDER_COLLAPSED:
|
|
|
|
@GTK_EXPANDER_SEMI_COLLAPSED:
|
|
|
|
@GTK_EXPANDER_SEMI_EXPANDED:
|
|
|
|
@GTK_EXPANDER_EXPANDED:
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### ENUM GtkJustification ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Used for justifying the text inside a #GtkLabel widget. (See also
|
|
|
|
#GtkAlignment).
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_JUSTIFY_LEFT: The text is placed at the left edge of the label.
|
|
|
|
@GTK_JUSTIFY_RIGHT: The text is placed at the right edge of the label.
|
|
|
|
@GTK_JUSTIFY_CENTER: The text is placed in the center of the label.
|
|
|
|
@GTK_JUSTIFY_FILL: The text is placed is distributed across the label.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkMatchType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_MATCH_ALL:
|
|
|
|
@GTK_MATCH_ALL_TAIL:
|
|
|
|
@GTK_MATCH_HEAD:
|
|
|
|
@GTK_MATCH_TAIL:
|
|
|
|
@GTK_MATCH_EXACT:
|
|
|
|
@GTK_MATCH_LAST:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkMetricType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_PIXELS:
|
|
|
|
@GTK_INCHES:
|
|
|
|
@GTK_CENTIMETERS:
|
|
|
|
|
2000-11-04 16:31:37 +00:00
|
|
|
<!-- ##### ENUM GtkMovementStep ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-01-09 16:41:17 +00:00
|
|
|
@GTK_MOVEMENT_LOGICAL_POSITIONS:
|
|
|
|
@GTK_MOVEMENT_VISUAL_POSITIONS:
|
2000-11-04 16:31:37 +00:00
|
|
|
@GTK_MOVEMENT_WORDS:
|
|
|
|
@GTK_MOVEMENT_DISPLAY_LINES:
|
|
|
|
@GTK_MOVEMENT_DISPLAY_LINE_ENDS:
|
|
|
|
@GTK_MOVEMENT_PARAGRAPHS:
|
|
|
|
@GTK_MOVEMENT_PARAGRAPH_ENDS:
|
|
|
|
@GTK_MOVEMENT_PAGES:
|
|
|
|
@GTK_MOVEMENT_BUFFER_ENDS:
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### ENUM GtkOrientation ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_ORIENTATION_HORIZONTAL:
|
|
|
|
@GTK_ORIENTATION_VERTICAL:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPackType ##### -->
|
|
|
|
<para>
|
2001-05-11 17:13:44 +00:00
|
|
|
Represents the packing location #GtkBox children. (See: #GtkVBox,
|
2000-04-22 11:29:32 +00:00
|
|
|
#GtkHBox, and #GtkButtonBox).
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2001-05-11 17:13:44 +00:00
|
|
|
@GTK_PACK_START: The child is packed into the start of the box
|
|
|
|
@GTK_PACK_END: The child is packed into the end of the box
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPathPriorityType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_PATH_PRIO_LOWEST:
|
|
|
|
@GTK_PATH_PRIO_GTK:
|
|
|
|
@GTK_PATH_PRIO_APPLICATION:
|
Allow %NULL for style to mean "revert to default style"
Tue Jun 26 19:39:03 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
for style to mean "revert to default style"
* gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
gtk_widget_restore_default_style): Make this functions
deprecated aliases for gtk_widget_set_style (widget, NULL).
* gtk/gtkwidget.[ch]: Remove:
gtk_widget_set_default_style ()
gtk_widget_push_style ()
gtk_widget_pop_style ()
These functions interact are overriden by RC files, and
thus virtually useless, and complicated.
Fri Jun 22 18:49:48 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkrc.c: Add a GtkRcContext structure to hold
most of the previous global variables in gtkrc.c. This is
in preparation for multi-head, since each screen can
have different GtkSettings and RC information.
* gtk/gtkrc.[ch]:
* gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
GtkSettings parameter to GtkRcStyle::parse.
* gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c:
Add two new settings gtk-theme-name, gtk-key-theme-name,
for RC files that are loaded by name after reading
the default RC files.
* gtk/gtkrc.c: Allow priorities for styles, as wll as
bindings.
* gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
and use it by default for RC files loaded via
gtk-theme-name, gtk-key-theme-name.
* gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string)
tests/testgtkrc: Require pathnames to be absolute.
* gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
the source when parsing, since the operation of looking up a
pixmap from an RC file depends on the parsing context.
* gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
reset RC styles on all widgets when files are reparsed.
* tests/testgtk.c (create_rc_file)
gtk/gtkwindow.c (gtk_window_read_rcfiles):
Simplify, now that gtk_rc_reparse_all() resets styles on
all widgets itself.
* gtk/gtkmain.c (gtk_get_default_language): Fix broken
return value.
* gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
GtkSettings argument.
* gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
gtk_settings_get_global().
* gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
to get the appropriate GtkSettings for a widget. (For now,
just gets the default GtkSetttings.)
* gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
changes.
* gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
getting a style for a path without actually having a widget.
(Allows using a style for a subpart of a widget, for
example.)
* gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
the RC files to be reloaded for just one GtkSettings
(not sure how useful this really is.)
* gtk/gtkrc.h: Deprecate
gtk_rc_add_widget_name/widget_class/class_style
2001-06-30 16:08:25 +00:00
|
|
|
@GTK_PATH_PRIO_THEME:
|
1999-08-16 18:51:52 +00:00
|
|
|
@GTK_PATH_PRIO_RC:
|
|
|
|
@GTK_PATH_PRIO_HIGHEST:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPathType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_PATH_WIDGET:
|
|
|
|
@GTK_PATH_WIDGET_CLASS:
|
|
|
|
@GTK_PATH_CLASS:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPolicyType ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Determines when a scroll bar will be visible.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_POLICY_ALWAYS: The scrollbar is always visible.
|
|
|
|
@GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary. For example,
|
|
|
|
when all of a #GtkCList can not be seen.
|
|
|
|
@GTK_POLICY_NEVER: The scrollbar will never appear.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPositionType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_POS_LEFT:
|
|
|
|
@GTK_POS_RIGHT:
|
|
|
|
@GTK_POS_TOP:
|
|
|
|
@GTK_POS_BOTTOM:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkPreviewType ##### -->
|
|
|
|
<para>
|
|
|
|
An enumeration which describes whether a preview
|
|
|
|
contains grayscale or red-green-blue data.
|
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_PREVIEW_COLOR: the preview contains red-green-blue data.
|
|
|
|
@GTK_PREVIEW_GRAYSCALE: The preview contains grayscale data.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkReliefStyle ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_RELIEF_NORMAL:
|
|
|
|
@GTK_RELIEF_HALF:
|
|
|
|
@GTK_RELIEF_NONE:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkResizeMode ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_RESIZE_PARENT:
|
|
|
|
@GTK_RESIZE_QUEUE:
|
|
|
|
@GTK_RESIZE_IMMEDIATE:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkScrollType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_SCROLL_NONE:
|
make this special-case hscale/vscale details, so we can use it for
2001-06-03 Havoc Pennington <hp@pobox.com>
* gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
hscale/vscale details, so we can use it for scrollbar as well.
* tests/testgtk.c (reformat_value): honor digits from GtkScale
* gtk/gtkenums.h (GtkTroughType): Remove this enum
(GtkScrollType): add START and END from GtkTroughType
* gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
its x/y arguments
* gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
Notable changes in the process:
- stepper_size style property is the height for vertical
ranges, width for horizontal; the other dimension matches
the trough size
- add ability to do NeXT-style steppers (and several other styles
that don't make any sense)
- added min_slider_length, fixed_slider_length properties to
GtkScrollbar
- cleaned some private (or at least useless) functions out of
gtkscale.h
- moved bindings to GtkScale from subclasses, even arrow keys,
since blind users don't know scale orientation.
- change move_slider action signal to use new GtkScrollType,
remove GtkTroughType argument
- digits rounds the values a range will input to the given
number of decimals, but will not try to force adjustment
values set by other controllers. That is, we no longer
modify adjustment->value inside a value_changed handler.
- added getters for GtkScale setters
- middle-click begins a slider drag
2001-06-04 02:31:12 +00:00
|
|
|
@GTK_SCROLL_JUMP:
|
1999-08-16 18:51:52 +00:00
|
|
|
@GTK_SCROLL_STEP_BACKWARD:
|
|
|
|
@GTK_SCROLL_STEP_FORWARD:
|
|
|
|
@GTK_SCROLL_PAGE_BACKWARD:
|
|
|
|
@GTK_SCROLL_PAGE_FORWARD:
|
2001-03-03 23:29:50 +00:00
|
|
|
@GTK_SCROLL_STEP_UP:
|
|
|
|
@GTK_SCROLL_STEP_DOWN:
|
|
|
|
@GTK_SCROLL_PAGE_UP:
|
|
|
|
@GTK_SCROLL_PAGE_DOWN:
|
|
|
|
@GTK_SCROLL_STEP_LEFT:
|
|
|
|
@GTK_SCROLL_STEP_RIGHT:
|
|
|
|
@GTK_SCROLL_PAGE_LEFT:
|
|
|
|
@GTK_SCROLL_PAGE_RIGHT:
|
make this special-case hscale/vscale details, so we can use it for
2001-06-03 Havoc Pennington <hp@pobox.com>
* gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
hscale/vscale details, so we can use it for scrollbar as well.
* tests/testgtk.c (reformat_value): honor digits from GtkScale
* gtk/gtkenums.h (GtkTroughType): Remove this enum
(GtkScrollType): add START and END from GtkTroughType
* gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
its x/y arguments
* gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
Notable changes in the process:
- stepper_size style property is the height for vertical
ranges, width for horizontal; the other dimension matches
the trough size
- add ability to do NeXT-style steppers (and several other styles
that don't make any sense)
- added min_slider_length, fixed_slider_length properties to
GtkScrollbar
- cleaned some private (or at least useless) functions out of
gtkscale.h
- moved bindings to GtkScale from subclasses, even arrow keys,
since blind users don't know scale orientation.
- change move_slider action signal to use new GtkScrollType,
remove GtkTroughType argument
- digits rounds the values a range will input to the given
number of decimals, but will not try to force adjustment
values set by other controllers. That is, we no longer
modify adjustment->value inside a value_changed handler.
- added getters for GtkScale setters
- middle-click begins a slider drag
2001-06-04 02:31:12 +00:00
|
|
|
@GTK_SCROLL_START:
|
|
|
|
@GTK_SCROLL_END:
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkSelectionMode ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2001-10-31 20:20:12 +00:00
|
|
|
@GTK_SELECTION_NONE:
|
1999-08-16 18:51:52 +00:00
|
|
|
@GTK_SELECTION_SINGLE:
|
|
|
|
@GTK_SELECTION_BROWSE:
|
|
|
|
@GTK_SELECTION_MULTIPLE:
|
|
|
|
@GTK_SELECTION_EXTENDED:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkShadowType ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Used to change the appearance of an outline typically provided by a #GtkFrame.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_SHADOW_NONE: No outline.
|
|
|
|
@GTK_SHADOW_IN: The outline is bevelled inwards.
|
|
|
|
@GTK_SHADOW_OUT: The outline is bevelled outwards like a button.
|
|
|
|
@GTK_SHADOW_ETCHED_IN: The outline itself is an inward bevel, but the frame
|
2000-09-07 18:17:06 +00:00
|
|
|
does
|
1999-08-16 18:51:52 +00:00
|
|
|
@GTK_SHADOW_ETCHED_OUT:
|
|
|
|
|
2001-11-21 21:43:47 +00:00
|
|
|
<!-- ##### ENUM GtkSideType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_SIDE_TOP:
|
|
|
|
@GTK_SIDE_BOTTOM:
|
|
|
|
@GTK_SIDE_LEFT:
|
|
|
|
@GTK_SIDE_RIGHT:
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
<!-- ##### ENUM GtkStateType ##### -->
|
|
|
|
<para>
|
2001-06-05 14:55:53 +00:00
|
|
|
This type indicates the current state of a widget; the state determines how
|
|
|
|
the widget is drawn. The #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.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2001-06-05 14:55:53 +00:00
|
|
|
@GTK_STATE_NORMAL: State during normal operation.
|
|
|
|
@GTK_STATE_ACTIVE: State of a currently active widget, such as a depressed button.
|
|
|
|
@GTK_STATE_PRELIGHT: State indicating that the mouse pointer is over
|
|
|
|
the widget and the widget will respond to mouse clicks.
|
|
|
|
@GTK_STATE_SELECTED: State of a selected item, such the selected row in a list.
|
|
|
|
@GTK_STATE_INSENSITIVE: State indicating that the widget is
|
|
|
|
unresponsive to user actions.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkSubmenuDirection ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Indicates the direction a sub-menu will appear.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_DIRECTION_LEFT: A sub-menu will appear
|
1999-08-16 18:51:52 +00:00
|
|
|
@GTK_DIRECTION_RIGHT:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkSubmenuPlacement ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_TOP_BOTTOM:
|
|
|
|
@GTK_LEFT_RIGHT:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkToolbarStyle ##### -->
|
|
|
|
<para>
|
2001-05-11 17:13:44 +00:00
|
|
|
Used to customize the appearance of a #GtkToolbar. Note that
|
|
|
|
setting the toolbar style overrides the user's preferences
|
|
|
|
for the default toolbar style.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2001-05-11 17:13:44 +00:00
|
|
|
@GTK_TOOLBAR_ICONS: Buttons display only icons in the toolbar.
|
|
|
|
@GTK_TOOLBAR_TEXT: Buttons display only text labels in the toolbar.
|
|
|
|
@GTK_TOOLBAR_BOTH: Buttons display text and icons in the toolbar.
|
|
|
|
@GTK_TOOLBAR_BOTH_HORIZ: Buttons display icons and text alongside each
|
|
|
|
other, rather than vertically stacked
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkUpdateType ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_UPDATE_CONTINUOUS:
|
|
|
|
@GTK_UPDATE_DISCONTINUOUS:
|
|
|
|
@GTK_UPDATE_DELAYED:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkVisibility ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_VISIBILITY_NONE:
|
|
|
|
@GTK_VISIBILITY_PARTIAL:
|
|
|
|
@GTK_VISIBILITY_FULL:
|
|
|
|
|
|
|
|
<!-- ##### ENUM GtkWindowPosition ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Window placement can be influenced using this enumeration.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_WIN_POS_NONE: No influence is made on placement.
|
|
|
|
@GTK_WIN_POS_CENTER: Windows should be placed in the center of the screen.
|
|
|
|
@GTK_WIN_POS_MOUSE: Windows should be placed at the current mouse position.
|
2001-05-11 17:13:44 +00:00
|
|
|
@GTK_WIN_POS_CENTER_ALWAYS: Keep window centered as it changes size, etc.
|
|
|
|
@GTK_WIN_POS_CENTER_ON_PARENT: Center the window on its transient
|
|
|
|
parent (see gtk_window_set_transient_for()).
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkWindowType ##### -->
|
|
|
|
<para>
|
2001-05-11 17:13:44 +00:00
|
|
|
A #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
|
|
|
|
gtk_window_set_decorated() 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 gtk_window_set_decorated() for that.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GTK_WINDOW_TOPLEVEL: A regular window, such as a dialog.
|
|
|
|
@GTK_WINDOW_POPUP: A special window such as a tooltip.
|
1999-08-16 18:51:52 +00:00
|
|
|
|
|
|
|
<!-- ##### ENUM GtkSortType ##### -->
|
|
|
|
<para>
|
2000-04-22 11:29:32 +00:00
|
|
|
Determines the direction of a sort.
|
1999-08-16 18:51:52 +00:00
|
|
|
</para>
|
|
|
|
|
2000-04-22 11:29:32 +00:00
|
|
|
@GTK_SORT_ASCENDING: Sorting is in ascending order.
|
|
|
|
@GTK_SORT_DESCENDING: Sorting is in descending order.
|
1999-08-16 18:51:52 +00:00
|
|
|
|