| 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 | <requires lib="gnome"/> |
|---|
| 6 | <requires lib="bonobo"/> |
|---|
| 7 | |
|---|
| 8 | <widget class="GnomeApp" id="main_window"> |
|---|
| 9 | <property name="title" translatable="yes">TSView</property> |
|---|
| 10 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 11 | <property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 12 | <property name="modal">False</property> |
|---|
| 13 | <property name="resizable">True</property> |
|---|
| 14 | <property name="destroy_with_parent">False</property> |
|---|
| 15 | <property name="decorated">True</property> |
|---|
| 16 | <property name="skip_taskbar_hint">False</property> |
|---|
| 17 | <property name="skip_pager_hint">False</property> |
|---|
| 18 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 19 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 20 | <property name="focus_on_map">True</property> |
|---|
| 21 | <property name="urgency_hint">False</property> |
|---|
| 22 | <property name="enable_layout_config">True</property> |
|---|
| 23 | <signal name="destroy" handler="gtk_main_quit" last_modification_time="Wed, 18 Feb 2004 20:54:04 GMT"/> |
|---|
| 24 | |
|---|
| 25 | <child internal-child="dock"> |
|---|
| 26 | <widget class="BonoboDock" id="bonobodock1"> |
|---|
| 27 | <property name="visible">True</property> |
|---|
| 28 | <property name="allow_floating">True</property> |
|---|
| 29 | |
|---|
| 30 | <child> |
|---|
| 31 | <widget class="BonoboDockItem" id="bonobodockitem1"> |
|---|
| 32 | <property name="visible">True</property> |
|---|
| 33 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 34 | |
|---|
| 35 | <child> |
|---|
| 36 | <widget class="GtkMenuBar" id="menubar1"> |
|---|
| 37 | <property name="visible">True</property> |
|---|
| 38 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 39 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 40 | |
|---|
| 41 | <child> |
|---|
| 42 | <widget class="GtkMenuItem" id="file1"> |
|---|
| 43 | <property name="visible">True</property> |
|---|
| 44 | <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property> |
|---|
| 45 | |
|---|
| 46 | <child> |
|---|
| 47 | <widget class="GtkMenu" id="file1_menu"> |
|---|
| 48 | |
|---|
| 49 | <child> |
|---|
| 50 | <widget class="GtkImageMenuItem" id="new"> |
|---|
| 51 | <property name="visible">True</property> |
|---|
| 52 | <property name="stock_item">GNOMEUIINFO_MENU_NEW_ITEM</property> |
|---|
| 53 | <property name="label" translatable="yes">_New</property> |
|---|
| 54 | <property name="use_underline">True</property> |
|---|
| 55 | <signal name="activate" handler="on_new_activate" last_modification_time="Fri, 20 Feb 2004 20:50:16 GMT"/> |
|---|
| 56 | </widget> |
|---|
| 57 | </child> |
|---|
| 58 | |
|---|
| 59 | <child> |
|---|
| 60 | <widget class="GtkImageMenuItem" id="open1"> |
|---|
| 61 | <property name="visible">True</property> |
|---|
| 62 | <property name="stock_item">GNOMEUIINFO_MENU_OPEN_ITEM</property> |
|---|
| 63 | <signal name="activate" handler="on_open_activate" last_modification_time="Fri, 20 Feb 2004 20:46:46 GMT"/> |
|---|
| 64 | </widget> |
|---|
| 65 | </child> |
|---|
| 66 | |
|---|
| 67 | <child> |
|---|
| 68 | <widget class="GtkImageMenuItem" id="refresh"> |
|---|
| 69 | <property name="visible">True</property> |
|---|
| 70 | <property name="tooltip" translatable="yes">Rescan timestep list</property> |
|---|
| 71 | <property name="label" translatable="yes">Refresh</property> |
|---|
| 72 | <property name="use_underline">True</property> |
|---|
| 73 | <signal name="activate" handler="on_refresh_activate" last_modification_time="Fri, 20 Feb 2004 20:46:46 GMT"/> |
|---|
| 74 | |
|---|
| 75 | <child internal-child="image"> |
|---|
| 76 | <widget class="GtkImage" id="image1"> |
|---|
| 77 | <property name="visible">True</property> |
|---|
| 78 | <property name="stock">gtk-refresh</property> |
|---|
| 79 | <property name="icon_size">1</property> |
|---|
| 80 | <property name="xalign">0.5</property> |
|---|
| 81 | <property name="yalign">0.5</property> |
|---|
| 82 | <property name="xpad">0</property> |
|---|
| 83 | <property name="ypad">0</property> |
|---|
| 84 | </widget> |
|---|
| 85 | </child> |
|---|
| 86 | </widget> |
|---|
| 87 | </child> |
|---|
| 88 | |
|---|
| 89 | <child> |
|---|
| 90 | <widget class="GtkImageMenuItem" id="save"> |
|---|
| 91 | <property name="visible">True</property> |
|---|
| 92 | <property name="stock_item">GNOMEUIINFO_MENU_SAVE_ITEM</property> |
|---|
| 93 | <signal name="activate" handler="on_save_activate" last_modification_time="Fri, 20 Feb 2004 20:46:46 GMT"/> |
|---|
| 94 | </widget> |
|---|
| 95 | </child> |
|---|
| 96 | |
|---|
| 97 | <child> |
|---|
| 98 | <widget class="GtkMenuItem" id="save_all"> |
|---|
| 99 | <property name="visible">True</property> |
|---|
| 100 | <property name="label" translatable="yes">Save All</property> |
|---|
| 101 | <property name="use_underline">True</property> |
|---|
| 102 | <signal name="activate" handler="on_save_all_activate" last_modification_time="Thu, 01 Sep 2005 10:24:11 GMT"/> |
|---|
| 103 | </widget> |
|---|
| 104 | </child> |
|---|
| 105 | |
|---|
| 106 | <child> |
|---|
| 107 | <widget class="GtkSeparatorMenuItem" id="separator1"> |
|---|
| 108 | <property name="visible">True</property> |
|---|
| 109 | </widget> |
|---|
| 110 | </child> |
|---|
| 111 | |
|---|
| 112 | <child> |
|---|
| 113 | <widget class="GtkImageMenuItem" id="quit1"> |
|---|
| 114 | <property name="visible">True</property> |
|---|
| 115 | <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property> |
|---|
| 116 | <signal name="activate" handler="gtk_main_quit" last_modification_time="Fri, 20 Feb 2004 20:46:47 GMT"/> |
|---|
| 117 | </widget> |
|---|
| 118 | </child> |
|---|
| 119 | </widget> |
|---|
| 120 | </child> |
|---|
| 121 | </widget> |
|---|
| 122 | </child> |
|---|
| 123 | |
|---|
| 124 | <child> |
|---|
| 125 | <widget class="GtkMenuItem" id="view1"> |
|---|
| 126 | <property name="visible">True</property> |
|---|
| 127 | <property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property> |
|---|
| 128 | |
|---|
| 129 | <child> |
|---|
| 130 | <widget class="GtkMenu" id="view1_menu"> |
|---|
| 131 | |
|---|
| 132 | <child> |
|---|
| 133 | <widget class="GtkMenuItem" id="notes"> |
|---|
| 134 | <property name="visible">True</property> |
|---|
| 135 | <property name="label" translatable="yes">Notes</property> |
|---|
| 136 | <property name="use_underline">True</property> |
|---|
| 137 | <signal name="activate" handler="on_notes_activate" last_modification_time="Fri, 20 Feb 2004 20:46:47 GMT"/> |
|---|
| 138 | </widget> |
|---|
| 139 | </child> |
|---|
| 140 | |
|---|
| 141 | <child> |
|---|
| 142 | <widget class="GtkMenuItem" id="run_log"> |
|---|
| 143 | <property name="visible">True</property> |
|---|
| 144 | <property name="label" translatable="yes">Run log</property> |
|---|
| 145 | <property name="use_underline">True</property> |
|---|
| 146 | <signal name="activate" handler="on_run_log_activate" last_modification_time="Fri, 20 Feb 2004 20:46:47 GMT"/> |
|---|
| 147 | </widget> |
|---|
| 148 | </child> |
|---|
| 149 | </widget> |
|---|
| 150 | </child> |
|---|
| 151 | </widget> |
|---|
| 152 | </child> |
|---|
| 153 | |
|---|
| 154 | <child> |
|---|
| 155 | <widget class="GtkMenuItem" id="help1"> |
|---|
| 156 | <property name="visible">True</property> |
|---|
| 157 | <property name="stock_item">GNOMEUIINFO_MENU_SETTINGS_TREE</property> |
|---|
| 158 | |
|---|
| 159 | <child> |
|---|
| 160 | <widget class="GtkMenu" id="help1_menu"> |
|---|
| 161 | |
|---|
| 162 | <child> |
|---|
| 163 | <widget class="GtkCheckMenuItem" id="flip_horiz"> |
|---|
| 164 | <property name="visible">True</property> |
|---|
| 165 | <property name="label" translatable="yes">Flip horizontal</property> |
|---|
| 166 | <property name="use_underline">True</property> |
|---|
| 167 | <property name="active">False</property> |
|---|
| 168 | <signal name="activate" handler="on_transform_activate" last_modification_time="Thu, 15 Sep 2005 19:04:55 GMT"/> |
|---|
| 169 | </widget> |
|---|
| 170 | </child> |
|---|
| 171 | |
|---|
| 172 | <child> |
|---|
| 173 | <widget class="GtkCheckMenuItem" id="flip_vertical"> |
|---|
| 174 | <property name="visible">True</property> |
|---|
| 175 | <property name="label" translatable="yes">Flip vertical</property> |
|---|
| 176 | <property name="use_underline">True</property> |
|---|
| 177 | <property name="active">False</property> |
|---|
| 178 | <signal name="activate" handler="on_transform_activate" last_modification_time="Thu, 15 Sep 2005 19:04:55 GMT"/> |
|---|
| 179 | </widget> |
|---|
| 180 | </child> |
|---|
| 181 | |
|---|
| 182 | <child> |
|---|
| 183 | <widget class="GtkCheckMenuItem" id="rotate_left"> |
|---|
| 184 | <property name="visible">True</property> |
|---|
| 185 | <property name="label" translatable="yes">Rotate left</property> |
|---|
| 186 | <property name="use_underline">True</property> |
|---|
| 187 | <property name="active">False</property> |
|---|
| 188 | <signal name="activate" handler="on_transform_activate" last_modification_time="Thu, 15 Sep 2005 19:04:55 GMT"/> |
|---|
| 189 | </widget> |
|---|
| 190 | </child> |
|---|
| 191 | </widget> |
|---|
| 192 | </child> |
|---|
| 193 | </widget> |
|---|
| 194 | </child> |
|---|
| 195 | |
|---|
| 196 | <child> |
|---|
| 197 | <widget class="GtkMenuItem" id="help1"> |
|---|
| 198 | <property name="visible">True</property> |
|---|
| 199 | <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property> |
|---|
| 200 | |
|---|
| 201 | <child> |
|---|
| 202 | <widget class="GtkMenu" id="help1_menu"> |
|---|
| 203 | |
|---|
| 204 | <child> |
|---|
| 205 | <widget class="GtkImageMenuItem" id="about"> |
|---|
| 206 | <property name="visible">True</property> |
|---|
| 207 | <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property> |
|---|
| 208 | <signal name="activate" handler="on_about_activate" last_modification_time="Fri, 20 Feb 2004 20:46:47 GMT"/> |
|---|
| 209 | </widget> |
|---|
| 210 | </child> |
|---|
| 211 | </widget> |
|---|
| 212 | </child> |
|---|
| 213 | </widget> |
|---|
| 214 | </child> |
|---|
| 215 | </widget> |
|---|
| 216 | </child> |
|---|
| 217 | </widget> |
|---|
| 218 | <packing> |
|---|
| 219 | <property name="placement">BONOBO_DOCK_TOP</property> |
|---|
| 220 | <property name="band">0</property> |
|---|
| 221 | <property name="position">0</property> |
|---|
| 222 | <property name="offset">0</property> |
|---|
| 223 | <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property> |
|---|
| 224 | </packing> |
|---|
| 225 | </child> |
|---|
| 226 | |
|---|
| 227 | <child> |
|---|
| 228 | <widget class="BonoboDockItem" id="bonobodockitem2"> |
|---|
| 229 | <property name="visible">True</property> |
|---|
| 230 | <property name="shadow_type">GTK_SHADOW_OUT</property> |
|---|
| 231 | |
|---|
| 232 | <child> |
|---|
| 233 | <widget class="GtkToolbar" id="toolbar1"> |
|---|
| 234 | <property name="visible">True</property> |
|---|
| 235 | <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> |
|---|
| 236 | <property name="toolbar_style">GTK_TOOLBAR_ICONS</property> |
|---|
| 237 | <property name="tooltips">True</property> |
|---|
| 238 | <property name="show_arrow">True</property> |
|---|
| 239 | |
|---|
| 240 | <child> |
|---|
| 241 | <widget class="GtkToolItem" id="toolitem11"> |
|---|
| 242 | <property name="visible">True</property> |
|---|
| 243 | <property name="visible_horizontal">True</property> |
|---|
| 244 | <property name="visible_vertical">True</property> |
|---|
| 245 | <property name="is_important">False</property> |
|---|
| 246 | |
|---|
| 247 | <child> |
|---|
| 248 | <widget class="GtkLabel" id="label2"> |
|---|
| 249 | <property name="visible">True</property> |
|---|
| 250 | <property name="label" translatable="yes">Magnification:</property> |
|---|
| 251 | <property name="use_underline">False</property> |
|---|
| 252 | <property name="use_markup">False</property> |
|---|
| 253 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 254 | <property name="wrap">False</property> |
|---|
| 255 | <property name="selectable">False</property> |
|---|
| 256 | <property name="xalign">0.5</property> |
|---|
| 257 | <property name="yalign">0.5</property> |
|---|
| 258 | <property name="xpad">0</property> |
|---|
| 259 | <property name="ypad">0</property> |
|---|
| 260 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 261 | <property name="width_chars">-1</property> |
|---|
| 262 | <property name="single_line_mode">False</property> |
|---|
| 263 | <property name="angle">0</property> |
|---|
| 264 | </widget> |
|---|
| 265 | </child> |
|---|
| 266 | </widget> |
|---|
| 267 | <packing> |
|---|
| 268 | <property name="expand">False</property> |
|---|
| 269 | <property name="homogeneous">False</property> |
|---|
| 270 | </packing> |
|---|
| 271 | </child> |
|---|
| 272 | |
|---|
| 273 | <child> |
|---|
| 274 | <widget class="GtkToolItem" id="toolitem12"> |
|---|
| 275 | <property name="visible">True</property> |
|---|
| 276 | <property name="visible_horizontal">True</property> |
|---|
| 277 | <property name="visible_vertical">True</property> |
|---|
| 278 | <property name="is_important">False</property> |
|---|
| 279 | |
|---|
| 280 | <child> |
|---|
| 281 | <widget class="GtkSpinButton" id="mag_spin"> |
|---|
| 282 | <property name="visible">True</property> |
|---|
| 283 | <property name="tooltip" translatable="yes">Image scale in pixels/unit</property> |
|---|
| 284 | <property name="can_focus">True</property> |
|---|
| 285 | <property name="climb_rate">1</property> |
|---|
| 286 | <property name="digits">0</property> |
|---|
| 287 | <property name="numeric">False</property> |
|---|
| 288 | <property name="update_policy">GTK_UPDATE_ALWAYS</property> |
|---|
| 289 | <property name="snap_to_ticks">False</property> |
|---|
| 290 | <property name="wrap">True</property> |
|---|
| 291 | <property name="adjustment">300 0 999999995904 10 100 100</property> |
|---|
| 292 | <signal name="value_changed" handler="on_mag_spin_value_changed" object="mag_spin" last_modification_time="Fri, 07 May 2004 19:32:06 GMT"/> |
|---|
| 293 | </widget> |
|---|
| 294 | </child> |
|---|
| 295 | </widget> |
|---|
| 296 | <packing> |
|---|
| 297 | <property name="expand">False</property> |
|---|
| 298 | <property name="homogeneous">False</property> |
|---|
| 299 | </packing> |
|---|
| 300 | </child> |
|---|
| 301 | |
|---|
| 302 | <child> |
|---|
| 303 | <widget class="GtkToolItem" id="toolitem1"> |
|---|
| 304 | <property name="visible">True</property> |
|---|
| 305 | <property name="visible_horizontal">True</property> |
|---|
| 306 | <property name="visible_vertical">True</property> |
|---|
| 307 | <property name="is_important">False</property> |
|---|
| 308 | |
|---|
| 309 | <child> |
|---|
| 310 | <widget class="GtkVSeparator" id="vseparator1"> |
|---|
| 311 | <property name="width_request">5</property> |
|---|
| 312 | <property name="height_request">30</property> |
|---|
| 313 | <property name="visible">True</property> |
|---|
| 314 | </widget> |
|---|
| 315 | </child> |
|---|
| 316 | </widget> |
|---|
| 317 | <packing> |
|---|
| 318 | <property name="expand">False</property> |
|---|
| 319 | <property name="homogeneous">False</property> |
|---|
| 320 | </packing> |
|---|
| 321 | </child> |
|---|
| 322 | |
|---|
| 323 | <child> |
|---|
| 324 | <widget class="GtkToolItem" id="toolitem2"> |
|---|
| 325 | <property name="visible">True</property> |
|---|
| 326 | <property name="visible_horizontal">True</property> |
|---|
| 327 | <property name="visible_vertical">True</property> |
|---|
| 328 | <property name="is_important">False</property> |
|---|
| 329 | |
|---|
| 330 | <child> |
|---|
| 331 | <widget class="GtkLabel" id="label1"> |
|---|
| 332 | <property name="visible">True</property> |
|---|
| 333 | <property name="label" translatable="yes">Timestep index:</property> |
|---|
| 334 | <property name="use_underline">False</property> |
|---|
| 335 | <property name="use_markup">False</property> |
|---|
| 336 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 337 | <property name="wrap">False</property> |
|---|
| 338 | <property name="selectable">False</property> |
|---|
| 339 | <property name="xalign">0.5</property> |
|---|
| 340 | <property name="yalign">0.5</property> |
|---|
| 341 | <property name="xpad">0</property> |
|---|
| 342 | <property name="ypad">0</property> |
|---|
| 343 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 344 | <property name="width_chars">-1</property> |
|---|
| 345 | <property name="single_line_mode">False</property> |
|---|
| 346 | <property name="angle">0</property> |
|---|
| 347 | </widget> |
|---|
| 348 | </child> |
|---|
| 349 | </widget> |
|---|
| 350 | <packing> |
|---|
| 351 | <property name="expand">False</property> |
|---|
| 352 | <property name="homogeneous">False</property> |
|---|
| 353 | </packing> |
|---|
| 354 | </child> |
|---|
| 355 | |
|---|
| 356 | <child> |
|---|
| 357 | <widget class="GtkToolItem" id="toolitem3"> |
|---|
| 358 | <property name="visible">True</property> |
|---|
| 359 | <property name="visible_horizontal">True</property> |
|---|
| 360 | <property name="visible_vertical">True</property> |
|---|
| 361 | <property name="is_important">False</property> |
|---|
| 362 | |
|---|
| 363 | <child> |
|---|
| 364 | <widget class="GtkSpinButton" id="timestep_spin"> |
|---|
| 365 | <property name="visible">True</property> |
|---|
| 366 | <property name="tooltip" translatable="yes">File number</property> |
|---|
| 367 | <property name="can_focus">True</property> |
|---|
| 368 | <property name="climb_rate">1</property> |
|---|
| 369 | <property name="digits">0</property> |
|---|
| 370 | <property name="numeric">False</property> |
|---|
| 371 | <property name="update_policy">GTK_UPDATE_ALWAYS</property> |
|---|
| 372 | <property name="snap_to_ticks">False</property> |
|---|
| 373 | <property name="wrap">True</property> |
|---|
| 374 | <property name="adjustment">0 -11 1000000 1 10 10</property> |
|---|
| 375 | <signal name="value_changed" handler="on_timestep_spin_value_changed" object="timestep_spin" last_modification_time="Thu, 21 Oct 2004 17:12:52 GMT"/> |
|---|
| 376 | </widget> |
|---|
| 377 | </child> |
|---|
| 378 | </widget> |
|---|
| 379 | <packing> |
|---|
| 380 | <property name="expand">False</property> |
|---|
| 381 | <property name="homogeneous">False</property> |
|---|
| 382 | </packing> |
|---|
| 383 | </child> |
|---|
| 384 | |
|---|
| 385 | <child> |
|---|
| 386 | <widget class="GtkToolItem" id="toolitem8"> |
|---|
| 387 | <property name="visible">True</property> |
|---|
| 388 | <property name="visible_horizontal">True</property> |
|---|
| 389 | <property name="visible_vertical">True</property> |
|---|
| 390 | <property name="is_important">False</property> |
|---|
| 391 | |
|---|
| 392 | <child> |
|---|
| 393 | <widget class="GtkLabel" id="total_label"> |
|---|
| 394 | <property name="visible">True</property> |
|---|
| 395 | <property name="label" translatable="yes">/0</property> |
|---|
| 396 | <property name="use_underline">False</property> |
|---|
| 397 | <property name="use_markup">False</property> |
|---|
| 398 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 399 | <property name="wrap">False</property> |
|---|
| 400 | <property name="selectable">False</property> |
|---|
| 401 | <property name="xalign">0.5</property> |
|---|
| 402 | <property name="yalign">0.5</property> |
|---|
| 403 | <property name="xpad">0</property> |
|---|
| 404 | <property name="ypad">0</property> |
|---|
| 405 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 406 | <property name="width_chars">-1</property> |
|---|
| 407 | <property name="single_line_mode">False</property> |
|---|
| 408 | <property name="angle">0</property> |
|---|
| 409 | </widget> |
|---|
| 410 | </child> |
|---|
| 411 | </widget> |
|---|
| 412 | <packing> |
|---|
| 413 | <property name="expand">False</property> |
|---|
| 414 | <property name="homogeneous">False</property> |
|---|
| 415 | </packing> |
|---|
| 416 | </child> |
|---|
| 417 | |
|---|
| 418 | <child> |
|---|
| 419 | <widget class="GtkToolItem" id="toolitem9"> |
|---|
| 420 | <property name="visible">True</property> |
|---|
| 421 | <property name="visible_horizontal">True</property> |
|---|
| 422 | <property name="visible_vertical">True</property> |
|---|
| 423 | <property name="is_important">False</property> |
|---|
| 424 | |
|---|
| 425 | <child> |
|---|
| 426 | <widget class="GtkVSeparator" id="vseparator3"> |
|---|
| 427 | <property name="visible">True</property> |
|---|
| 428 | </widget> |
|---|
| 429 | </child> |
|---|
| 430 | </widget> |
|---|
| 431 | <packing> |
|---|
| 432 | <property name="expand">False</property> |
|---|
| 433 | <property name="homogeneous">False</property> |
|---|
| 434 | </packing> |
|---|
| 435 | </child> |
|---|
| 436 | |
|---|
| 437 | <child> |
|---|
| 438 | <widget class="GtkToolItem" id="toolitem4"> |
|---|
| 439 | <property name="visible">True</property> |
|---|
| 440 | <property name="visible_horizontal">True</property> |
|---|
| 441 | <property name="visible_vertical">True</property> |
|---|
| 442 | <property name="is_important">False</property> |
|---|
| 443 | |
|---|
| 444 | <child> |
|---|
| 445 | <widget class="GtkVBox" id="vbox1"> |
|---|
| 446 | <property name="visible">True</property> |
|---|
| 447 | <property name="homogeneous">False</property> |
|---|
| 448 | <property name="spacing">0</property> |
|---|
| 449 | |
|---|
| 450 | <child> |
|---|
| 451 | <widget class="GtkLabel" id="timestep_label"> |
|---|
| 452 | <property name="visible">True</property> |
|---|
| 453 | <property name="label" translatable="yes">Timestep:</property> |
|---|
| 454 | <property name="use_underline">False</property> |
|---|
| 455 | <property name="use_markup">False</property> |
|---|
| 456 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 457 | <property name="wrap">False</property> |
|---|
| 458 | <property name="selectable">False</property> |
|---|
| 459 | <property name="xalign">0.5</property> |
|---|
| 460 | <property name="yalign">0.5</property> |
|---|
| 461 | <property name="xpad">0</property> |
|---|
| 462 | <property name="ypad">0</property> |
|---|
| 463 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 464 | <property name="width_chars">-1</property> |
|---|
| 465 | <property name="single_line_mode">False</property> |
|---|
| 466 | <property name="angle">0</property> |
|---|
| 467 | </widget> |
|---|
| 468 | <packing> |
|---|
| 469 | <property name="padding">0</property> |
|---|
| 470 | <property name="expand">False</property> |
|---|
| 471 | <property name="fill">False</property> |
|---|
| 472 | </packing> |
|---|
| 473 | </child> |
|---|
| 474 | |
|---|
| 475 | <child> |
|---|
| 476 | <widget class="GtkLabel" id="time_label"> |
|---|
| 477 | <property name="visible">True</property> |
|---|
| 478 | <property name="label" translatable="yes">Time:</property> |
|---|
| 479 | <property name="use_underline">False</property> |
|---|
| 480 | <property name="use_markup">False</property> |
|---|
| 481 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 482 | <property name="wrap">False</property> |
|---|
| 483 | <property name="selectable">False</property> |
|---|
| 484 | <property name="xalign">0.5</property> |
|---|
| 485 | <property name="yalign">0.5</property> |
|---|
| 486 | <property name="xpad">0</property> |
|---|
| 487 | <property name="ypad">0</property> |
|---|
| 488 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 489 | <property name="width_chars">-1</property> |
|---|
| 490 | <property name="single_line_mode">False</property> |
|---|
| 491 | <property name="angle">0</property> |
|---|
| 492 | </widget> |
|---|
| 493 | <packing> |
|---|
| 494 | <property name="padding">0</property> |
|---|
| 495 | <property name="expand">False</property> |
|---|
| 496 | <property name="fill">False</property> |
|---|
| 497 | </packing> |
|---|
| 498 | </child> |
|---|
| 499 | </widget> |
|---|
| 500 | </child> |
|---|
| 501 | </widget> |
|---|
| 502 | <packing> |
|---|
| 503 | <property name="expand">False</property> |
|---|
| 504 | <property name="homogeneous">False</property> |
|---|
| 505 | </packing> |
|---|
| 506 | </child> |
|---|
| 507 | </widget> |
|---|
| 508 | </child> |
|---|
| 509 | </widget> |
|---|
| 510 | <packing> |
|---|
| 511 | <property name="placement">BONOBO_DOCK_TOP</property> |
|---|
| 512 | <property name="band">1</property> |
|---|
| 513 | <property name="position">0</property> |
|---|
| 514 | <property name="offset">0</property> |
|---|
| 515 | <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE</property> |
|---|
| 516 | </packing> |
|---|
| 517 | </child> |
|---|
| 518 | |
|---|
| 519 | <child> |
|---|
| 520 | <widget class="GtkFrame" id="frame1"> |
|---|
| 521 | <property name="visible">True</property> |
|---|
| 522 | <property name="label_xalign">0</property> |
|---|
| 523 | <property name="label_yalign">0.5</property> |
|---|
| 524 | <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
|---|
| 525 | |
|---|
| 526 | <child> |
|---|
| 527 | <widget class="GtkTable" id="table1"> |
|---|
| 528 | <property name="visible">True</property> |
|---|
| 529 | <property name="n_rows">2</property> |
|---|
| 530 | <property name="n_columns">2</property> |
|---|
| 531 | <property name="homogeneous">False</property> |
|---|
| 532 | <property name="row_spacing">0</property> |
|---|
| 533 | <property name="column_spacing">0</property> |
|---|
| 534 | |
|---|
| 535 | <child> |
|---|
| 536 | <widget class="GtkHBox" id="hbox1"> |
|---|
| 537 | <property name="visible">True</property> |
|---|
| 538 | <property name="homogeneous">False</property> |
|---|
| 539 | <property name="spacing">0</property> |
|---|
| 540 | |
|---|
| 541 | <child> |
|---|
| 542 | <widget class="GtkLabel" id="var_label"> |
|---|
| 543 | <property name="visible">True</property> |
|---|
| 544 | <property name="label" translatable="yes">Variable:</property> |
|---|
| 545 | <property name="use_underline">False</property> |
|---|
| 546 | <property name="use_markup">False</property> |
|---|
| 547 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 548 | <property name="wrap">False</property> |
|---|
| 549 | <property name="selectable">False</property> |
|---|
| 550 | <property name="xalign">0.5</property> |
|---|
| 551 | <property name="yalign">0.5</property> |
|---|
| 552 | <property name="xpad">0</property> |
|---|
| 553 | <property name="ypad">0</property> |
|---|
| 554 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 555 | <property name="width_chars">-1</property> |
|---|
| 556 | <property name="single_line_mode">False</property> |
|---|
| 557 | <property name="angle">0</property> |
|---|
| 558 | </widget> |
|---|
| 559 | <packing> |
|---|
| 560 | <property name="padding">0</property> |
|---|
| 561 | <property name="expand">False</property> |
|---|
| 562 | <property name="fill">False</property> |
|---|
| 563 | </packing> |
|---|
| 564 | </child> |
|---|
| 565 | |
|---|
| 566 | <child> |
|---|
| 567 | <widget class="GtkOptionMenu" id="variable_menu"> |
|---|
| 568 | <property name="visible">True</property> |
|---|
| 569 | <property name="can_focus">True</property> |
|---|
| 570 | <property name="history">-1</property> |
|---|
| 571 | </widget> |
|---|
| 572 | <packing> |
|---|
| 573 | <property name="padding">0</property> |
|---|
| 574 | <property name="expand">False</property> |
|---|
| 575 | <property name="fill">False</property> |
|---|
| 576 | </packing> |
|---|
| 577 | </child> |
|---|
| 578 | </widget> |
|---|
| 579 | <packing> |
|---|
| 580 | <property name="left_attach">0</property> |
|---|
| 581 | <property name="right_attach">1</property> |
|---|
| 582 | <property name="top_attach">0</property> |
|---|
| 583 | <property name="bottom_attach">1</property> |
|---|
| 584 | <property name="y_options">fill</property> |
|---|
| 585 | </packing> |
|---|
| 586 | </child> |
|---|
| 587 | |
|---|
| 588 | <child> |
|---|
| 589 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 590 | <property name="width_request">325</property> |
|---|
| 591 | <property name="height_request">325</property> |
|---|
| 592 | <property name="visible">True</property> |
|---|
| 593 | <property name="can_focus">True</property> |
|---|
| 594 | <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|---|
| 595 | <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|---|
| 596 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 597 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 598 | |
|---|
| 599 | <child> |
|---|
| 600 | <widget class="GtkViewport" id="plot_area_viewport"> |
|---|
| 601 | <property name="visible">True</property> |
|---|
| 602 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 603 | |
|---|
| 604 | <child> |
|---|
| 605 | <widget class="GtkDrawingArea" id="plot_area"> |
|---|
| 606 | <property name="visible">True</property> |
|---|
| 607 | <signal name="expose_event" handler="on_plot_area_expose_event" object="plot_area" last_modification_time="Fri, 07 May 2004 19:16:31 GMT"/> |
|---|
| 608 | </widget> |
|---|
| 609 | </child> |
|---|
| 610 | </widget> |
|---|
| 611 | </child> |
|---|
| 612 | </widget> |
|---|
| 613 | <packing> |
|---|
| 614 | <property name="left_attach">0</property> |
|---|
| 615 | <property name="right_attach">1</property> |
|---|
| 616 | <property name="top_attach">1</property> |
|---|
| 617 | <property name="bottom_attach">2</property> |
|---|
| 618 | <property name="x_options">fill</property> |
|---|
| 619 | </packing> |
|---|
| 620 | </child> |
|---|
| 621 | |
|---|
| 622 | <child> |
|---|
| 623 | <widget class="GtkHBox" id="hbox11"> |
|---|
| 624 | <property name="visible">True</property> |
|---|
| 625 | <property name="homogeneous">False</property> |
|---|
| 626 | <property name="spacing">0</property> |
|---|
| 627 | |
|---|
| 628 | <child> |
|---|
| 629 | <widget class="GtkLabel" id="scale_label"> |
|---|
| 630 | <property name="visible">True</property> |
|---|
| 631 | <property name="label" translatable="yes">Scale</property> |
|---|
| 632 | <property name="use_underline">False</property> |
|---|
| 633 | <property name="use_markup">False</property> |
|---|
| 634 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 635 | <property name="wrap">False</property> |
|---|
| 636 | <property name="selectable">False</property> |
|---|
| 637 | <property name="xalign">0</property> |
|---|
| 638 | <property name="yalign">0.5</property> |
|---|
| 639 | <property name="xpad">0</property> |
|---|
| 640 | <property name="ypad">0</property> |
|---|
| 641 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 642 | <property name="width_chars">-1</property> |
|---|
| 643 | <property name="single_line_mode">False</property> |
|---|
| 644 | <property name="angle">0</property> |
|---|
| 645 | </widget> |
|---|
| 646 | <packing> |
|---|
| 647 | <property name="padding">0</property> |
|---|
| 648 | <property name="expand">False</property> |
|---|
| 649 | <property name="fill">False</property> |
|---|
| 650 | </packing> |
|---|
| 651 | </child> |
|---|
| 652 | |
|---|
| 653 | <child> |
|---|
| 654 | <widget class="GtkEntry" id="scale_size_entry"> |
|---|
| 655 | <property name="width_request">80</property> |
|---|
| 656 | <property name="visible">True</property> |
|---|
| 657 | <property name="can_focus">True</property> |
|---|
| 658 | <property name="editable">True</property> |
|---|
| 659 | <property name="visibility">True</property> |
|---|
| 660 | <property name="max_length">0</property> |
|---|
| 661 | <property name="text" translatable="yes">200</property> |
|---|
| 662 | <property name="has_frame">True</property> |
|---|
| 663 | <property name="invisible_char">*</property> |
|---|
| 664 | <property name="activates_default">False</property> |
|---|
| 665 | <signal name="activate" handler="on_scale_size_entry_activate" object="scale_size_entry" last_modification_time="Wed, 12 Jul 2006 16:42:23 GMT"/> |
|---|
| 666 | </widget> |
|---|
| 667 | <packing> |
|---|
| 668 | <property name="padding">0</property> |
|---|
| 669 | <property name="expand">False</property> |
|---|
| 670 | <property name="fill">False</property> |
|---|
| 671 | <property name="pack_type">GTK_PACK_END</property> |
|---|
| 672 | </packing> |
|---|
| 673 | </child> |
|---|
| 674 | |
|---|
| 675 | <child> |
|---|
| 676 | <widget class="GtkLabel" id="scale_size_label"> |
|---|
| 677 | <property name="visible">True</property> |
|---|
| 678 | <property name="label" translatable="yes">Size:</property> |
|---|
| 679 | <property name="use_underline">False</property> |
|---|
| 680 | <property name="use_markup">False</property> |
|---|
| 681 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 682 | <property name="wrap">False</property> |
|---|
| 683 | <property name="selectable">False</property> |
|---|
| 684 | <property name="xalign">0.5</property> |
|---|
| 685 | <property name="yalign">0.5</property> |
|---|
| 686 | <property name="xpad">0</property> |
|---|
| 687 | <property name="ypad">0</property> |
|---|
| 688 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 689 | <property name="width_chars">-1</property> |
|---|
| 690 | <property name="single_line_mode">False</property> |
|---|
| 691 | <property name="angle">0</property> |
|---|
| 692 | </widget> |
|---|
| 693 | <packing> |
|---|
| 694 | <property name="padding">0</property> |
|---|
| 695 | <property name="expand">False</property> |
|---|
| 696 | <property name="fill">False</property> |
|---|
| 697 | <property name="pack_type">GTK_PACK_END</property> |
|---|
| 698 | </packing> |
|---|
| 699 | </child> |
|---|
| 700 | </widget> |
|---|
| 701 | <packing> |
|---|
| 702 | <property name="left_attach">1</property> |
|---|
| 703 | <property name="right_attach">2</property> |
|---|
| 704 | <property name="top_attach">0</property> |
|---|
| 705 | <property name="bottom_attach">1</property> |
|---|
| 706 | <property name="x_options">fill</property> |
|---|
| 707 | <property name="y_options">fill</property> |
|---|
| 708 | </packing> |
|---|
| 709 | </child> |
|---|
| 710 | |
|---|
| 711 | <child> |
|---|
| 712 | <widget class="GtkAlignment" id="alignment1"> |
|---|
| 713 | <property name="visible">True</property> |
|---|
| 714 | <property name="xalign">0.5</property> |
|---|
| 715 | <property name="yalign">0.5</property> |
|---|
| 716 | <property name="xscale">1</property> |
|---|
| 717 | <property name="yscale">1</property> |
|---|
| 718 | <property name="top_padding">0</property> |
|---|
| 719 | <property name="bottom_padding">0</property> |
|---|
| 720 | <property name="left_padding">0</property> |
|---|
| 721 | <property name="right_padding">0</property> |
|---|
| 722 | |
|---|
| 723 | <child> |
|---|
| 724 | <widget class="GtkNotebook" id="scale_notebook"> |
|---|
| 725 | <property name="visible">True</property> |
|---|
| 726 | <property name="can_focus">True</property> |
|---|
| 727 | <property name="show_tabs">True</property> |
|---|
| 728 | <property name="show_border">True</property> |
|---|
| 729 | <property name="tab_pos">GTK_POS_TOP</property> |
|---|
| 730 | <property name="scrollable">False</property> |
|---|
| 731 | <property name="enable_popup">False</property> |
|---|
| 732 | |
|---|
| 733 | <child> |
|---|
| 734 | <widget class="GtkTable" id="table2"> |
|---|
| 735 | <property name="visible">True</property> |
|---|
| 736 | <property name="n_rows">4</property> |
|---|
| 737 | <property name="n_columns">2</property> |
|---|
| 738 | <property name="homogeneous">False</property> |
|---|
| 739 | <property name="row_spacing">0</property> |
|---|
| 740 | <property name="column_spacing">0</property> |
|---|
| 741 | |
|---|
| 742 | <child> |
|---|
| 743 | <widget class="GtkCheckButton" id="scalar_auto_checkbutton"> |
|---|
| 744 | <property name="visible">True</property> |
|---|
| 745 | <property name="can_focus">True</property> |
|---|
| 746 | <property name="label" translatable="yes">Automatic</property> |
|---|
| 747 | <property name="use_underline">True</property> |
|---|
| 748 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 749 | <property name="focus_on_click">True</property> |
|---|
| 750 | <property name="active">True</property> |
|---|
| 751 | <property name="inconsistent">False</property> |
|---|
| 752 | <property name="draw_indicator">True</property> |
|---|
| 753 | <signal name="toggled" handler="on_scalar_auto_checkbutton_toggled" object="scalar_auto_checkbutton" last_modification_time="Wed, 17 Nov 2004 05:10:40 GMT"/> |
|---|
| 754 | </widget> |
|---|
| 755 | <packing> |
|---|
| 756 | <property name="left_attach">0</property> |
|---|
| 757 | <property name="right_attach">2</property> |
|---|
| 758 | <property name="top_attach">0</property> |
|---|
| 759 | <property name="bottom_attach">1</property> |
|---|
| 760 | <property name="x_options">fill</property> |
|---|
| 761 | <property name="y_options"></property> |
|---|
| 762 | </packing> |
|---|
| 763 | </child> |
|---|
| 764 | |
|---|
| 765 | <child> |
|---|
| 766 | <widget class="GtkLabel" id="scalar_min_label"> |
|---|
| 767 | <property name="visible">True</property> |
|---|
| 768 | <property name="sensitive">False</property> |
|---|
| 769 | <property name="label" translatable="yes">Minimum:</property> |
|---|
| 770 | <property name="use_underline">False</property> |
|---|
| 771 | <property name="use_markup">False</property> |
|---|
| 772 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 773 | <property name="wrap">False</property> |
|---|
| 774 | <property name="selectable">False</property> |
|---|
| 775 | <property name="xalign">0</property> |
|---|
| 776 | <property name="yalign">0.5</property> |
|---|
| 777 | <property name="xpad">0</property> |
|---|
| 778 | <property name="ypad">0</property> |
|---|
| 779 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 780 | <property name="width_chars">-1</property> |
|---|
| 781 | <property name="single_line_mode">False</property> |
|---|
| 782 | <property name="angle">0</property> |
|---|
| 783 | </widget> |
|---|
| 784 | <packing> |
|---|
| 785 | <property name="left_attach">0</property> |
|---|
| 786 | <property name="right_attach">1</property> |
|---|
| 787 | <property name="top_attach">1</property> |
|---|
| 788 | <property name="bottom_attach">2</property> |
|---|
| 789 | <property name="x_options">fill</property> |
|---|
| 790 | <property name="y_options"></property> |
|---|
| 791 | </packing> |
|---|
| 792 | </child> |
|---|
| 793 | |
|---|
| 794 | <child> |
|---|
| 795 | <widget class="GtkLabel" id="scalar_max_label"> |
|---|
| 796 | <property name="visible">True</property> |
|---|
| 797 | <property name="sensitive">False</property> |
|---|
| 798 | <property name="label" translatable="yes">Maximum:</property> |
|---|
| 799 | <property name="use_underline">False</property> |
|---|
| 800 | <property name="use_markup">False</property> |
|---|
| 801 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 802 | <property name="wrap">False</property> |
|---|
| 803 | <property name="selectable">False</property> |
|---|
| 804 | <property name="xalign">0</property> |
|---|
| 805 | <property name="yalign">0.5</property> |
|---|
| 806 | <property name="xpad">0</property> |
|---|
| 807 | <property name="ypad">0</property> |
|---|
| 808 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 809 | <property name="width_chars">-1</property> |
|---|
| 810 | <property name="single_line_mode">False</property> |
|---|
| 811 | <property name="angle">0</property> |
|---|
| 812 | </widget> |
|---|
| 813 | <packing> |
|---|
| 814 | <property name="left_attach">0</property> |
|---|
| 815 | <property name="right_attach">1</property> |
|---|
| 816 | <property name="top_attach">2</property> |
|---|
| 817 | <property name="bottom_attach">3</property> |
|---|
| 818 | <property name="x_options">fill</property> |
|---|
| 819 | <property name="y_options"></property> |
|---|
| 820 | </packing> |
|---|
| 821 | </child> |
|---|
| 822 | |
|---|
| 823 | <child> |
|---|
| 824 | <widget class="GtkEntry" id="scalar_min_entry"> |
|---|
| 825 | <property name="width_request">60</property> |
|---|
| 826 | <property name="visible">True</property> |
|---|
| 827 | <property name="sensitive">False</property> |
|---|
| 828 | <property name="can_focus">True</property> |
|---|
| 829 | <property name="editable">True</property> |
|---|
| 830 | <property name="visibility">True</property> |
|---|
| 831 | <property name="max_length">0</property> |
|---|
| 832 | <property name="text" translatable="yes">0</property> |
|---|
| 833 | <property name="has_frame">True</property> |
|---|
| 834 | <property name="invisible_char">*</property> |
|---|
| 835 | <property name="activates_default">False</property> |
|---|
| 836 | <signal name="changed" handler="on_scalar_min_entry_changed" object="scalar_min_entry" last_modification_time="Wed, 17 Nov 2004 12:14:35 GMT"/> |
|---|
| 837 | </widget> |
|---|
| 838 | <packing> |
|---|
| 839 | <property name="left_attach">1</property> |
|---|
| 840 | <property name="right_attach">2</property> |
|---|
| 841 | <property name="top_attach">1</property> |
|---|
| 842 | <property name="bottom_attach">2</property> |
|---|
| 843 | <property name="y_options"></property> |
|---|
| 844 | </packing> |
|---|
| 845 | </child> |
|---|
| 846 | |
|---|
| 847 | <child> |
|---|
| 848 | <widget class="GtkEntry" id="scalar_max_entry"> |
|---|
| 849 | <property name="width_request">60</property> |
|---|
| 850 | <property name="visible">True</property> |
|---|
| 851 | <property name="sensitive">False</property> |
|---|
| 852 | <property name="can_focus">True</property> |
|---|
| 853 | <property name="editable">True</property> |
|---|
| 854 | <property name="visibility">True</property> |
|---|
| 855 | <property name="max_length">0</property> |
|---|
| 856 | <property name="text" translatable="yes">0</property> |
|---|
| 857 | <property name="has_frame">True</property> |
|---|
| 858 | <property name="invisible_char">*</property> |
|---|
| 859 | <property name="activates_default">False</property> |
|---|
| 860 | <signal name="changed" handler="on_scalar_max_entry_changed" object="scalar_max_entry" last_modification_time="Wed, 17 Nov 2004 12:14:53 GMT"/> |
|---|
| 861 | </widget> |
|---|
| 862 | <packing> |
|---|
| 863 | <property name="left_attach">1</property> |
|---|
| 864 | <property name="right_attach">2</property> |
|---|
| 865 | <property name="top_attach">2</property> |
|---|
| 866 | <property name="bottom_attach">3</property> |
|---|
| 867 | <property name="y_options"></property> |
|---|
| 868 | </packing> |
|---|
| 869 | </child> |
|---|
| 870 | |
|---|
| 871 | <child> |
|---|
| 872 | <widget class="GtkViewport" id="scalar_scale_viewport"> |
|---|
| 873 | <property name="visible">True</property> |
|---|
| 874 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 875 | |
|---|
| 876 | <child> |
|---|
| 877 | <widget class="GtkDrawingArea" id="scalar_scale_area"> |
|---|
| 878 | <property name="width_request">200</property> |
|---|
| 879 | <property name="height_request">200</property> |
|---|
| 880 | <property name="visible">True</property> |
|---|
| 881 | <property name="tooltip" translatable="yes">Color range for scalar plots</property> |
|---|
| 882 | <signal name="expose_event" handler="on_scalar_scale_area_expose_event" object="scalar_scale_area" last_modification_time="Wed, 03 Nov 2004 01:02:53 GMT"/> |
|---|
| 883 | </widget> |
|---|
| 884 | </child> |
|---|
| 885 | </widget> |
|---|
| 886 | <packing> |
|---|
| 887 | <property name="left_attach">0</property> |
|---|
| 888 | <property name="right_attach">2</property> |
|---|
| 889 | <property name="top_attach">3</property> |
|---|
| 890 | <property name="bottom_attach">4</property> |
|---|
| 891 | </packing> |
|---|
| 892 | </child> |
|---|
| 893 | </widget> |
|---|
| 894 | <packing> |
|---|
| 895 | <property name="tab_expand">False</property> |
|---|
| 896 | <property name="tab_fill">True</property> |
|---|
| 897 | </packing> |
|---|
| 898 | </child> |
|---|
| 899 | |
|---|
| 900 | <child> |
|---|
| 901 | <widget class="GtkLabel" id="label5"> |
|---|
| 902 | <property name="visible">True</property> |
|---|
| 903 | <property name="label" translatable="yes">Scalar</property> |
|---|
| 904 | <property name="use_underline">False</property> |
|---|
| 905 | <property name="use_markup">False</property> |
|---|
| 906 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 907 | <property name="wrap">False</property> |
|---|
| 908 | <property name="selectable">False</property> |
|---|
| 909 | <property name="xalign">0.5</property> |
|---|
| 910 | <property name="yalign">0.5</property> |
|---|
| 911 | <property name="xpad">0</property> |
|---|
| 912 | <property name="ypad">0</property> |
|---|
| 913 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 914 | <property name="width_chars">-1</property> |
|---|
| 915 | <property name="single_line_mode">False</property> |
|---|
| 916 | <property name="angle">0</property> |
|---|
| 917 | </widget> |
|---|
| 918 | <packing> |
|---|
| 919 | |
|---|