Re: [gtkmm] Multiple windows



>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]