~ubuntu-branches/ubuntu/precise/pida/precise

« back to all changes in this revision

Viewing changes to pida/data/glade/foo.glade

  • Committer: Bazaar Package Importer
  • Author(s): Jan Luebbe
  • Date: 2007-04-17 16:08:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070417160806-3ttlb6igf94x9i03
Tags: 0.4.4-1
* New upstream release (closes: #419129)
* Add dependency on python-glade2 (closes: #418716)
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
 
3
<glade-interface>
 
4
    <widget class="GtkWindow" id="window2">
 
5
        <property name="border_width">45</property>
 
6
        <property name="default_height">250</property>
 
7
        <property name="default_width">440</property>
 
8
        <signal handler="on_window2__set_focus_child" name="set-focus-child" after="False"/>
 
9
        <signal handler="on_window2__move_focus" name="move-focus" after="False"/>
 
10
        <signal handler="window2_keys_changed" name="keys-changed" after="False"/>
 
11
        <signal handler="window2_activate_focus" name="activate-focus" after="False"/>
 
12
        <signal handler="on_window2__remove" name="remove" after="False"/>
 
13
        <signal handler="on_window2__check_resize" name="check-resize" after="False"/>
 
14
        <signal handler="on_window2__add" name="add" after="False"/>
 
15
        <signal handler="ad" name="activate-default" after="False"/>
 
16
        <signal handler="on_window2__frame_event" name="frame-event" after="False"/>
 
17
        <child>
 
18
            <widget class="GtkVBox" id="pida_view">
 
19
                <property name="visible">True</property>
 
20
                <child>
 
21
                    <widget class="GtkLabel" id="label1">
 
22
                        <property name="label" context="yes" translatable="yes">You are the human stone</property>
 
23
                        <property name="visible">True</property>
 
24
                    </widget>
 
25
                </child>
 
26
                <child>
 
27
                    <widget class="GtkButton" id="foo_but">
 
28
                        <property name="is_focus">True</property>
 
29
                        <property name="label" context="yes" translatable="yes">foo</property>
 
30
                        <property name="visible">True</property>
 
31
                        <signal handler="foo_click" name="activate" after="False"/>
 
32
                        <signal handler="on_foo_but__clicked" name="clicked" after="False"/>
 
33
                    </widget>
 
34
                    <packing>
 
35
                        <property name="position">1</property>
 
36
                    </packing>
 
37
                </child>
 
38
                <child>
 
39
                    <widget class="pida+pidagtk+tree+Tree" id="pidatree1"/>
 
40
                    <packing>
 
41
                        <property name="position">2</property>
 
42
                    </packing>
 
43
                </child>
 
44
            </widget>
 
45
        </child>
 
46
    </widget>
 
47
</glade-interface>