276 lines
		
	
	
	
		
			12 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			276 lines
		
	
	
	
		
			12 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | <?xml version="1.0"?> | ||
|  | <interface> | ||
|  |   <requires lib="gtk+" version="2.16"/> | ||
|  |   <!-- interface-naming-policy toplevel-contextual --> | ||
|  |   <object class="GtkWindow" id="single_message_window"> | ||
|  |     <property name="border_width">6</property> | ||
|  |     <property name="default_width">550</property> | ||
|  |     <property name="default_height">280</property> | ||
|  |     <signal name="destroy" handler="on_single_message_window_destroy"/> | ||
|  |     <signal name="key_press_event" handler="on_single_message_window_key_press_event"/> | ||
|  |     <signal name="delete_event" handler="on_single_message_window_delete_event"/> | ||
|  |     <child> | ||
|  |       <object class="GtkVBox" id="vbox97"> | ||
|  |         <property name="visible">True</property> | ||
|  |         <property name="orientation">vertical</property> | ||
|  |         <property name="spacing">6</property> | ||
|  |         <child> | ||
|  |           <object class="GtkTable" id="headers_table"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="n_rows">3</property> | ||
|  |             <property name="n_columns">3</property> | ||
|  |             <property name="column_spacing">12</property> | ||
|  |             <property name="row_spacing">6</property> | ||
|  |             <child> | ||
|  |               <object class="GtkLabel" id="to_label"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="no_show_all">True</property> | ||
|  |                 <property name="xalign">0</property> | ||
|  |                 <property name="label" translatable="yes">To:</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="top_attach">1</property> | ||
|  |                 <property name="bottom_attach">2</property> | ||
|  |                 <property name="x_options">GTK_FILL</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkLabel" id="from_label"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="no_show_all">True</property> | ||
|  |                 <property name="xalign">0</property> | ||
|  |                 <property name="label" translatable="yes">From:</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="x_options">GTK_FILL</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkEntry" id="to_entry"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="no_show_all">True</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="left_attach">1</property> | ||
|  |                 <property name="right_attach">3</property> | ||
|  |                 <property name="top_attach">1</property> | ||
|  |                 <property name="bottom_attach">2</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkLabel" id="count_chars_label"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="label" translatable="yes">0</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="left_attach">2</property> | ||
|  |                 <property name="right_attach">3</property> | ||
|  |                 <property name="top_attach">2</property> | ||
|  |                 <property name="bottom_attach">3</property> | ||
|  |                 <property name="x_options">GTK_FILL</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkEntry" id="subject_entry"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="left_attach">1</property> | ||
|  |                 <property name="right_attach">2</property> | ||
|  |                 <property name="top_attach">2</property> | ||
|  |                 <property name="bottom_attach">3</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkEntry" id="from_entry"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="can_focus">True</property> | ||
|  |                 <property name="no_show_all">True</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="left_attach">1</property> | ||
|  |                 <property name="right_attach">3</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkLabel" id="label335"> | ||
|  |                 <property name="visible">True</property> | ||
|  |                 <property name="label" translatable="yes">Subject:</property> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="top_attach">2</property> | ||
|  |                 <property name="bottom_attach">3</property> | ||
|  |                 <property name="x_options">GTK_FILL</property> | ||
|  |                 <property name="y_options"></property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="position">0</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkScrolledWindow" id="conversation_scrolledwindow"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="no_show_all">True</property> | ||
|  |             <property name="hscrollbar_policy">automatic</property> | ||
|  |             <property name="vscrollbar_policy">automatic</property> | ||
|  |             <property name="shadow_type">in</property> | ||
|  |             <child> | ||
|  |               <placeholder/> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="position">1</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkScrolledWindow" id="message_scrolledwindow"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="no_show_all">True</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="wrap_mode">word</property> | ||
|  |               </object> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="position">2</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkHButtonBox" id="hbuttonbox26"> | ||
|  |             <property name="visible">True</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="no_show_all">True</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="cancel_button"> | ||
|  |                 <property name="label">gtk-cancel</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="no_show_all">True</property> | ||
|  |                 <property name="use_stock">True</property> | ||
|  |                 <signal name="clicked" handler="on_cancel_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="send_button"> | ||
|  |                 <property name="label" translatable="yes">Sen_d</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="no_show_all">True</property> | ||
|  |                 <property name="tooltip_text" translatable="yes">Send message</property> | ||
|  |                 <property name="image">image3</property> | ||
|  |                 <property name="use_underline">True</property> | ||
|  |                 <signal name="clicked" handler="on_send_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">2</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="reply_button"> | ||
|  |                 <property name="label" translatable="yes">_Reply</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="no_show_all">True</property> | ||
|  |                 <property name="tooltip_text" translatable="yes">Reply to this message</property> | ||
|  |                 <property name="image">image1</property> | ||
|  |                 <property name="use_underline">True</property> | ||
|  |                 <signal name="clicked" handler="on_reply_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">3</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |             <child> | ||
|  |               <object class="GtkButton" id="send_and_close_button"> | ||
|  |                 <property name="label" translatable="yes">_Send & 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="no_show_all">True</property> | ||
|  |                 <property name="tooltip_text" translatable="yes">Send message and close window</property> | ||
|  |                 <property name="image">image2</property> | ||
|  |                 <property name="use_underline">True</property> | ||
|  |                 <signal name="clicked" handler="on_send_and_close_button_clicked"/> | ||
|  |               </object> | ||
|  |               <packing> | ||
|  |                 <property name="expand">False</property> | ||
|  |                 <property name="fill">False</property> | ||
|  |                 <property name="position">4</property> | ||
|  |               </packing> | ||
|  |             </child> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="expand">False</property> | ||
|  |             <property name="padding">6</property> | ||
|  |             <property name="position">3</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |       </object> | ||
|  |     </child> | ||
|  |   </object> | ||
|  |   <object class="GtkImage" id="image1"> | ||
|  |     <property name="visible">True</property> | ||
|  |     <property name="stock">gtk-ok</property> | ||
|  |   </object> | ||
|  |   <object class="GtkImage" id="image2"> | ||
|  |     <property name="visible">True</property> | ||
|  |     <property name="stock">gtk-ok</property> | ||
|  |   </object> | ||
|  |   <object class="GtkImage" id="image3"> | ||
|  |     <property name="visible">True</property> | ||
|  |     <property name="stock">gtk-jump-to</property> | ||
|  |   </object> | ||
|  | </interface> |