1 |
2003-03-26 Jonathan Coles <[email protected]> |
2003-03-26 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/legend.py: Removed unnecessary LegendDialog class. |
4 |
|
(LegendPanel): Removed _OnDock()/_OnUnDock() methods which are |
5 |
|
now part of DockableWindow. |
6 |
|
(LegendPanel.DoOnSelChanged): Select the current layer in the |
7 |
|
map. |
8 |
|
(LegendTree._OnSelChanged): Call LegendPanel.DoOnSelChanged() |
9 |
|
with the selected layer and/or group. |
10 |
|
|
11 |
|
2003-03-26 Jonathan Coles <[email protected]> |
12 |
|
|
13 |
This putback contains the code for dockable windows. There is |
This putback contains the code for dockable windows. There is |
14 |
no support in wxWindows as of this date for windows that can |
no support in wxWindows as of this date for windows that can |
15 |
attach themselves to other windows. |
attach themselves to other windows. |