[Gtk-sharp-list] Notebook in Glade and Customize in Code

Pablo Fischer pablo@pablo.com.mx
Wed, 07 Jul 2004 18:20:11 -0500


--=-vjyuJjUikTu8BZP6yf/p
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi!

I've a Notebook in Glade (content_notebook). I need to add (Append)
another page (the new one will be a Html Preview window), however, I
can't see the new page, it's added cause NPages changes the value from 1
to 2, but I can't see it.

I'm also trying with this:

for (int i =3D 0; i < 5; i ++)
{
 string label =3D String.Format ("Page {0}", i+1);
 content_notebook.AppendPage (new Button (label), new Label (label));
 }

Any ideas?, Thanks!

Pablo
--=20
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
Fingerprint:  5973 0F10 543F 54AE 1E41  EC81 0840 A10A 74A4 E5C0
http://www.pablo.com.mx=20
http://www.debianmexico.org

--=-vjyuJjUikTu8BZP6yf/p
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
	digitalmente

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBA7IUqCEChCnSk5cARAsBlAKCHSJd21Jh8YEUr509GjllMJM6sNgCgls3A
WG/TCJfOKD96QkbLBHSVNVE=
=be+p
-----END PGP SIGNATURE-----

--=-vjyuJjUikTu8BZP6yf/p--