>Is it possible to have gtk_label_new("TEXT")
>be vertical or rotated???no. X (which GDK relies on in the version of GTK+ that you are almost certainly using) provides no facilities for text rotation. if you want to do this, you have to put each letter into a pixmap using tricks that will be revealed in the file gnome-canvas-text-item.c in the gnome canvas code in GNOME CVS. its ugly, disgusting stuff. then you can pack the pixmaps into boxes or whatever. i don't know if Pango, which GTK+ 1.3/2.0 uses for text can do a better job on this. i have a feeling it can, but i am not sure. _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
