File: simple.glade

package info (click to toggle)
java-gnome 4.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,656 kB
  • ctags: 6,327
  • sloc: java: 24,414; ansic: 4,035; perl: 1,531; python: 1,186; makefile: 140
file content (18 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
  <widget class="GtkWindow" id="simple">
    <property name="visible">True</property>
    <property name="title" translatable="yes">A Simple Window, brought to you by LibGlade!</property>
    <child>
      <widget class="GtkLabel" id="label1">
        <property name="width_request">150</property>
        <property name="visible">True</property>
        <property name="label" translatable="yes">This is a test of the Emergency Broadcast System</property>
        <property name="wrap">True</property>
        <property name="selectable">True</property>
      </widget>
    </child>
  </widget>
</glade-interface>