<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <!--*- mode: xml -*--> <glade-interface> <widget class="GtkDialog" id="change_mood_dialog"> <property name="border_width">6</property> <property name="default_width">270</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <signal name="key_press_event" handler="on_change_status_message_dialog_key_press_event"/> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox5"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkTable" id="table1"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> <widget class="GtkLabel" id="mood_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">None</property> </widget> <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> <widget class="GtkTable" id="mood_icons_table"> <property name="visible">True</property> <property name="n_rows">6</property> <property name="n_columns">11</property> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <widget class="GtkRadioButton" id="no_mood_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text">No mood</property> <property name="relief">GTK_RELIEF_NONE</property> <property name="response_id">0</property> <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> <property name="stock">gtk-cancel</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> </widget> <packing> <property name="right_attach">2</property> </packing> </child> <child> <widget class="GtkEntry" id="description_entry"> <property name="visible">True</property> <property name="can_focus">True</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="GtkLabel" id="label"> <property name="visible">True</property> <property name="label" translatable="yes"><b>Mood:</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options"></property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="label" translatable="yes"><b>Message:</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options"></property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="position">2</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <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="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">-6</property> <signal name="clicked" handler="on_cancel_button_clicked"/> </widget> </child> <child> <widget class="GtkButton" id="ok_button"> <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="label">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">-5</property> <signal name="clicked" handler="on_ok_button_clicked"/> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> </glade-interface>