Re: [gtkmm] Multiple windows
- From: Paul Davis <paul linuxaudiosystems com>
- To: Ken Miller <jackatthekilns hotmail com>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Multiple windows
- Date: Sun, 24 Aug 2003 17:25:56 -0400
>I need help creating multiple windows for my application. It is easy in
>gtk+ but I can't figure it out in gtkmm. Can anyone help?
Gtk::Window* a_new_window =
manage (new Gtk::Window (GTK_WINDOW_TOPLEVEL));
a_new_window->add (some_container_widget);
a_new_window->show ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]