Re: Notebook and another container (ScrolledWindow)



----- Original Message ----- From: "Andrew Shafer" <shafer realmsys com>
To: <gtkmm-list gnome org>
Sent: Monday, November 14, 2005 1:36 AM
Subject: Notebook and another container (ScrolledWindow)



I'm adding Widgets to a Notebook and getting a little puzzled.


I'm doing this all in a for loop with index i:


Gtk::Widget* html = Glib::wrap(gtk_html_new());

... some stuff to the html ...

Gtk::ScrolledWindow scroll;

if you are doing this inside a for loop then the variable scroll shall go out of scope after the for loop ends.
Try using Gtk::manage().




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