summaryrefslogtreecommitdiff
path: root/data/glade/libpeas-gtk.xml.in
blob: d7547f836bf2970f437b9cf71351dbce22221eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<glade-catalog version="1.0" supports="gtkbuilder" name="libpeas-gtk" library="peas-gtk-1.0" domain="@GETTEXT_PACKAGE@" depends="gtk+" book="libpeas">
  <glade-widget-classes>
    <glade-widget-class name="PeasGtkPluginManager" title="Plugin Manager" generic-name="pluginmanager">
      <properties>
        <!-- Translators: What PeasGtkPluginManagerView to use -->
        <property id="view" name="View" create-type="PeasGtkPluginManagerView" query="False" />

        <!-- Disable GtkBox properties that should never be modified -->
        <property id="homogeneous" disabled="True" />
        <property id="padding" disabled="True" />
        <property id="size" disabled="True" query="False" />
        <property id="spacing" disabled="True" />
      </properties>
    </glade-widget-class>

    <glade-widget-class name="PeasGtkPluginManagerView" title="Plugin Manager View" generic-name="pluginmanagerview">
      <properties>
        <!-- Translators: Whether builtin plugins should appear in the view (property name) -->
        <property id="show-builtin" name="Show Builtin" default="False" />

        <!-- Disable GtkTreeView properties that should never be modified -->
        <property id="model" disabled="True" query="False" />
      </properties>

      <signals>
        <signal id="populate-popup" />
      </signals>
    </glade-widget-class>
  </glade-widget-classes>

  <glade-widget-group name="PeasGtk" title="Peas Gtk">
    <glade-widget-class-ref name="PeasGtkPluginManager" />
    <glade-widget-class-ref name="PeasGtkPluginManagerView" />
  </glade-widget-group>
</glade-catalog>