There are, in my mind, two ideals reasons to use a GUI-- you have an application that simply requires a mouse or pointing device to be workable (like a drawing program) or your information is best expressed visually (for instance, an image viewer or graphing program).
In the first case, why would you want to get rid of the mousing? In fact, you'd want to make it even easier to use
just the mouse (the GIMP is a good examples of this, with its right-click on the image for a powerful menu feature). In the second case, you may very well want to make it as keyboard-friendly as possible by including a command-line replacement text or entry widget or two (a disturbingly good example of this is the mini-buffer in emacs).
Of course, it's almost never this simple, is it? Somewhere in the middle is a happy medium. One of the things I like about Tk is the way you can use the arrow keys and tab to navigate menus and buttons, that way you're not trying to bind everything in sight, but can still bind some important starting places, like menus but not the menu items themselves.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.