Sha256: 71e55fdd76c3527404395843398a2a7112078065d6ec549920d510fc8987fd58
Contents?: true
Size: 1.47 KB
Versions: 105
Compression:
Stored size: 1.47 KB
Contents
<?xml version="1.0"?> <glade-interface> <!-- interface-requires gtk+ 2.8 --> <!-- interface-naming-policy project-wide --> <widget class="GtkWindow" id="window1"> <signal name="destroy" handler="on_window1_destroy"/> <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <child> <widget class="GtkButton" id="button1"> <property name="label" translatable="yes">button</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label" translatable="yes">label</property> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkEntry" id="entry1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </widget> <packing> <property name="position">2</property> </packing> </child> </widget> </child> </widget> </glade-interface>
Version data entries
105 entries across 105 versions & 1 rubygems