* src/DisplayState.py: start of Windows menu

* src/ReadGedcom.py: sync database with transaction
* src/ViewManager.py: WinMenu support


svn: r5551
This commit is contained in:
Don Allingham
2005-12-15 04:45:20 +00:00
parent 7a6b9143c5
commit fe78de0606
4 changed files with 11 additions and 2 deletions

View File

@ -131,6 +131,10 @@ class History(GrampsDBCallback.GrampsDBCallback):
# Window manager
#
#-------------------------------------------------------------------------
_win_top = '<ui><menubar name="MenuBar"><menu name="WindowsMenu"><placeholder name="WinMenu">'
_win_btm = '</placeholder</menu></menubar></ui>'
class GrampsWindowManager:
"""
Manage hierarchy of open GRAMPS windows.