Matteo Frigerio wrote:
Hello, i need to show a status bar without the "SYMBOL" for resize (oblique line at bottom left). It's possible ?
Use *gtk_statusbar_set_has_resize_grip()* function: http://developer.gnome.org/doc/API/2.0/gtk/gtkstatusbar.html#GTK-STATUSBAR-SET-HAS-RESIZE-GRIP Just pass FALSE as *setting* parameter. Olexiy _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
