view gtk-gui/objects.xml @ 162:354c1d2ad086

Re #423: Support nested units in GTK UI * Add "add unit" context menu to tree * Add quick hacks to unit dialog to work with both nesting and direct category units
author IBBoard <dev@ibboard.co.uk>
date Sun, 05 Aug 2012 21:01:00 +0100
parents c549fd4ff4bf
children
line wrap: on
line source

<objects attr-sync="on">
  <object type="IBBoard.WarFoundry.GUI.GTK.TransformXmlWidget" palette-category="General" allow-children="false" base-type="Gtk.Bin">
    <itemgroups />
    <signals>
      <itemgroup label="TransformXmlWidget Signals">
        <signal name="TransformChanged" />
      </itemgroup>
    </signals>
  </object>
  <object type="IBBoard.WarFoundry.GUI.GTK.Widgets.UnitDisplayWidget" palette-category="WarFoundry GTK# GUI" allow-children="false" base-type="Gtk.Bin">
    <itemgroups />
    <signals />
  </object>
  <object type="IBBoard.WarFoundry.GUI.GTK.ValidationFailureWidget" palette-category="General" allow-children="false" base-type="Gtk.Bin">
    <itemgroups />
    <signals />
  </object>
  <object type="IBBoard.GtkSharp.Translatable.TranslatableLabel" palette-category="General" allow-children="false" base-type="Gtk.Label">
    <itemgroups>
      <itemgroup label="ITranslatable Properties">
        <property name="Text" />
      </itemgroup>
    </itemgroups>
    <signals />
  </object>
  <object type="IBBoard.GtkSharp.Translatable.TranslatableButton" palette-category="General" allow-children="false" base-type="Gtk.Button">
    <itemgroups>
      <itemgroup label="ITranslatable Properties">
        <property name="Text" />
      </itemgroup>
    </itemgroups>
    <signals />
  </object>
  <object type="IBBoard.GtkSharp.Translatable.TranslatableCheckButton" palette-category="General" allow-children="false" base-type="Gtk.CheckButton">
    <itemgroups>
      <itemgroup label="ITranslatable Properties">
        <property name="Text" />
      </itemgroup>
    </itemgroups>
    <signals />
  </object>
</objects>