~ubuntu-dev/gdebi/ubuntu

« back to all changes in this revision

Viewing changes to data/gdebi.ui

  • Committer: Michael Vogt
  • Date: 2011-05-31 14:30:39 UTC
  • mfrom: (292.1.77 gdebi)
  • Revision ID: michael.vogt@ubuntu.com-20110531143039-8uz5gmcyk8j7aqrr
mergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-requires vte 0.0 -->
943
943
    <property name="license" translatable="yes">GPL, see /usr/share/common-licenses/GPL</property>
944
944
    <property name="authors">Michael Vogt
945
945
Sebastian Heinlein
 
946
Luca Falavigna
946
947
</property>
947
948
    <property name="logo">gdebi.png</property>
948
949
    <child internal-child="vbox">
962
963
      </object>
963
964
    </child>
964
965
  </object>
 
966
  <object class="GtkDialog" id="dialog_gio_download">
 
967
    <property name="border_width">6</property>
 
968
    <property name="resizable">False</property>
 
969
    <property name="modal">True</property>
 
970
    <property name="window_position">center-on-parent</property>
 
971
    <property name="type_hint">dialog</property>
 
972
    <property name="skip_taskbar_hint">True</property>
 
973
    <property name="skip_pager_hint">True</property>
 
974
    <child internal-child="vbox">
 
975
      <object class="GtkVBox" id="dialog-vbox66">
 
976
        <property name="visible">True</property>
 
977
        <property name="spacing">6</property>
 
978
        <child>
 
979
          <object class="GtkVBox" id="vbox66">
 
980
            <property name="visible">True</property>
 
981
            <property name="border_width">6</property>
 
982
            <property name="spacing">6</property>
 
983
            <child>
 
984
              <object class="GtkVBox" id="vbox333">
 
985
                <property name="visible">True</property>
 
986
                <property name="spacing">6</property>
 
987
                <child>
 
988
                  <object class="GtkLabel" id="label_download_action">
 
989
                    <property name="visible">True</property>
 
990
                    <property name="xalign">0</property>
 
991
                  </object>
 
992
                  <packing>
 
993
                    <property name="expand">False</property>
 
994
                    <property name="fill">False</property>
 
995
                    <property name="position">0</property>
 
996
                  </packing>
 
997
                </child>
 
998
                <child>
 
999
                  <object class="GtkProgressBar" id="progressbar_download">
 
1000
                    <property name="width_request">400</property>
 
1001
                    <property name="visible">True</property>
 
1002
                    <property name="pulse_step">0.10000000149</property>
 
1003
                  </object>
 
1004
                  <packing>
 
1005
                    <property name="fill">False</property>
 
1006
                    <property name="position">1</property>
 
1007
                  </packing>
 
1008
                </child>
 
1009
                <child>
 
1010
                  <object class="GtkLabel" id="label_download_status">
 
1011
                    <property name="visible">True</property>
 
1012
                    <property name="xalign">0</property>
 
1013
                  </object>
 
1014
                  <packing>
 
1015
                    <property name="expand">False</property>
 
1016
                    <property name="fill">False</property>
 
1017
                    <property name="position">2</property>
 
1018
                  </packing>
 
1019
                </child>
 
1020
              </object>
 
1021
              <packing>
 
1022
                <property name="position">0</property>
 
1023
              </packing>
 
1024
            </child>
 
1025
          </object>
 
1026
          <packing>
 
1027
            <property name="position">1</property>
 
1028
          </packing>
 
1029
        </child>
 
1030
        <child internal-child="action_area">
 
1031
          <object class="GtkHButtonBox" id="dialog-action_area9">
 
1032
            <property name="visible">True</property>
 
1033
            <property name="layout_style">end</property>
 
1034
            <child>
 
1035
              <object class="GtkButton" id="button_cancel_download">
 
1036
                <property name="label">gtk-cancel</property>
 
1037
                <property name="visible">True</property>
 
1038
                <property name="can_focus">True</property>
 
1039
                <property name="can_default">True</property>
 
1040
                <property name="receives_default">True</property>
 
1041
                <property name="use_stock">True</property>
 
1042
              </object>
 
1043
              <packing>
 
1044
                <property name="expand">False</property>
 
1045
                <property name="fill">False</property>
 
1046
                <property name="position">0</property>
 
1047
              </packing>
 
1048
            </child>
 
1049
          </object>
 
1050
          <packing>
 
1051
            <property name="expand">False</property>
 
1052
            <property name="pack_type">end</property>
 
1053
            <property name="position">0</property>
 
1054
          </packing>
 
1055
        </child>
 
1056
      </object>
 
1057
    </child>
 
1058
    <action-widgets>
 
1059
      <action-widget response="-7">button_cancel_download</action-widget>
 
1060
    </action-widgets>
 
1061
  </object>
965
1062
</interface>