<?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="chat_window"> <property name="title" translatable="yes">Chat</property> <property name="default_width">350</property> <property name="default_height">250</property> <child> <widget class="GtkVBox" id="chat_vbox"> <property name="visible">True</property> <child> <widget class="GtkMenuBar" id="chats_menubar"> <property name="visible">True</property> <child> <widget class="GtkMenuItem" id="menu_conv"> <property name="visible">True</property> <property name="label" translatable="yes">_Conversation</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu_conv_menu"> <child> <widget class="GtkImageMenuItem" id="menu_conv_clear"> <property name="visible">True</property> <property name="label" translatable="yes">C_lear</property> <property name="use_underline">True</property> <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image262"> <property name="visible">True</property> <property name="stock">gtk-clear</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_conv_insert_smiley"> <property name="visible">True</property> <property name="label" translatable="yes">Insert _Smiley</property> <property name="use_underline">True</property> <child internal-child="image"> <widget class="GtkImage" id="menu-item-image3"> <property name="visible">True</property> <property name="icon_size">1</property> <property name="icon_name">face-smile</property> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_conv_contact"> <property name="visible">True</property> <property name="label" translatable="yes">_Contact</property> <property name="use_underline">True</property> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator7"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_conv_close"> <property name="visible">True</property> <property name="label">gtk-close</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_edit"> <property name="visible">True</property> <property name="label" translatable="yes">_Edit</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu_edit_menu"> <child> <widget class="GtkImageMenuItem" id="menu_edit_cut"> <property name="visible">True</property> <property name="label">gtk-cut</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_edit_copy"> <property name="visible">True</property> <property name="label">gtk-copy</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_edit_paste"> <property name="visible">True</property> <property name="label">gtk-paste</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_tabs"> <property name="visible">True</property> <property name="label" translatable="yes">_Tabs</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu_tabs_menu"> <child> <widget class="GtkMenuItem" id="menu_tabs_prev"> <property name="visible">True</property> <property name="label" translatable="yes">_Previous Tab</property> <property name="use_underline">True</property> <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_tabs_next"> <property name="visible">True</property> <property name="label" translatable="yes">_Next Tab</property> <property name="use_underline">True</property> <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator4"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_tabs_left"> <property name="visible">True</property> <property name="label" translatable="yes">Move Tab _Left</property> <property name="use_underline">True</property> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_tabs_right"> <property name="visible">True</property> <property name="label" translatable="yes">Move Tab _Right</property> <property name="use_underline">True</property> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_tabs_detach"> <property name="visible">True</property> <property name="label" translatable="yes">_Detach Tab</property> <property name="use_underline">True</property> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_help"> <property name="visible">True</property> <property name="label" translatable="yes">_Help</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu_help_menu"> <child> <widget class="GtkImageMenuItem" id="menu_help_contents"> <property name="visible">True</property> <property name="label" translatable="yes">_Contents</property> <property name="use_underline">True</property> <accelerator key="F1" modifiers="" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image289"> <property name="visible">True</property> <property name="stock">gtk-help</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_help_about"> <property name="visible">True</property> <property name="label">gtk-about</property> <property name="use_underline">True</property> <property name="use_stock">True</property> </widget> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <placeholder/> </child> </widget> </child> </widget> <widget class="GtkDialog" id="chat_invite_dialog"> <property name="border_width">5</property> <property name="title" translatable="yes">Invite</property> <property name="modal">True</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="default_width">275</property> <property name="default_height">225</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="vbox6"> <property name="visible">True</property> <child> <widget class="GtkVBox" id="vbox7"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">18</property> <child> <widget class="GtkVBox" id="vbox7"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Select who would you like to invite:</property> <property name="use_markup">True</property> <property name="wrap">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">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="GtkTreeView" id="treeview"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">False</property> </widget> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> </child> <child> <widget class="GtkVBox" id="vbox8"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Invitation _message:</property> <property name="use_markup">True</property> <property name="use_underline">True</property> <property name="wrap">True</property> <property name="mnemonic_widget">entry</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkEntry" id="entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="width_chars">40</property> <property name="text" translatable="yes">You have been invited to join a chat conference.</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="button_cancel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="button_invite"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="label">In_vite</property> <property name="use_underline">True</property> <property name="response_id">-5</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> </glade-interface>