diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-20 06:22:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-20 09:54:01 -0400 |
commit | cf1c8c8c691b5ce6ffb63eea36cac31b027cf828 (patch) | |
tree | cb1917bf978d7fa7a9fe03cb11f8c6b6db913154 /gtk/gtkenums.h | |
parent | ee244473d6a7bf8bf6637e785769e362918f3fb6 (diff) | |
download | gtk+-cf1c8c8c691b5ce6ffb63eea36cac31b027cf828.tar.gz |
docs: enum cleanup
Move GtkAttachOptions to the only place its used: GtkTable
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r-- | gtk/gtkenums.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 6488a77a37..3cf33befd6 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -99,23 +99,6 @@ typedef enum } GtkArrowType; /** - * GtkAttachOptions: - * @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. - * - * Denotes the expansion properties that a widget will have when it (or its - * parent) is resized. - */ -typedef enum -{ - GTK_EXPAND = 1 << 0, - GTK_SHRINK = 1 << 1, - GTK_FILL = 1 << 2 -} GtkAttachOptions; - -/** * GtkBaselinePosition: * @GTK_BASELINE_POSITION_TOP: Align the baseline at the top * @GTK_BASELINE_POSITION_CENTER: Center the baseline |