Re: Notebook and another container (ScrolledWindow)
- From: "Marco Scholten" <mscholtn xs4all nl>
- To: "Andrew Shafer" <shafer realmsys com>
- Cc: gtkmm-list gnome org
- Subject: Re: Notebook and another container (ScrolledWindow)
- Date: Mon, 14 Nov 2005 08:24:53 +0100
----- 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]