summaryrefslogtreecommitdiff
path: root/libslab/slab-section.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-15 13:54:23 +0300
committermonsta <[email protected]>2016-01-15 16:46:34 +0300
commitf0450bb4001a9d37025578b7933b552cb07b27f6 (patch)
treeb17ea5acdb50fcb1629375dcc6185b1e5b5fb2b2 /libslab/slab-section.h
parentc04a7d200ae5719ee1ce78aab692007b37003b0b (diff)
downloadmate-control-center-f0450bb4001a9d37025578b7933b552cb07b27f6.tar.bz2
mate-control-center-f0450bb4001a9d37025578b7933b552cb07b27f6.tar.xz
libslab: use GtkBox instead of GtkVBox in both GTK+ builds
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of libslab in both GTK+ builds (due to transition of classes' parents and/or members from GtkVBox to GtkBox)
Diffstat (limited to 'libslab/slab-section.h')
-rw-r--r--libslab/slab-section.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libslab/slab-section.h b/libslab/slab-section.h
index a6f9c1d7..45868818 100644
--- a/libslab/slab-section.h
+++ b/libslab/slab-section.h
@@ -47,7 +47,7 @@ typedef enum
typedef struct
{
- GtkVBox parent_vbox;
+ GtkBox parent_vbox;
GtkWidget *title;
GtkWidget *contents;
@@ -59,7 +59,7 @@ typedef struct
typedef struct
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
} SlabSectionClass;
GType slab_section_get_type (void);