source: trunk/third/libglade2/examples/first.glade @ 18268

Revision 18268, 3.5 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18267, which included commits to RCS files with non-trunk default branches.
Line 
1<?xml version="1.0" standalone="no"?>  <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >
3<glade-interface>
4  <widget class="GtkWindow" id="window1">
5    <property name="title" translatable="yes">window1</property>
6    <property name="type">GTK_WINDOW_TOPLEVEL</property>
7    <property name="window-position">GTK_WIN_POS_NONE</property>
8    <property name="modal">False</property>
9    <property name="default-width">440</property>
10    <property name="default-height">250</property>
11    <property name="allow-grow">True</property>
12    <property name="visible">yes</property>
13    <signal name="destroy" handler="gtk_main_quit" />
14    <child>
15      <widget class="GtkTable" id="table1">
16        <property name="n-rows">3</property>
17        <property name="n-columns">3</property>
18        <property name="homogeneous">False</property>
19        <property name="row-spacing">0</property>
20        <property name="column-spacing">0</property>
21        <property name="border-width">2</property>
22        <property name="visible">yes</property>
23        <child>
24          <widget class="GtkLabel" id="label1">
25            <property name="label" translatable="yes">I am a label</property>
26            <property name="justify">GTK_JUSTIFY_LEFT</property>
27            <property name="wrap">True</property>
28            <property name="xalign">0.5</property>
29            <property name="yalign">0.5</property>
30            <property name="xpad">0</property>
31            <property name="ypad">0</property>
32            <property name="visible">yes</property>
33          </widget>
34          <packing>
35            <property name="left-attach">0</property>
36            <property name="right-attach">1</property>
37            <property name="top-attach">0</property>
38            <property name="bottom-attach">1</property>
39          </packing>
40        </child>
41        <child>
42          <widget class="GtkSpinButton" id="spinbutton1">
43            <property name="climb-rate">0</property>
44            <property name="digits">0</property>
45            <property name="numeric">False</property>
46            <property name="update-policy">GTK_UPDATE_ALWAYS</property>
47            <property name="snap-to-ticks">False</property>
48            <property name="wrap">False</property>
49            <property name="value">0</property>
50            <property name="adjustment"/>
51            <property name="visible">yes</property>
52          </widget>
53          <packing>
54            <property name="left-attach">1</property>
55            <property name="right-attach">2</property>
56            <property name="top-attach">0</property>
57            <property name="bottom-attach">1</property>
58          </packing>
59        </child>
60        <child>
61          <widget class="GtkEntry" id="entry1">
62            <property name="editable">True</property>
63            <property name="visibility">True</property>
64            <property name="max-length">-1</property>
65            <property name="text"></property>
66            <property name="has_focus">yes</property>
67            <property name="visible">yes</property>
68          </widget>
69          <packing>
70            <property name="left-attach">2</property>
71            <property name="right-attach">3</property>
72            <property name="top-attach">0</property>
73            <property name="bottom-attach">1</property>
74          </packing>
75        </child>
76        <child>
77          <placeholder />
78          <packing>
79            <property name="left-attach">0</property>
80            <property name="right-attach">2</property>
81            <property name="top-attach">1</property>
82            <property name="bottom-attach">2</property>
83          </packing>
84        </child>
85      </widget>
86    </child>
87  </widget>
88</glade-interface>
89
90
Note: See TracBrowser for help on using the repository browser.