On Thu, Jan 15, 2004 at 05:24:02AM -0200, [EMAIL PROTECTED] wrote: > I am with difficulties in placing, scrolled window + drawing_area appears the > following error: > > Gtk-WARNING **: Attempting to add a widget with type GtkDrawingArea to a > GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a > time; it already contains a widget of type GtkScrolledWindow
You're adding the drawing area to the wrong widget -- it should be added to the *scrolled* window, not to the main window. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
