69 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			69 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | <?xml version="1.0"?> | ||
|  | <interface> | ||
|  |   <requires lib="gtk+" version="2.16"/> | ||
|  |   <!-- interface-naming-policy toplevel-contextual --> | ||
|  |   <object class="GtkDialog" id="progress_dialog"> | ||
|  |     <property name="type_hint">dialog</property> | ||
|  |     <signal name="delete_event" handler="on_progress_dialog_delete_event"/> | ||
|  |     <child internal-child="vbox"> | ||
|  |       <object class="GtkVBox" id="dialog-vbox"> | ||
|  |         <property name="visible">True</property> | ||
|  |         <property name="orientation">vertical</property> | ||
|  |         <property name="spacing">6</property> | ||
|  |         <child> | ||
|  |           <object class="GtkLabel" id="label"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="use_markup">True</property> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="fill">False</property> | ||
|  |             <property name="position">2</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkProgressBar" id="progressbar"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="pulse_step">0.10000000149</property> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="fill">False</property> | ||
|  |             <property name="position">3</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child internal-child="action_area"> | ||
|  |           <object class="GtkHButtonBox" id="dialog-action_area11"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="layout_style">end</property> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="close_button"> | ||
|  |                 <property name="label">gtk-close</property> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="sensitive">False</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="can_default">True</property> | ||
|  |                 <property name="receives_default">False</property> | ||
|  |                 <property name="use_stock">True</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">0</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="pack_type">end</property> | ||
|  |             <property name="position">0</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |       </object> | ||
|  |     </child> | ||
|  |     <action-widgets> | ||
|  |       <action-widget response="-7">close_button</action-widget> | ||
|  |     </action-widgets> | ||
|  |   </object> | ||
|  | </interface> |