[gtk+/gtk-style-context] Document various style-related enums
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context] Document various style-related enums
- Date: Mon, 22 Nov 2010 03:12:34 +0000 (UTC)
commit 88f886a2aeeb5e6252b65fb8579728b83e35d066
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Nov 21 21:49:08 2010 -0500
Document various style-related enums
docs/reference/gtk/gtk3-sections.txt | 4 ++++
gtk/gtkenums.h | 9 +++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index f666128..1df380c 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -5851,12 +5851,16 @@ GtkScrollType
GtkSelectionMode
GtkShadowType
GtkStateType
+GtkStateFlags
GtkToolbarStyle
GtkUpdateType
GtkWindowPosition
GtkWindowType
GtkSortType
GtkDragResult
+GtkJunctionSides
+GtkBorderStyle
+GtkRegionFlags
<SUBSECTION Private>
GTK_PATH_PRIO_MASK
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index f00312c..83a2eda 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -652,6 +652,15 @@ typedef enum {
GTK_JUNCTION_RIGHT = (GTK_JUNCTION_CORNER_TOPRIGHT | GTK_JUNCTION_CORNER_BOTTOMRIGHT)
} GtkJunctionSides;
+/**
+ * GtkBorderStyle:
+ * @GTK_BORDER_STYLE_NONE: No visible border
+ * @GTK_BORDER_STYLE_SOLID: A solid border
+ * @GTK_BORDER_STYLE_INSET: An inset border
+ * @GTK_BORDER_STYLE_OUTSET: An outset border
+ *
+ * Describes how the border of a UI element should be rendered.
+ */
typedef enum {
GTK_BORDER_STYLE_NONE,
GTK_BORDER_STYLE_SOLID,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]