346 lines
		
	
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			346 lines
		
	
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | |
| <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 | |
| <!--*- mode: xml -*-->
 | |
| <glade-interface>
 | |
|   <widget 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="key_press_event" handler="on_single_message_window_key_press_event"/>
 | |
|     <signal name="delete_event" handler="on_single_message_window_delete_event"/>
 | |
|     <child>
 | |
|       <widget class="GtkVBox" id="vbox97">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="spacing">6</property>
 | |
|         <child>
 | |
|           <widget 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>
 | |
|               <widget 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>
 | |
|               </widget>
 | |
|               <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>
 | |
|               <widget 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>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="x_options">GTK_FILL</property>
 | |
|                 <property name="y_options"></property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkEntry" id="to_entry">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="invisible_char">*</property>
 | |
|               </widget>
 | |
|               <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>
 | |
|               <widget class="GtkLabel" id="count_chars_label">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes">0</property>
 | |
|               </widget>
 | |
|               <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>
 | |
|               <widget class="GtkEntry" id="subject_entry">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="invisible_char">*</property>
 | |
|               </widget>
 | |
|               <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>
 | |
|               <widget class="GtkEntry" id="from_entry">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="invisible_char">*</property>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="left_attach">1</property>
 | |
|                 <property name="right_attach">3</property>
 | |
|                 <property name="y_options"></property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkLabel" id="label335">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="label" translatable="yes">Subject:</property>
 | |
|               </widget>
 | |
|               <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>
 | |
|           </widget>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <widget 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">GTK_POLICY_AUTOMATIC</property>
 | |
|             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 | |
|             <property name="shadow_type">GTK_SHADOW_IN</property>
 | |
|             <child>
 | |
|               <placeholder/>
 | |
|             </child>
 | |
|           </widget>
 | |
|           <packing>
 | |
|             <property name="position">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <widget 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">GTK_POLICY_AUTOMATIC</property>
 | |
|             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 | |
|             <property name="shadow_type">GTK_SHADOW_IN</property>
 | |
|             <child>
 | |
|               <widget class="GtkTextView" id="message_textview">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="wrap_mode">GTK_WRAP_WORD</property>
 | |
|               </widget>
 | |
|             </child>
 | |
|           </widget>
 | |
|           <packing>
 | |
|             <property name="position">2</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <widget class="GtkHButtonBox" id="hbuttonbox26">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="spacing">12</property>
 | |
|             <property name="layout_style">GTK_BUTTONBOX_END</property>
 | |
|             <child>
 | |
|               <widget class="GtkButton" id="close_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="label">gtk-close</property>
 | |
|                 <property name="use_stock">True</property>
 | |
|                 <property name="response_id">0</property>
 | |
|                 <signal name="clicked" handler="on_close_button_clicked"/>
 | |
|               </widget>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkButton" id="cancel_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="label">gtk-cancel</property>
 | |
|                 <property name="use_stock">True</property>
 | |
|                 <property name="response_id">0</property>
 | |
|                 <signal name="clicked" handler="on_cancel_button_clicked"/>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkButton" id="send_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="tooltip" translatable="yes">Send message</property>
 | |
|                 <property name="response_id">0</property>
 | |
|                 <signal name="clicked" handler="on_send_button_clicked"/>
 | |
|                 <child>
 | |
|                   <widget class="GtkAlignment" id="alignment98">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xscale">0</property>
 | |
|                     <property name="yscale">0</property>
 | |
|                     <child>
 | |
|                       <widget class="GtkHBox" id="hbox3003">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="spacing">2</property>
 | |
|                         <child>
 | |
|                           <widget class="GtkImage" id="image1326">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="stock">gtk-jump-to</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <widget class="GtkLabel" id="label370">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="label" translatable="yes">Sen_d</property>
 | |
|                             <property name="use_underline">True</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </widget>
 | |
|                     </child>
 | |
|                   </widget>
 | |
|                 </child>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="position">2</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkButton" id="reply_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="tooltip" translatable="yes">Reply to this message</property>
 | |
|                 <property name="response_id">0</property>
 | |
|                 <signal name="clicked" handler="on_reply_button_clicked"/>
 | |
|                 <child>
 | |
|                   <widget class="GtkAlignment" id="alignment82">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xscale">0</property>
 | |
|                     <property name="yscale">0</property>
 | |
|                     <child>
 | |
|                       <widget class="GtkHBox" id="hbox2982">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="spacing">2</property>
 | |
|                         <child>
 | |
|                           <widget class="GtkImage" id="image862">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="stock">gtk-ok</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <widget class="GtkLabel" id="label346">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="label" translatable="yes">_Reply</property>
 | |
|                             <property name="use_underline">True</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </widget>
 | |
|                     </child>
 | |
|                   </widget>
 | |
|                 </child>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="position">3</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <widget class="GtkButton" id="send_and_close_button">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="can_focus">True</property>
 | |
|                 <property name="can_default">True</property>
 | |
|                 <property name="no_show_all">True</property>
 | |
|                 <property name="tooltip" translatable="yes">Send message and close window</property>
 | |
|                 <property name="response_id">0</property>
 | |
|                 <signal name="clicked" handler="on_send_and_close_button_clicked"/>
 | |
|                 <child>
 | |
|                   <widget class="GtkAlignment" id="alignment83">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xscale">0</property>
 | |
|                     <property name="yscale">0</property>
 | |
|                     <child>
 | |
|                       <widget class="GtkHBox" id="hbox2983">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="spacing">2</property>
 | |
|                         <child>
 | |
|                           <widget class="GtkImage" id="image878">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="stock">gtk-ok</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                         <child>
 | |
|                           <widget class="GtkLabel" id="label347">
 | |
|                             <property name="visible">True</property>
 | |
|                             <property name="label" translatable="yes">_Send & Close</property>
 | |
|                             <property name="use_underline">True</property>
 | |
|                           </widget>
 | |
|                           <packing>
 | |
|                             <property name="expand">False</property>
 | |
|                             <property name="fill">False</property>
 | |
|                             <property name="position">1</property>
 | |
|                           </packing>
 | |
|                         </child>
 | |
|                       </widget>
 | |
|                     </child>
 | |
|                   </widget>
 | |
|                 </child>
 | |
|               </widget>
 | |
|               <packing>
 | |
|                 <property name="position">4</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </widget>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="padding">6</property>
 | |
|             <property name="position">3</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </widget>
 | |
|     </child>
 | |
|   </widget>
 | |
| </glade-interface>
 |