~matt-mattmole/xibo/applications

« back to all changes in this revision

Viewing changes to applications/python config app/gui.glade

  • Committer: matt
  • Date: 2010-11-28 20:49:47 UTC
  • Revision ID: matt@pantalaimon-20101128204947-d1gi4i41laegid1r
Added error messages when problems occur

Show diffs side-by-side

added added

removed removed

Lines of Context:
1352
1352
      </object>
1353
1353
    </child>
1354
1354
  </object>
1355
 
  <object class="GtkMessageDialog" id="messagedialog1">
 
1355
  <object class="GtkMessageDialog" id="errorDialog">
1356
1356
    <property name="border_width">5</property>
1357
1357
    <property name="modal">True</property>
1358
1358
    <property name="type_hint">normal</property>
1399
1399
      <action-widget response="0">errorExitButton</action-widget>
1400
1400
    </action-widgets>
1401
1401
  </object>
 
1402
  <object class="GtkMessageDialog" id="infoDialog">
 
1403
    <property name="border_width">5</property>
 
1404
    <property name="modal">True</property>
 
1405
    <property name="type_hint">normal</property>
 
1406
    <property name="skip_taskbar_hint">True</property>
 
1407
    <property name="has_separator">False</property>
 
1408
    <child internal-child="vbox">
 
1409
      <object class="GtkVBox" id="dialog-vbox3">
 
1410
        <property name="visible">True</property>
 
1411
        <property name="spacing">2</property>
 
1412
        <child internal-child="action_area">
 
1413
          <object class="GtkHButtonBox" id="dialog-action_area3">
 
1414
            <property name="visible">True</property>
 
1415
            <property name="layout_style">end</property>
 
1416
            <child>
 
1417
              <object class="GtkButton" id="infoDialogOK">
 
1418
                <property name="label" translatable="yes">OK</property>
 
1419
                <property name="visible">True</property>
 
1420
                <property name="can_focus">True</property>
 
1421
                <property name="receives_default">True</property>
 
1422
                <signal name="clicked" handler="infoDialogOKSignal"/>
 
1423
              </object>
 
1424
              <packing>
 
1425
                <property name="expand">False</property>
 
1426
                <property name="fill">False</property>
 
1427
                <property name="position">0</property>
 
1428
              </packing>
 
1429
            </child>
 
1430
            <child>
 
1431
              <placeholder/>
 
1432
            </child>
 
1433
          </object>
 
1434
          <packing>
 
1435
            <property name="expand">False</property>
 
1436
            <property name="pack_type">end</property>
 
1437
            <property name="position">0</property>
 
1438
          </packing>
 
1439
        </child>
 
1440
      </object>
 
1441
    </child>
 
1442
    <action-widgets>
 
1443
      <action-widget response="0">infoDialogOK</action-widget>
 
1444
    </action-widgets>
 
1445
  </object>
1402
1446
</interface>