Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
200 views

How to set the size of tk_messageBox?

I am using a tk_messageBox with a lage message, so I would like to configure the layout of that message dialog. I am using tk_messageBox like this: set status [tk_messageBox -type yesno -icon ...
0
votes
1answer
52 views

Problem with BWidget's MessageDlg

I am trying to use BWidget's MessageDlg. As it follows from the documentation here, the -aspect ratio defines the ratio between the width and height of the message window. However, seems it has no ...
0
votes
1answer
106 views

Copying the text from a GTK MessageDialog

With a windows error dialog I can use CTRL-C to copy the window text. I would like to allow users to do the same thing with the message dialogs I am using in my GTK app. Is there a way to allow a ...