Sha256: 023e8eead665705454062e07fa86b5048ac8f28f9cb6deba055d64b1df3dd1fa

Contents?: true

Size: 1.87 KB

Versions: 6

Compression:

Stored size: 1.87 KB

Contents

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.5 on Thu Aug 28 14:02:07 2008 -->
<glade-interface>
  <widget class="GtkWindow" id="top_window">
    <property name="visible">True</property>
    <signal name="delete_event" handler="on_top_window_delete_event"/>
    <child>
      <widget class="GtkVBox" id="vertical_container">
        <property name="visible">True</property>
        <child>
          <widget class="GtkButton" id="button_above">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="label" translatable="yes">Button above</property>
            <property name="response_id">0</property>
            <signal name="clicked" handler="on_button_above_clicked"/>
          </widget>
        </child>
        <child>
          <widget class="GtkLabel" id="label">
            <property name="visible">True</property>
            <property name="label" translatable="yes">Some label in the middle</property>
          </widget>
          <packing>
            <property name="position">1</property>
          </packing>
        </child>
        <child>
          <widget class="GtkButton" id="button_below">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="receives_default">True</property>
            <property name="label" translatable="yes">Button below</property>
            <property name="response_id">0</property>
            <signal name="clicked" handler="on_button_below_clicked"/>
          </widget>
          <packing>
            <property name="position">2</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
intelitiva-rugui-1.2.0 spec/resource_files/my_view.glade
intelitiva-rugui-1.3.0 spec/resource_files/my_view.glade
rugui-1.2.1 spec/resource_files/my_view.glade
rugui-1.2.0 spec/resource_files/my_view.glade
rugui-1.2.2 spec/resource_files/my_view.glade
rugui-1.3.0 spec/resource_files/my_view.glade