* 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:
@ -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.
|
||||
|
Reference in New Issue
Block a user