diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-05 18:35:52 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 58a76b700f9f6d5f05d1cbae86af311ea617d5f4 (patch) | |
tree | 166398ed6bc72b5bfd021c6e9379388a5091612a /gtk/gtkstylecontext.h | |
parent | ed184b393593059f9c99280fb9ca685a36a483a1 (diff) | |
download | gtk+-58a76b700f9f6d5f05d1cbae86af311ea617d5f4.tar.gz |
stylecontext: Remove _REGION_ constants
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 3b39d1f5d5..0ca572c44a 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -979,42 +979,6 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_WIDE "wide" -/** - * GTK_STYLE_REGION_ROW: - * - * A widget region name to define a treeview row. - * - * Deprecated: 3.20: Don't use regions. - */ -#define GTK_STYLE_REGION_ROW "row" - -/** - * GTK_STYLE_REGION_COLUMN: - * - * A widget region name to define a treeview column. - * - * Deprecated: 3.20: Don't use regions. - */ -#define GTK_STYLE_REGION_COLUMN "column" - -/** - * GTK_STYLE_REGION_COLUMN_HEADER: - * - * A widget region name to define a treeview column header. - * - * Deprecated: 3.20: Don't use regions. - */ -#define GTK_STYLE_REGION_COLUMN_HEADER "column-header" - -/** - * GTK_STYLE_REGION_TAB: - * - * A widget region name to define a notebook tab. - * - * Deprecated: 3.20: Don't use regions. - */ -#define GTK_STYLE_REGION_TAB "tab" - GDK_AVAILABLE_IN_ALL GType gtk_style_context_get_type (void) G_GNUC_CONST; |