summaryrefslogtreecommitdiff
path: root/src/eom-sidebar.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-21 22:28:15 +0300
committermonsta <[email protected]>2016-11-21 22:28:15 +0300
commit9a94231819bbfaf23e477dc27c3966903ebdf1e1 (patch)
tree643b864764f69ce556ceeac785a2ed6e6f7c44d2 /src/eom-sidebar.h
parente85aca3ba0c5f59b12fd557285cc74dbbb8bf909 (diff)
downloadeom-9a94231819bbfaf23e477dc27c3966903ebdf1e1.tar.bz2
eom-9a94231819bbfaf23e477dc27c3966903ebdf1e1.tar.xz
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require libmate-desktop >= 1.17
Diffstat (limited to 'src/eom-sidebar.h')
-rw-r--r--src/eom-sidebar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/eom-sidebar.h b/src/eom-sidebar.h
index 88851b6..6986f41 100644
--- a/src/eom-sidebar.h
+++ b/src/eom-sidebar.h
@@ -42,21 +42,13 @@ typedef struct _EomSidebarPrivate EomSidebarPrivate;
#define EOM_SIDEBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), EOM_TYPE_SIDEBAR, EomSidebarClass))
struct _EomSidebar {
-#if GTK_CHECK_VERSION (3, 2, 0)
GtkBox base_instance;
-#else
- GtkVBox base_instance;
-#endif
EomSidebarPrivate *priv;
};
struct _EomSidebarClass {
-#if GTK_CHECK_VERSION (3, 2, 0)
GtkBoxClass base_class;
-#else
- GtkVBoxClass base_class;
-#endif
void (* page_added) (EomSidebar *eom_sidebar,
GtkWidget *main_widget);