hi all,

I would like to make something like file browsing in Windows OS.
that means, a scrolled window w/ many widgets.. These widgets are 
consist of a pixmap and text. imagine the file manager in windows 98.

As i donno how to capture the click event from a pixmap, so i use a 
button to be the widgets in the scrolled window.

however, after i add all the buttons into the scrolled window,
this error come out:
Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scrollable 
widget use gtk_scrolled_window_add_with_viewport() instead

anyone know how to make a scrolled window w/ UNLIMITED pixmaps+ text 
widgets inside and can be scrolled w/ python GTK??

thanks for any help!!

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to