Version 7 of ttk::messageBox

Updated 2008-12-29 06:22:48 by SEH

Megabyte

tk_messageBox is very ugly within Linux. Ever since I saw it, I've been unhappy. Until I saw some good work that inspired me. Schelte Bron created a replacement that works great under Unix for the file selection dialogs, present at: [L1 ]. I was inspired by his work and created a brand new ttk::messageBox widget.

What does it do? Its syntax is exactly like a tk_messageBox command, but within Linux it'll draw something much prettier. It uses a subset of icons from the Tango project, which can be changed if you're not happy with them.

See ttk::messageBox in action

[L2 ] [L3 ]

Install it

Place these files in a directory listed by $auto_path, or use the command "lappend" to append the directory containing the files to auto_path

Download it

The files are available at: [L4 ]

Feedback is appreaciated. Enjoy!


Changelog

12/28/2008 * Fixed a few bugs with the "-parent" option * Fixed a few cleanup issues. * Finished implementing the option "-default", which I forgot to do. "-default" focus on a requested button.