adding a window into a widget



Hi.
I am using gtkmm in a windows xp platform.
I need to add a Gtk::Window into a Gtk::Widget.

Gtk::Window win0, win1;
Gtk::Frame f;
f.add(win1);

This code crashes.
Could you kindly help me?
Thank you very much.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]