In article <[EMAIL PROTECTED]>,
jim-on-linux <[EMAIL PROTECTED]> wrote:
>On Monday 04 June 2007 16:29, [EMAIL PROTECTED]
>wrote:
>> Hi,
>> Is there a way to resize the width of the
>> "tkMessageBox.askyesno" dialog box, so that the
>> text does not wrap to the next line. Thanks
>> Rahul
>I don't know of any.
>It's a little more work but your better off using
>Toplevel and/or frame, you have more control over
>the window and its appearance.
.
.
.
Yes and no. Yes, synthesizing ones own MessageBox gives greater
control, but that becomes a non-"native" MessageBox which is
alleged to discomfort some end-users.
'Nother way to say this: tkMessageBox is implemented in terms of
native widgets, as much as possible, and native MessageBoxes on
at least some platforms do NOT provide for resizing or width
control.
--
http://mail.python.org/mailman/listinfo/python-list