~ubuntu-branches/ubuntu/precise/libglade2/precise-proposed

« back to all changes in this revision

Viewing changes to examples/bonobo.glade

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2002-03-30 22:55:37 UTC
  • Revision ID: james.westby@ubuntu.com-20020330225537-jx47zcil1ybgy9qx
Tags: upstream-1.99.10
ImportĀ upstreamĀ versionĀ 1.99.10

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://glade.gnome.org/glade-2.0.dtd" >
 
3
 
 
4
<glade-interface>
 
5
  <requires lib="bonobo"/>
 
6
 
 
7
  <widget class="GtkWindow" id="window1">
 
8
    <property name="title">Testing</property>
 
9
    <property name="border_width">10</property>
 
10
    <property name="visible">yes</property>
 
11
 
 
12
    <signal name="destroy" handler="gtk_main_quit" />
 
13
 
 
14
    <child>
 
15
      <widget class="BonoboWidget" id="control1">
 
16
        <property name="moniker">OAFIID:Bonobo_Sample_Entry</property>
 
17
        <property name="visible">yes</property>
 
18
      </widget>
 
19
    </child>
 
20
  </widget>
 
21
</glade-interface>