forked from AuroraMiddleware/gtk
34 lines
1.7 KiB
XML
34 lines
1.7 KiB
XML
<glade-catalog name="gtkprivate"
|
|
version="3.10"
|
|
depends="gtk+"
|
|
library="gtk-3">
|
|
<init-function>gtk_glade_catalog_init</init-function>
|
|
|
|
<glade-widget-classes>
|
|
<!-- base GTK+ private widgets -->
|
|
<glade-widget-class name="GtkPathBar" generic-name="pathbar" title="Path Bar" icon-name="widget-gtk-toolbar"/>
|
|
<glade-widget-class name="GtkColorEditor" generic-name="coloreditor" title="Color Editor" icon-name="widget-gtk-colorselection"/>
|
|
<glade-widget-class name="GtkColorSwatch" generic-name="colorswatch" title="Color Swatch" icon-name="widget-gtk-colorselection"/>
|
|
<glade-widget-class name="GtkColorPlane" generic-name="colorplane" title="Color Plane" icon-name="widget-gtk-colorselection"/>
|
|
<glade-widget-class name="GtkColorScale" generic-name="colorscale" title="Color Scale" icon-name="widget-gtk-colorselection"/>
|
|
|
|
<!-- gtkunixprint private widgets -->
|
|
<glade-widget-class name="GtkPrinterOptionWidget" generic-name="printeroptionwidget" title="Printer Option Widget"
|
|
icon-name="widget-gtk-frame">
|
|
<properties>
|
|
<property id="orientation" default="GTK_ORIENTATION_HORIZONTAL"/>
|
|
<property id="size" disabled="True"/>
|
|
</properties>
|
|
</glade-widget-class>
|
|
</glade-widget-classes>
|
|
|
|
<glade-widget-group name="gtk-private" title="Private GTK+ Classes">
|
|
<glade-widget-class-ref name="GtkPathBar"/>
|
|
<glade-widget-class-ref name="GtkColorEditor"/>
|
|
<glade-widget-class-ref name="GtkColorSwatch"/>
|
|
<glade-widget-class-ref name="GtkColorPlane"/>
|
|
<glade-widget-class-ref name="GtkColorScale"/>
|
|
<glade-widget-class-ref name="GtkPrinterOptionWidget"/>
|
|
</glade-widget-group>
|
|
</glade-catalog>
|