Hi, On Sun, Oct 21, 2007 at 05:50:19PM +0200, Felix Obenhuber wrote: > i've just wondered how to adjust the size of a scrollbar.
basic_rc = """
style "basic_style" {
GtkPaned::handle_size = 4
GtkRange::slider_width = 12
GtkTreeView::horizontal-separator = 3
GtkTreeView::vertical-separator = 0
}
class "GtkWidget" style "basic_style"
"""
and at the start of your program:
gtk.rc_parse_string(basic_rc)
Hope it helps,
IƱigo
pgp1uUmeoCBaH.pgp
Description: PGP signature
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
