From 36ee6c121996ede96f838964b51e950d3c957491 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 May 2014 18:38:36 +0200 Subject: MateColorSelectionDialog: Allow to use header bar with GTK 3.12 --- libmate-desktop/mate-colorseldialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmate-desktop/mate-colorseldialog.h') diff --git a/libmate-desktop/mate-colorseldialog.h b/libmate-desktop/mate-colorseldialog.h index 71a7873..0848c90 100644 --- a/libmate-desktop/mate-colorseldialog.h +++ b/libmate-desktop/mate-colorseldialog.h @@ -68,6 +68,9 @@ struct _MateColorSelectionDialogClass /* ColorSelectionDialog */ GType mate_color_selection_dialog_get_type (void) G_GNUC_CONST; GtkWidget* mate_color_selection_dialog_new (const gchar *title); +#if GTK_CHECK_VERSION (3, 12, 0) +GtkWidget* mate_color_selection_dialog_new_with_header_bar (const gchar *title); +#endif GtkWidget* mate_color_selection_dialog_get_color_selection (MateColorSelectionDialog *colorsel); -- cgit v1.2.1