185 lines
		
	
	
	
		
			8.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			185 lines
		
	
	
	
		
			8.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | <?xml version="1.0"?> | ||
|  | <interface> | ||
|  |   <requires lib="gtk+" version="2.16"/> | ||
|  |   <!-- interface-naming-policy toplevel-contextual --> | ||
|  |   <object class="GtkWindow" id="subscription_request_window"> | ||
|  |     <property name="border_width">12</property> | ||
|  |     <property name="title" translatable="yes">Subscription Request</property> | ||
|  |     <child> | ||
|  |       <object class="GtkVBox" id="vbox10"> | ||
|  |         <property name="visible">True</property> | ||
|  |         <property name="orientation">vertical</property> | ||
|  |         <property name="spacing">5</property> | ||
|  |         <child> | ||
|  |           <object class="GtkLabel" id="from_label"> | ||
|  |             <property name="visible">True</property> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="fill">False</property> | ||
|  |             <property name="position">0</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkScrolledWindow" id="scrolledwindow8"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="border_width">5</property> | ||
|  |             <property name="hscrollbar_policy">automatic</property> | ||
|  |             <property name="vscrollbar_policy">automatic</property> | ||
|  |             <property name="shadow_type">in</property> | ||
|  |             <child> | ||
|  |               <object class="GtkTextView" id="message_textview"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="editable">False</property> | ||
|  |                 <property name="wrap_mode">word</property> | ||
|  |                 <property name="cursor_visible">False</property> | ||
|  |                 <property name="buffer">textbuffer1</property> | ||
|  |               </object> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="position">1</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkHButtonBox" id="hbuttonbox3"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="border_width">5</property> | ||
|  |             <property name="spacing">12</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="can_focus">True</property> | ||
|  |                 <property name="can_default">True</property> | ||
|  |                 <property name="receives_default">False</property> | ||
|  |                 <property name="use_stock">True</property> | ||
|  |                 <signal name="clicked" handler="on_close_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">0</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="deny_button"> | ||
|  |                 <property name="label" translatable="yes">_Deny</property> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="can_default">True</property> | ||
|  |                 <property name="receives_default">False</property> | ||
|  |                 <property name="tooltip_text" translatable="yes">Deny authorization from contact so he or she cannot know when you're connected</property> | ||
|  |                 <property name="image">image2</property> | ||
|  |                 <property name="use_underline">True</property> | ||
|  |                 <signal name="clicked" handler="on_deny_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">1</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="actions_button"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="receives_default">False</property> | ||
|  |                 <signal name="clicked" handler="on_actions_button_clicked"/> | ||
|  |                 <child> | ||
|  |                   <object class="GtkAlignment" id="alignment101"> | ||
|  |                     <property name="visible">True</property> | ||
|  |                     <property name="xscale">0</property> | ||
|  |                     <property name="yscale">0</property> | ||
|  |                     <child> | ||
|  |                       <object class="GtkHBox" id="hbox3009"> | ||
|  |                         <property name="visible">True</property> | ||
|  |                         <property name="spacing">2</property> | ||
|  |                         <child> | ||
|  |                           <object class="GtkImage" id="image1338"> | ||
|  |                             <property name="visible">True</property> | ||
|  |                             <property name="stock">gtk-execute</property> | ||
|  |                           </object> | ||
|  |                           <packing> | ||
|  |                             <property name="expand">False</property> | ||
|  |                             <property name="fill">False</property> | ||
|  |                             <property name="position">0</property> | ||
|  |                           </packing> | ||
|  |                         </child> | ||
|  |                         <child> | ||
|  |                           <object class="GtkLabel" id="label372"> | ||
|  |                             <property name="visible">True</property> | ||
|  |                             <property name="label" translatable="yes" comments="Make sure the character after "_" is not M/m (conflicts with Alt+M that is supposed to show the Emoticon Selector)">_Actions</property> | ||
|  |                             <property name="use_underline">True</property> | ||
|  |                           </object> | ||
|  |                           <packing> | ||
|  |                             <property name="expand">False</property> | ||
|  |                             <property name="fill">False</property> | ||
|  |                             <property name="position">1</property> | ||
|  |                           </packing> | ||
|  |                         </child> | ||
|  |                         <child> | ||
|  |                           <object class="GtkArrow" id="arrow4"> | ||
|  |                             <property name="visible">True</property> | ||
|  |                             <property name="arrow_type">down</property> | ||
|  |                           </object> | ||
|  |                           <packing> | ||
|  |                             <property name="expand">False</property> | ||
|  |                             <property name="fill">False</property> | ||
|  |                             <property name="position">2</property> | ||
|  |                           </packing> | ||
|  |                         </child> | ||
|  |                       </object> | ||
|  |                     </child> | ||
|  |                   </object> | ||
|  |                 </child> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">2</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="authorize_button"> | ||
|  |                 <property name="label" translatable="yes">Au_thorize</property> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="can_default">True</property> | ||
|  |                 <property name="has_default">True</property> | ||
|  |                 <property name="receives_default">False</property> | ||
|  |                 <property name="tooltip_text" translatable="yes">Authorize contact so he or she can know when you're connected</property> | ||
|  |                 <property name="image">image1</property> | ||
|  |                 <property name="use_underline">True</property> | ||
|  |                 <signal name="clicked" handler="on_authorize_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">3</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="fill">False</property> | ||
|  |             <property name="position">2</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |       </object> | ||
|  |     </child> | ||
|  |   </object> | ||
|  |   <object class="GtkTextBuffer" id="textbuffer1"/> | ||
|  |   <object class="GtkImage" id="image1"> | ||
|  |     <property name="visible">True</property> | ||
|  |     <property name="stock">gtk-add</property> | ||
|  |   </object> | ||
|  |   <object class="GtkImage" id="image2"> | ||
|  |     <property name="visible">True</property> | ||
|  |     <property name="stock">gtk-cancel</property> | ||
|  |   </object> | ||
|  | </interface> |