summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-20 06:30:41 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-20 09:54:01 -0400
commit2430762f9bf7274a1ee6708296b18bfa11e5afdf (patch)
tree308673f3d484b4eae4ea2c48ee713dbb8014abbc /gtk/gtkenums.h
parentcf1c8c8c691b5ce6ffb63eea36cac31b027cf828 (diff)
downloadgtk+-2430762f9bf7274a1ee6708296b18bfa11e5afdf.tar.gz
docs: enum cleanup
Move GtkButtonBoxStyle to the one place it is used, GtkButtonBox.
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 3cf33befd6..daaa604ea3 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -121,31 +121,6 @@ typedef enum
} GtkBaselinePosition;
/**
- * GtkButtonBoxStyle:
- * @GTK_BUTTONBOX_SPREAD: Buttons are evenly spread across the box.
- * @GTK_BUTTONBOX_EDGE: Buttons are placed at the edges of the box.
- * @GTK_BUTTONBOX_START: Buttons are grouped towards the start of the box,
- * (on the left for a HBox, or the top for a VBox).
- * @GTK_BUTTONBOX_END: Buttons are grouped towards the end of the box,
- * (on the right for a HBox, or the bottom for a VBox).
- * @GTK_BUTTONBOX_CENTER: Buttons are centered in the box. Since 2.12.
- * @GTK_BUTTONBOX_EXPAND: Buttons expand to fill the box. Since 3.12.
- *
- * Used to dictate the style that a #GtkButtonBox uses to layout the buttons it
- * contains. (See also: #GtkVButtonBox and #GtkHButtonBox).
- */
-typedef enum
-{
- GTK_BUTTONBOX_SPREAD = 1,
- GTK_BUTTONBOX_EDGE,
- GTK_BUTTONBOX_START,
- GTK_BUTTONBOX_END,
- GTK_BUTTONBOX_CENTER,
- GTK_BUTTONBOX_EXPAND
-} GtkButtonBoxStyle;
-
-
-/**
* GtkDeleteType:
* @GTK_DELETE_CHARS: Delete characters.
* @GTK_DELETE_WORD_ENDS: Delete only the portion of the word to the