Re: Gtk-Perl to Gtk2-Perl porting guide



* muppet <scott asofyet org> [2004-04-04 09:55]:
Use Mnemonics everywhere.  It's as simple as adding underscores
to the strings passed to activatable widget constructors.

Huh? I don't even know what you're talking about here, and any
other novice likely won't either.

Use Stock Icons.  E.g.,
C<< $button = Gtk2::Button->new_from_stock ('gtk-ok'); >>.
However don't bother using this to create buttons for your
dialogs.

Actually, I like adding custom stock items for things I'll be
using all throughout the program. Doing so is tedious though, so
I have pondered writing a ::SimpleFoo module for the purpose.

-- 
Regards,
Aristotle
 
"If you can't laugh at yourself, you don't take life seriously enough."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]