~bladernr/checkbox/story759-checkbox-add-suspend-log-check

« back to all changes in this revision

Viewing changes to gtk/checkbox-gtk.glade

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
<glade-interface>
5
5
 
6
 
<widget class="GtkDialog" id="dialog_hwtest">
 
6
<widget class="GtkDialog" id="dialog_checkbox">
7
7
  <property name="width_request">450</property>
8
8
  <property name="height_request">400</property>
9
9
  <property name="visible">True</property>
10
 
  <property name="title" translatable="yes">Hardware Testing</property>
 
10
  <property name="title" translatable="yes">System Testing</property>
11
11
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
12
12
  <property name="window_position">GTK_WIN_POS_NONE</property>
13
13
  <property name="modal">False</property>
24
24
  <property name="focus_on_map">True</property>
25
25
  <property name="urgency_hint">False</property>
26
26
  <property name="has_separator">False</property>
27
 
  <signal name="delete_event" handler="on_dialog_hwtest_delete"/>
 
27
  <signal name="delete_event" handler="on_dialog_checkbox_delete"/>
28
28
 
29
29
  <child internal-child="vbox">
30
30
    <widget class="GtkVBox" id="dialog-vbox">
74
74
      <child>
75
75
        <widget class="GtkImage" id="image_head">
76
76
          <property name="visible">True</property>
77
 
          <property name="pixbuf">hwtest-gtk-head.png</property>
 
77
          <property name="pixbuf">checkbox-gtk-head.png</property>
78
78
          <property name="xalign">0.5</property>
79
79
          <property name="yalign">0.5</property>
80
80
          <property name="xpad">0</property>
88
88
      </child>
89
89
 
90
90
      <child>
91
 
        <widget class="GtkNotebook" id="notebook_hwtest">
 
91
        <widget class="GtkNotebook" id="notebook_checkbox">
92
92
          <property name="visible">True</property>
93
93
          <property name="show_tabs">False</property>
94
94
          <property name="show_border">False</property>