| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 | |
|---|
| 4 | <glade-interface> |
|---|
| 5 | |
|---|
| 6 | <widget class="GtkWindow" id="groups_post_window"> |
|---|
| 7 | <property name="visible">True</property> |
|---|
| 8 | <property name="title" translatable="yes">Create new post</property> |
|---|
| 9 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 | <property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 | <property name="modal">False</property> |
|---|
| 12 | <property name="resizable">True</property> |
|---|
| 13 | <property name="destroy_with_parent">False</property> |
|---|
| 14 | <property name="decorated">True</property> |
|---|
| 15 | <property name="skip_taskbar_hint">False</property> |
|---|
| 16 | <property name="skip_pager_hint">False</property> |
|---|
| 17 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 18 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 19 | <property name="focus_on_map">True</property> |
|---|
| 20 | |
|---|
| 21 | <child> |
|---|
| 22 | <widget class="GtkVBox" id="vbox1"> |
|---|
| 23 | <property name="border_width">6</property> |
|---|
| 24 | <property name="visible">True</property> |
|---|
| 25 | <property name="homogeneous">False</property> |
|---|
| 26 | <property name="spacing">4</property> |
|---|
| 27 | |
|---|
| 28 | <child> |
|---|
| 29 | <widget class="GtkTable" id="table1"> |
|---|
| 30 | <property name="visible">True</property> |
|---|
| 31 | <property name="n_rows">2</property> |
|---|
| 32 | <property name="n_columns">2</property> |
|---|
| 33 | <property name="homogeneous">False</property> |
|---|
| 34 | <property name="row_spacing">0</property> |
|---|
| 35 | <property name="column_spacing">0</property> |
|---|
| 36 | |
|---|
| 37 | <child> |
|---|
| 38 | <widget class="GtkLabel" id="label1"> |
|---|
| 39 | <property name="visible">True</property> |
|---|
| 40 | <property name="label" translatable="yes">From</property> |
|---|
| 41 | <property name="use_underline">False</property> |
|---|
| 42 | <property name="use_markup">False</property> |
|---|
| 43 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 44 | <property name="wrap">False</property> |
|---|
| 45 | <property name="selectable">False</property> |
|---|
| 46 | <property name="xalign">0</property> |
|---|
| 47 | <property name="yalign">0.5</property> |
|---|
| 48 | <property name="xpad">0</property> |
|---|
| 49 | <property name="ypad">0</property> |
|---|
| 50 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 51 | <property name="width_chars">-1</property> |
|---|
| 52 | <property name="single_line_mode">False</property> |
|---|
| 53 | <property name="angle">0</property> |
|---|
| 54 | </widget> |
|---|
| 55 | <packing> |
|---|
| 56 | <property name="left_attach">0</property> |
|---|
| 57 | <property name="right_attach">1</property> |
|---|
| 58 | <property name="top_attach">0</property> |
|---|
| 59 | <property name="bottom_attach">1</property> |
|---|
| 60 | <property name="x_options">fill</property> |
|---|
| 61 | <property name="y_options"></property> |
|---|
| 62 | </packing> |
|---|
| 63 | </child> |
|---|
| 64 | |
|---|
| 65 | <child> |
|---|
| 66 | <widget class="GtkLabel" id="label2"> |
|---|
| 67 | <property name="visible">True</property> |
|---|
| 68 | <property name="label" translatable="yes">Subject</property> |
|---|
| 69 | <property name="use_underline">False</property> |
|---|
| 70 | <property name="use_markup">False</property> |
|---|
| 71 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 72 | <property name="wrap">False</property> |
|---|
| 73 | <property name="selectable">False</property> |
|---|
| 74 | <property name="xalign">0</property> |
|---|
| 75 | <property name="yalign">0.5</property> |
|---|
| 76 | <property name="xpad">0</property> |
|---|
| 77 | <property name="ypad">0</property> |
|---|
| 78 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 79 | <property name="width_chars">-1</property> |
|---|
| 80 | <property name="single_line_mode">False</property> |
|---|
| 81 | <property name="angle">0</property> |
|---|
| 82 | </widget> |
|---|
| 83 | <packing> |
|---|
| 84 | <property name="left_attach">0</property> |
|---|
| 85 | <property name="right_attach">1</property> |
|---|
| 86 | <property name="top_attach">1</property> |
|---|
| 87 | <property name="bottom_attach">2</property> |
|---|
| 88 | <property name="x_options">fill</property> |
|---|
| 89 | <property name="y_options"></property> |
|---|
| 90 | </packing> |
|---|
| 91 | </child> |
|---|
| 92 | |
|---|
| 93 | <child> |
|---|
| 94 | <widget class="GtkEntry" id="from_entry"> |
|---|
| 95 | <property name="visible">True</property> |
|---|
| 96 | <property name="can_focus">True</property> |
|---|
| 97 | <property name="editable">True</property> |
|---|
| 98 | <property name="visibility">True</property> |
|---|
| 99 | <property name="max_length">0</property> |
|---|
| 100 | <property name="text" translatable="yes"></property> |
|---|
| 101 | <property name="has_frame">True</property> |
|---|
| 102 | <property name="invisible_char">●</property> |
|---|
| 103 | <property name="activates_default">False</property> |
|---|
| 104 | </widget> |
|---|
| 105 | <packing> |
|---|
| 106 | <property name="left_attach">1</property> |
|---|
| 107 | <property name="right_attach">2</property> |
|---|
| 108 | <property name="top_attach">0</property> |
|---|
| 109 | <property name="bottom_attach">1</property> |
|---|
| 110 | <property name="y_options"></property> |
|---|
| 111 | </packing> |
|---|
| 112 | </child> |
|---|
| 113 | |
|---|
| 114 | <child> |
|---|
| 115 | <widget class="GtkEntry" id="subject_entry"> |
|---|
| 116 | <property name="visible">True</property> |
|---|
| 117 | <property name="can_focus">True</property> |
|---|
| 118 | <property name="editable">True</property> |
|---|
| 119 | <property name="visibility">True</property> |
|---|
| 120 | <property name="max_length">0</property> |
|---|
| 121 | <property name="text" translatable="yes"></property> |
|---|
| 122 | <property name="has_frame">True</property> |
|---|
| 123 | <property name="invisible_char">●</property> |
|---|
| 124 | <property name="activates_default">False</property> |
|---|
| 125 | </widget> |
|---|
| 126 | <packing> |
|---|
| 127 | <property name="left_attach">1</property> |
|---|
| 128 | <property name="right_attach">2</property> |
|---|
| 129 | <property name="top_attach">1</property> |
|---|
| 130 | <property name="bottom_attach">2</property> |
|---|
| 131 | <property name="y_options"></property> |
|---|
| 132 | </packing> |
|---|
| 133 | </child> |
|---|
| 134 | </widget> |
|---|
| 135 | <packing> |
|---|
| 136 | <property name="padding">0</property> |
|---|
| 137 | <property name="expand">False</property> |
|---|
| 138 | <property name="fill">True</property> |
|---|
| 139 | </packing> |
|---|
| 140 | </child> |
|---|
| 141 | |
|---|
| 142 | <child> |
|---|
| 143 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 144 | <property name="visible">True</property> |
|---|
| 145 | <property name="can_focus">True</property> |
|---|
| 146 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 147 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 148 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 149 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 150 | |
|---|
| 151 | <child> |
|---|
| 152 | <widget class="GtkTextView" id="contents_textview"> |
|---|
| 153 | <property name="visible">True</property> |
|---|
| 154 | <property name="can_focus">True</property> |
|---|
| 155 | <property name="editable">True</property> |
|---|
| 156 | <property name="overwrite">False</property> |
|---|
| 157 | <property name="accepts_tab">True</property> |
|---|
| 158 | <property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 159 | <property name="wrap_mode">GTK_WRAP_NONE</property> |
|---|
| 160 | <property name="cursor_visible">True</property> |
|---|
| 161 | <property name="pixels_above_lines">0</property> |
|---|
| 162 | <property name="pixels_below_lines">0</property> |
|---|
| 163 | <property name="pixels_inside_wrap">0</property> |
|---|
| 164 | <property name="left_margin">0</property> |
|---|
| 165 | <property name="right_margin">0</property> |
|---|
| 166 | <property name="indent">0</property> |
|---|
| 167 | <property name="text" translatable="yes"></property> |
|---|
| 168 | </widget> |
|---|
| 169 | </child> |
|---|
| 170 | </widget> |
|---|
| 171 | <packing> |
|---|
| 172 | <property name="padding">0</property> |
|---|
| 173 | <property name="expand">True</property> |
|---|
| 174 | <property name="fill">True</property> |
|---|
| 175 | </packing> |
|---|
| 176 | </child> |
|---|
| 177 | |
|---|
| 178 | <child> |
|---|
| 179 | <widget class="GtkHBox" id="hbox1"> |
|---|
| 180 | <property name="visible">True</property> |
|---|
| 181 | <property name="homogeneous">False</property> |
|---|
| 182 | <property name="spacing">0</property> |
|---|
| 183 | |
|---|
| 184 | <child> |
|---|
| 185 | <widget class="GtkButton" id="cancel_button"> |
|---|
| 186 | <property name="visible">True</property> |
|---|
| 187 | <property name="can_focus">True</property> |
|---|
| 188 | <property name="label">gtk-cancel</property> |
|---|
| 189 | <property name="use_stock">True</property> |
|---|
| 190 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 191 | <property name="focus_on_click">True</property> |
|---|
| 192 | <signal name="clicked" handler="on_cancel_button_clicked" last_modification_time="Fri, 18 Aug 2006 16:27:42 GMT"/> |
|---|
| 193 | </widget> |
|---|
| 194 | <packing> |
|---|
| 195 | <property name="padding">0</property> |
|---|
| 196 | <property name="expand">False</property> |
|---|
| 197 | <property name="fill">False</property> |
|---|
| 198 | </packing> |
|---|
| 199 | </child> |
|---|
| 200 | |
|---|
| 201 | <child> |
|---|
| 202 | <placeholder/> |
|---|
| 203 | </child> |
|---|
| 204 | |
|---|
| 205 | <child> |
|---|
| 206 | <widget class="GtkButton" id="send_button"> |
|---|
| 207 | <property name="visible">True</property> |
|---|
| 208 | <property name="can_focus">True</property> |
|---|
| 209 | <property name="label">gtk-go-forward</property> |
|---|
| 210 | <property name="use_stock">True</property> |
|---|
| 211 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 212 | <property name="focus_on_click">True</property> |
|---|
| 213 | <signal name="clicked" handler="on_send_button_clicked" last_modification_time="Fri, 18 Aug 2006 16:27:48 GMT"/> |
|---|
| 214 | </widget> |
|---|
| 215 | <packing> |
|---|
| 216 | <property name="padding">0</property> |
|---|
| 217 | <property name="expand">False</property> |
|---|
| 218 | <property name="fill">False</property> |
|---|
| 219 | </packing> |
|---|
| 220 | </child> |
|---|
| 221 | </widget> |
|---|
| 222 | <packing> |
|---|
| 223 | <property name="padding">0</property> |
|---|
| 224 | <property name="expand">False</property> |
|---|
| 225 | <property name="fill">True</property> |
|---|
| 226 | </packing> |
|---|
| 227 | </child> |
|---|
| 228 | </widget> |
|---|
| 229 | </child> |
|---|
| 230 | </widget> |
|---|
| 231 | |
|---|
| 232 | </glade-interface> |
|---|