[pygtk-0.6.4, gtk+-1.2.6, python-1.5.2] [BTW, I love pygtk! It's saved me many days of gruelling c++/motif hacking...] I repeatedly come up against this problem: I want to pop up a dialog, either just a message or request for some input. But, I want something slightly different than the (nicely) canned gtkextra message_box, or input_box. E.g. I want to force one of the input_box's buttons to be the default, or I want to change the justification of the message in the label of a message_box. I know I could write my own slightly different copy of gtkextra.message_box, or gtkextra.input_box, possibly needing to derive some new object from _MessageBox, but is there some nicer way without duplicating code? I've never used rc files or styles -- would that help? George Young, Rom. L-204 [EMAIL PROTECTED] MIT Lincoln Laboratory 244 Wood St. Lexington, Massachusetts 02420-9108 (781) 981-2756 To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
