/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/mainwindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 184 by bh, Wed May 22 13:42:04 2002 UTC revision 185 by bh, Thu May 23 15:37:39 2002 UTC
# Line 81  class MainWindow(wxFrame): Line 81  class MainWindow(wxFrame):
81          menu = wxMenu()          menu = wxMenu()
82          menuBar.Append(menu, "&Layer");          menuBar.Append(menu, "&Layer");
83          for name in ["layer_fill_color", "layer_transparent_fill",          for name in ["layer_fill_color", "layer_transparent_fill",
84                       "layer_ourline_color", "layer_no_outline",                       "layer_outline_color", "layer_no_outline",
85                       None,                       None,
86                       "layer_raise", "layer_lower",                       "layer_raise", "layer_lower",
87                       None,                       None,
# Line 549  _method_command("layer_transparent_fill" Line 549  _method_command("layer_transparent_fill"
549                  "LayerTransparentFill",                  "LayerTransparentFill",
550                  helptext = "Do not fill the selected layer(s)",                  helptext = "Do not fill the selected layer(s)",
551                  sensitive = _has_selected_layer)                  sensitive = _has_selected_layer)
552  _method_command("layer_ourline_color", "&Outline Color", "LayerOutlineColor",  _method_command("layer_outline_color", "&Outline Color", "LayerOutlineColor",
553                  helptext = "Set the outline color of selected layer(s)",                  helptext = "Set the outline color of selected layer(s)",
554                  sensitive = _has_selected_layer)                  sensitive = _has_selected_layer)
555  _method_command("layer_no_outline", "&No Outline", "LayerNoOutline",  _method_command("layer_no_outline", "&No Outline", "LayerNoOutline",

Legend:
Removed from v.184  
changed lines
  Added in v.185

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26