Reputation: 243
I look for tutorial GTK (text style for object: label, check box, box, etc)
For example best practice to set text (lowercase, uppercase, etc) check box:
"Always ask me where to save files" or "Always Ask Me Where to Save Files"
lalels
etc
Thanks
Upvotes: 0
Views: 301
Reputation: 41281
As A General Text Guideline, All Words Capitalized Is A Pain To Read, Especially For Longer Passages.
Use mixed-case instead with the first word and every proper noun capitalized. For example:
[ ] Reiterate the commmon denominator of the Microsoft Vespa Extensions for Escherichia Bacteria at every reload.
Upvotes: 1
Reputation: 14587
A GTK+ style guide doesn't exist because GTK+ is just a toolkit: it could be used in several environments with different styles. That said, GNOME does have Human Interface Guidelines that are quite good and worth following. The part you're looking for is "8.3.2. Text labels - Capitalization".
Upvotes: 3