comparison gtk-gui/gui.stetic @ 124:a647afc19fe9

Re #361: Add XML export UI to GTK# * Add sensitivity changing on OK button * Need to make buttons do things, and allow creating new files with file chooser
author IBBoard <dev@ibboard.co.uk>
date Wed, 28 Sep 2011 21:01:54 +0100
parents f58f69ea2435
children 42d2aa87dfa7
comparison
equal deleted inserted replaced
123:f58f69ea2435 124:a647afc19fe9
2616 </packing> 2616 </packing>
2617 </child> 2617 </child>
2618 <child> 2618 <child>
2619 <widget class="Gtk.FileChooserButton" id="saveAsPath"> 2619 <widget class="Gtk.FileChooserButton" id="saveAsPath">
2620 <property name="MemberName" /> 2620 <property name="MemberName" />
2621 <signal name="SelectionChanged" handler="OnSaveAsPathSelectionChanged" />
2621 </widget> 2622 </widget>
2622 <packing> 2623 <packing>
2623 <property name="LeftAttach">1</property> 2624 <property name="LeftAttach">1</property>
2624 <property name="RightAttach">2</property> 2625 <property name="RightAttach">2</property>
2625 <property name="AutoSize">True</property> 2626 <property name="AutoSize">True</property>
2637 <widget class="Gtk.ComboBox" id="transformList"> 2638 <widget class="Gtk.ComboBox" id="transformList">
2638 <property name="MemberName" /> 2639 <property name="MemberName" />
2639 <property name="Sensitive">False</property> 2640 <property name="Sensitive">False</property>
2640 <property name="IsTextCombo">True</property> 2641 <property name="IsTextCombo">True</property>
2641 <property name="Items" translatable="yes" /> 2642 <property name="Items" translatable="yes" />
2643 <signal name="Changed" handler="OnTransformListChanged" />
2642 </widget> 2644 </widget>
2643 <packing> 2645 <packing>
2644 <property name="TopAttach">2</property> 2646 <property name="TopAttach">2</property>
2645 <property name="BottomAttach">3</property> 2647 <property name="BottomAttach">3</property>
2646 <property name="LeftAttach">1</property> 2648 <property name="LeftAttach">1</property>