I am implemented MDI Interface. I created a Main window which contains several Child Windows. Now I want to create menus in these Child Windows (as we normally do for child whindows created using the normal Toplevel()), but unable to create menu for the child windows created using MDI.
I searched the CPAN for more details but could not get any information on this topic as the documentation is very limited.
I would like to know is there a way to create a menu for childwindows using MDI Interface, if yes please let me know the procedure for the same?