1 |
2003-06-13 Jonathan Coles <[email protected]> |
2003-06-13 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
This puts back a fix for Windows where a panel is needed so that |
4 |
|
the background of the table view appears correctly. |
5 |
|
|
6 |
|
* Thuban/UI/tableview.py (TableFrame.__init__): Add a panel |
7 |
|
object that can be used by derived classes to place any |
8 |
|
controls (including the grid) onto. |
9 |
|
(QueryTableFrame.__init__): Use the panel as the parent window |
10 |
|
for all the controls. Reparent the grid so that the panel is |
11 |
|
the parent. Call UpdateStatusText() to correctly initialize |
12 |
|
the status bar. |
13 |
|
|
14 |
|
2003-06-13 Jonathan Coles <[email protected]> |
15 |
|
|
16 |
* Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits |
* Thuban/UI/dialogs.py (ThubanFrame): New: a class that inherits |
17 |
from wxFrame (as opposed to wxDialog like the other classes) |
from wxFrame (as opposed to wxDialog like the other classes) |
18 |
but otherwise behaves like the other classes. This is needed |
but otherwise behaves like the other classes. This is needed |