Hi,
i am using Pygtk to make GUI . I have a frame in which i have added a VBox..
I want to add scrollbar in that VBox.. but couldn't figure out how to add it.
vscrollbar = gtk.VSscrollbar(adjustment=None)
AttributeError: 'module' object has no attribute 'VSscrollbar'
it's giving me this error
what should i do?
thanks in advance