summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qabstractslider.h
Commit message (Collapse)AuthorAgeFilesLines
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+184
e='bug_3519357'>bug_3519357 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-09 15:44:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-09 15:44:26 (GMT)
commit9d73340679f7c5a710e47d19fe4cdfc41461afe3 (patch)
tree1ebbce67249a6ad57eb32c616b35a98b89eaf09e
parent8edbe2e47e1209c5af81525c10cf38d303a796c5 (diff)
downloadtcl-9d73340679f7c5a710e47d19fe4cdfc41461afe3.zip
tcl-9d73340679f7c5a710e47d19fe4cdfc41461afe3.tar.gz
tcl-9d73340679f7c5a710e47d19fe4cdfc41461afe3.tar.bz2
* generic/tclInt.h: New internal routines TclFormatObj()
* generic/tclStringObj.c: and TclAppendFormattedObjs() to offer sprintf()-like means to append to Tcl_Obj. Work in progress toward [RFE 572392]. * generic/tclCmdAH.c: Compiler directive NEW_FORMAT when #define'd directs the [format] command to be implemented in terms of the new TclAppendFormattedObjs() routine.