Dear all,
I am making a business application here with ruby gtk and want to use
MDI
After I look into tutorial on web, It seems with gtk we achieve MDI
using
gtk::notebook
problem is, gtk::notebook cannot use gtk::window as a page directly
and I already code most of my form using gtk::window
So, basically I need to attach gtk::window object as gtk::notebook page
is there a way? or example would be better
I already tried to reparent first child in window object to notebook
but the result is ugly, I mean it gives me a lot of warning and the
accelerator did not work.
In every window, I use menu and accelerator, and I need them working
I heard about gtk::plug and gtk::socket but still don’t understand about
it.
sorry, was delphi developer here. Not really good at OOP
please help
Thank you