379 lines
		
	
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			379 lines
		
	
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <interface>
 | |
|   <requires lib="gtk+" version="2.16"/>
 | |
|   <!-- interface-naming-policy toplevel-contextual -->
 | |
|   <object class="GtkListStore" id="liststore1">
 | |
|     <columns>
 | |
|       <!-- column-name item -->
 | |
|       <column type="gchararray"/>
 | |
|     </columns>
 | |
|   </object>
 | |
|   <object class="GtkWindow" id="manage_bookmarks_window">
 | |
|     <property name="border_width">12</property>
 | |
|     <property name="title" translatable="yes">Manage Bookmarks</property>
 | |
|     <property name="default_width">550</property>
 | |
|     <property name="default_height">300</property>
 | |
|     <property name="type_hint">dialog</property>
 | |
|     <child>
 | |
|       <object class="GtkVBox" id="vbox86">
 | |
|         <property name="visible">True</property>
 | |
|         <property name="orientation">vertical</property>
 | |
|         <property name="spacing">12</property>
 | |
|         <child>
 | |
|           <object class="GtkHBox" id="hbox2965">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="spacing">12</property>
 | |
|             <child>
 | |
|               <object class="GtkVBox" id="vbox94">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="orientation">vertical</property>
 | |
|                 <property name="spacing">6</property>
 | |
|                 <child>
 | |
|                   <object class="GtkScrolledWindow" id="scrolledwindow37">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="hscrollbar_policy">automatic</property>
 | |
|                     <property name="vscrollbar_policy">automatic</property>
 | |
|                     <property name="shadow_type">in</property>
 | |
|                     <child>
 | |
|                       <object class="GtkTreeView" id="bookmarks_treeview">
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="headers_visible">False</property>
 | |
|                       </object>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="position">0</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkHButtonBox" id="hbuttonbox25">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="spacing">6</property>
 | |
|                     <property name="layout_style">end</property>
 | |
|                     <child>
 | |
|                       <object class="GtkButton" id="add_bookmark_button">
 | |
|                         <property name="label">gtk-add</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_add_bookmark_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="remove_bookmark_button">
 | |
|                         <property name="label">gtk-remove</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_remove_bookmark_button_clicked"/>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="expand">False</property>
 | |
|                         <property name="fill">False</property>
 | |
|                         <property name="position">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="expand">False</property>
 | |
|                     <property name="position">1</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="position">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkTable" id="table33">
 | |
|                 <property name="visible">True</property>
 | |
|                 <property name="n_rows">7</property>
 | |
|                 <property name="n_columns">2</property>
 | |
|                 <property name="column_spacing">12</property>
 | |
|                 <property name="row_spacing">6</property>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="label318">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">_Password:</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="top_attach">4</property>
 | |
|                     <property name="bottom_attach">5</property>
 | |
|                     <property name="x_options">GTK_FILL</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="pass_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                     <property name="visibility">False</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="right_attach">2</property>
 | |
|                     <property name="top_attach">4</property>
 | |
|                     <property name="bottom_attach">5</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="server_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</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">3</property>
 | |
|                     <property name="bottom_attach">4</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="label317">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">_Server:</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="top_attach">3</property>
 | |
|                     <property name="bottom_attach">4</property>
 | |
|                     <property name="x_options">GTK_FILL</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="label316">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">Roo_m:</property>
 | |
|                     <property name="use_underline">True</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>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="room_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</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="nick_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</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">1</property>
 | |
|                     <property name="bottom_attach">2</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="label315">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">_Nickname:</property>
 | |
|                     <property name="use_underline">True</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="label325">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">_Title:</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="x_options">GTK_FILL</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkEntry" id="title_entry">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</property>
 | |
|                     <property name="can_focus">True</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="right_attach">2</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkLabel" id="label326">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="xalign">0</property>
 | |
|                     <property name="label" translatable="yes">Pr_int status:</property>
 | |
|                     <property name="use_underline">True</property>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="top_attach">6</property>
 | |
|                     <property name="bottom_attach">7</property>
 | |
|                     <property name="x_options">GTK_FILL</property>
 | |
|                     <property name="y_options"></property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkComboBox" id="print_status_combobox">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="sensitive">False</property>
 | |
|                     <property name="model">liststore1</property>
 | |
|                     <signal name="changed" handler="on_print_status_combobox_changed"/>
 | |
|                     <child>
 | |
|                       <object class="GtkCellRendererText" id="cellrenderertext1"/>
 | |
|                       <attributes>
 | |
|                         <attribute name="text">0</attribute>
 | |
|                       </attributes>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="left_attach">1</property>
 | |
|                     <property name="right_attach">2</property>
 | |
|                     <property name="top_attach">6</property>
 | |
|                     <property name="bottom_attach">7</property>
 | |
|                     <property name="x_options">GTK_FILL</property>
 | |
|                     <property name="y_options">GTK_FILL</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|                 <child>
 | |
|                   <object class="GtkHBox" id="hbox1">
 | |
|                     <property name="visible">True</property>
 | |
|                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | |
|                     <child>
 | |
|                       <object class="GtkCheckButton" id="autojoin_checkbutton">
 | |
|                         <property name="label" translatable="yes">A_uto join</property>
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="sensitive">False</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="receives_default">False</property>
 | |
|                         <property name="tooltip_text" translatable="yes">If checked, Gajim will join this group chat on startup</property>
 | |
|                         <property name="use_underline">True</property>
 | |
|                         <property name="draw_indicator">True</property>
 | |
|                         <signal name="toggled" handler="on_autojoin_checkbutton_toggled"/>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="position">0</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                     <child>
 | |
|                       <object class="GtkCheckButton" id="minimize_checkbutton">
 | |
|                         <property name="label" translatable="yes">Minimi_ze on Auto Join</property>
 | |
|                         <property name="visible">True</property>
 | |
|                         <property name="sensitive">False</property>
 | |
|                         <property name="can_focus">True</property>
 | |
|                         <property name="receives_default">False</property>
 | |
|                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 | |
|                         <property name="use_underline">True</property>
 | |
|                         <property name="draw_indicator">True</property>
 | |
|                         <signal name="toggled" handler="on_minimize_checkbutton_toggled"/>
 | |
|                       </object>
 | |
|                       <packing>
 | |
|                         <property name="position">1</property>
 | |
|                       </packing>
 | |
|                     </child>
 | |
|                   </object>
 | |
|                   <packing>
 | |
|                     <property name="right_attach">2</property>
 | |
|                     <property name="top_attach">5</property>
 | |
|                     <property name="bottom_attach">6</property>
 | |
|                     <property name="y_options">GTK_FILL</property>
 | |
|                   </packing>
 | |
|                 </child>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="position">0</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|         <child>
 | |
|           <object class="GtkHButtonBox" id="hbuttonbox20">
 | |
|             <property name="visible">True</property>
 | |
|             <property name="spacing">12</property>
 | |
|             <property name="layout_style">end</property>
 | |
|             <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="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">0</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|             <child>
 | |
|               <object class="GtkButton" id="ok_button">
 | |
|                 <property name="label">gtk-ok</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_ok_button_clicked"/>
 | |
|               </object>
 | |
|               <packing>
 | |
|                 <property name="expand">False</property>
 | |
|                 <property name="fill">False</property>
 | |
|                 <property name="position">1</property>
 | |
|               </packing>
 | |
|             </child>
 | |
|           </object>
 | |
|           <packing>
 | |
|             <property name="expand">False</property>
 | |
|             <property name="position">1</property>
 | |
|           </packing>
 | |
|         </child>
 | |
|       </object>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 |