Import build of Tcl/Tk 8.6.8
This commit is contained in:
16
amd64/lib/tix8.4.3/pref/TkWin.fs
Normal file
16
amd64/lib/tix8.4.3/pref/TkWin.fs
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# $Id: TkWin.fs,v 1.2 2001/12/09 05:03:09 idiscovery Exp $
|
||||
#
|
||||
|
||||
proc tixSetFontset {} {
|
||||
|
||||
global tixOption
|
||||
|
||||
set tixOption(font) "windows-message"
|
||||
set tixOption(bold_font) "windows-status"
|
||||
set tixOption(menu_font) "windows-menu"
|
||||
set tixOption(italic_font) "windows-message"
|
||||
set tixOption(fixed_font) "systemfixed"
|
||||
set tixOption(border1) 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user