diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-18 23:51:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-18 23:51:46 (GMT) |
commit | 8d003d21a450eebb0355405912b6996416763adb (patch) | |
tree | 621b2fb870d614c0a4cb7ac0621960a7b279c7ab /ChangeLog | |
parent | 077b55a8f11d01048c342c5b86ce0e635c576b48 (diff) | |
download | tk-8d003d21a450eebb0355405912b6996416763adb.zip tk-8d003d21a450eebb0355405912b6996416763adb.tar.gz tk-8d003d21a450eebb0355405912b6996416763adb.tar.bz2 |
Added TIP#48 style engine implementation
Frederic Bonnet to supply docs+tests as soon as possible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2002-06-19 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkStyle.c: TIP#48 style engine. + See http://purl.org/tcl/tip/48.html for details. + + * generic/tkConfig.c (GetOptionFromObj): Split to allow for access + to option tables via name as well as via object. + (TkGetOptionSpec): Semi-public interface to GetOption functionality. + (DoObjConfig, Tk_RestoreSavedOptions, FreeResources) + (GetObjectForOption): Basic style support for configure. + + * generic/tkWindow.c (TkCreateMainWindow, Tk_DestroyWindow): Added + calls to set up and tear down the style subsystem. + + * generic/tk.decls, generic/tk.h: Many declarations forming TIP#48 + public interface. + + * generic/tkInt.decls (TkStylePkgInit,TkStylePkgFree): + * generic/tkInt.h (TkGetOptionSpec): Supporting declarations. + + * unix/Makefile.in, win/Makefile.in, win/makefile.vc: Added + tkStyle.c to list of generic source files. + 2002-06-18 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/defs.tcl (makeFile): Defined the return value of this |