Hi, all. I'm doing drag-drop operations using the tabs of a GtkNotebook. Unfortunately, the label doesn't seem to be a 'real' widget, and does not support being a drag source. What can I use in it's place that will still automatically resize and act like a label? Buttons resize (and kind of look nice), but do not pass the click (or whatever) event down to the Notebook in order to switch pages - not surprising, since they use that click themselves.. I assume it's a pass-through in labels, simply because they have this 'not a widget' status. Any help would be appreciated - I'm learning pygtk and GTK at the same time, so please be gentle. :) - Scott _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
