Comment 3 for bug 546799

Revision history for this message
Raul Ferriz (raul.ferriz) wrote :

Yes, this bug is arised developing bug 536583.
What I want to achieve is:
1) headquarter_window inherits from warehouse_window
2) on creation of headquarter_window, call creator of warehouse_window
3) create a tabpanel (tp) and two boxes (wh_box and ms_box) inside
4) move all allready created items on headquarter_window but tp to wh_box (for every widget, widget->set_parent(wh_box))
5) create ms stuff on ms_box

Even better, if this is fixed, all visualization code between ts, ms, and hq could be shared reducing bugs and source lines to debug.