Hi all,
I have commit fix for problem with MDiClient and Menu ID for child.
I update MDI.pl sample too for show how add Window Child menuitem to
mainframe menu.
ChangeLog : Fix IdFirstChild option for MDIClient.
- GUI.pm :
+ Remove registered class for MDIClient.
- GUI.xs :
+ RegisterClassEx : Remove MDIClient value for -widget option.
+ Create : SubClass MDIClient window.
+ Added SetActiveWindow.
- GUI_MessageLoops.cpp :
+ MDIClientMsgLoop: Rewrite as simple subclass MsgLoop.
- MDI.xs :
+ MDIClient_onPreCreate : Change classname.
+ MDIChild_onPreCreate : Change default style.
Laurent.