Gtk2-GladeXML

 view release on metacpan or  search on metacpan

t/example.glade  view on Meta::CPAN

                    <child>
                      <widget class="GtkMenu" id="menu7">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkMenuItem" id="Quit">
                            <property name="label" translatable="yes">Quit</property>
                            <property name="visible">yes</property>

			    <signal name="activate" handler="gtk_main_quit" />

                            <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>

                <child>
                  <widget class="GtkMenuItem" id="HelpMenu">
                    <property name="label" translatable="yes">Help</property>
                    <property name="visible">yes</property>

                    <child>
                      <widget class="GtkMenu" id="menu8">
                        <property name="visible">yes</property>

                        <child>
                          <widget class="GtkMenuItem" id="About">
                            <property name="label" translatable="yes">About...</property>
                            <property name="visible">yes</property>

                            <signal name="activate" handler="gtk_widget_show" object="AboutDialog" />

                            <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate" />
                          </widget>
                        </child>
                      </widget>
                    </child>
                  </widget>
                </child>
              </widget>
            </child>
          </widget>
          <packing>
            <property name="padding">0</property>
            <property name="expand">no</property>
            <property name="fill">yes</property>
          </packing>
        </child>

        <child>
          <widget class="GtkNotebook" id="notebook1">
            <property name="can_focus">yes</property>
            <property name="show_tabs">yes</property>
            <property name="show_border">yes</property>
            <property name="tab_pos">GTK_POS_TOP</property>
            <property name="scrollable">no</property>
            <property name="tab_border">3</property>
            <property name="enable-popup">no</property>
            <property name="visible">yes</property>

            <child>
              <widget class="GtkGammaCurve" id="gammacurve1">
                <property name="visible">yes</property>
              </widget>
            </child>

            <child>
              <widget class="GtkTable" id="table1">
                <property name="homogeneous">no</property>
                <property name="row_spacing">0</property>
                <property name="column_spacing">0</property>
                <property name="n-rows">2</property>
                <property name="n-columns">2</property>
                <property name="visible">yes</property>

                <child>
                  <widget class="GtkArrow" id="arrow2">
                    <property name="arrow_type">GTK_ARROW_UP</property>
                    <property name="shadow_type">GTK_SHADOW_OUT</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="left_attach">1</property>
                    <property name="right_attach">2</property>
                    <property name="top_attach">1</property>
                    <property name="bottom_attach">2</property>
                    <property name="x_padding">0</property>
                    <property name="y_padding">0</property>
                    <property name="x_options">expand|fill</property>
                    <property name="y_options">expand|fill</property>
                  </packing>
                </child>

                <child>
                  <widget class="GtkLabel" id="label6">
                    <property name="label" translatable="yes">~</property>
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
                    <property name="xalign">0.5</property>
                    <property name="yalign">0.5</property>
                    <property name="xpad">0</property>
                    <property name="ypad">0</property>
                    <property name="visible">yes</property>
                  </widget>
                  <packing>
                    <property name="left_attach">0</property>
                    <property name="right_attach">1</property>
                    <property name="top_attach">0</property>
                    <property name="bottom_attach">1</property>
                    <property name="x_padding">0</property>
                    <property name="y_padding">0</property>
                    <property name="x_options">fill</property>
                    <property name="y_options">fill</property>
                  </packing>
                </child>



( run in 0.701 second using v1.01-cache-2.11-cpan-364913b4093 )