[gtk+] glade: Add some more private widget types



commit 48ecad844e81585f4b7f3a64e8c8b724eee82142
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 1 00:59:27 2015 -0400

    glade: Add some more private widget types
    
    Add GtkColorEditor and GtkPlacesView to this list, on the assumption
    that all private widgets should be listed here.

 gtk/gtkgladecatalog.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkgladecatalog.c b/gtk/gtkgladecatalog.c
index e4e3dd0..a2dcfc1 100644
--- a/gtk/gtkgladecatalog.c
+++ b/gtk/gtkgladecatalog.c
@@ -23,9 +23,11 @@
 #include "config.h"
 
 #include "gtkpathbar.h"
+#include "gtkplacesviewprivate.h"
 #include "gtkcolorswatchprivate.h"
 #include "gtkcolorplaneprivate.h"
 #include "gtkcolorscaleprivate.h"
+#include "gtkcoloreditorprivate.h"
 
 #ifdef G_OS_UNIX
 #  include "gtkprinteroptionwidget.h"
@@ -42,9 +44,11 @@ void
 gtk_glade_catalog_init (const gchar *catalog_name)
 {
   g_type_ensure (GTK_TYPE_PATH_BAR);
+  g_type_ensure (GTK_TYPE_PLACES_VIEW);
   g_type_ensure (GTK_TYPE_COLOR_SWATCH);
   g_type_ensure (GTK_TYPE_COLOR_PLANE);
   g_type_ensure (GTK_TYPE_COLOR_SCALE);
+  g_type_ensure (GTK_TYPE_COLOR_EDITOR);
 
 #ifdef G_OS_UNIX
   g_type_ensure (GTK_TYPE_PRINTER_OPTION_WIDGET);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]