Re: Remind GUI -

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

 



On Fri, 05 Dec 2014 12:25:52 -0500
"Bob Goodwin - Zuni, Virginia, USA" <bobgoodwin@xxxxxxxxxxxx> wrote:

> I use the remind-gui calendar which displays a one month page using "Tcl/tk" whatever that is? I would like to be able to change the font displayed to bold or better yet bold white on a black background.
> 
> Can anyone tell me how to change this?
> 
> Bob
> 
Not without modyfing source. Here is the patch to make fonts bold.
This was easy.
Colors are dynamic: active, disabled, ...
http://www.tcl.tk/man/tcl8.5/TkCmd/options.htm
Too much for me.
BR, Bob

Patch:
--- tkremind.ORG	2014-12-07 13:28:30.822795726 +0100
+++ tkremind	2014-12-07 13:40:53.548990817 +0100
@@ -2922,6 +2922,8 @@
 proc SetFonts {} {
     global SetFontsWorked
     set h [winfo screenheight .]
+    font configure TkDefaultFont -weight bold 
+    font configure TkFixedFont -weight bold 
     if {$h <= 480} {
 	# Small screen (maybe eeepc?)
 	font configure TkDefaultFont -size 6




-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux