Vertical Separators
- From: Pablo Fischer <exilion yifan net>
- Cc: gtk-app-devel-list gnome org
- Subject: Vertical Separators
- Date: 02 Nov 2002 11:42:37 -0600
Hi again;
First.. thanks to Harring, Im creating my AddressBook like you said
(field by field).
Ok, the question/problem..
I want to separate principal information, from optional information.. Im
separating that with a vseparator, all its ok, but when I see my app..
the size of the separator its very very little.
The code:
//Caja de datos
caja_datos = gtk_hbox_new(TRUE, 2);
gtk_box_pack_start(GTK_BOX(caja_v), caja_datos, TRUE, TRUE, 2);
//Separador:
v_separador = gtk_vseparator_new();
gtk_box_pack_start(GTK_BOX(caja_datos), v_separador, TRUE, TRUE, 2);
Thanks
Paul Fischer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]