1 |
|
2002-05-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.bind_command_events): Bind |
4 |
|
the events for a comnmand. |
5 |
|
(MainWindow.add_toolbar_command, MainWindow.add_menu_command): |
6 |
|
Call bind_command_events to bind the events. add_toolbar_command |
7 |
|
can now bind events too so that it's possible to have commands |
8 |
|
that are only available through the toolbar. |
9 |
|
(MainWindow.init_ids): New instance variable events_bound to keep |
10 |
|
track of for which commands events have been bound. |
11 |
|
|
12 |
2002-05-28 Bernhard Herzog <[email protected]> |
2002-05-28 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
* Thuban/UI/menu.py: New module to build and manage menus. |
* Thuban/UI/menu.py: New module to build and manage menus. |