gtk2/gtk/glade
Federico Mena Quintero 1d946367d3 For now, add GtkPlacesSidebar to the Glade catalog for private widgets
Although GtkPlacesSidebar is a public widget, we can't have that in Glade's general catalog
as this branch is not merged into GTK+ proper yet.  We'll move the widget to Glade's
catalog when this is done.
2013-04-15 19:29:12 -05:00
..
gtk-private-widgets.xml For now, add GtkPlacesSidebar to the Glade catalog for private widgets 2013-04-15 19:29:12 -05:00
README.glade Added directory with Glade catalog 2013-04-08 21:19:27 +09:00

The catalog in this directory defines some widgets that are private
to GTK+ and is needed to edit .ui files defining composite classes
in GTK+.

In order to edit any composite classes in GTK+, startup Glade
in the following way, example:

    cd /path/to/gtk+/
    GLADE_CATALOG_SEARCH_PATH=`pwd`/gtk/glade glade gtk/gtkfilechooserdefault.ui

Documentation for updating this catalog can be found here:
    https://developer.gnome.org/gladeui/stable/

Note also that when including private GTK+ widgets as components, it is
important to call g_type_ensure () to register the type explicitly
before calling gtk_container_init_template(), otherwise GtkBuilder will
not be able to properly load the type.