summaryrefslogtreecommitdiffstats
path: root/carbon/tkMacOSXScrlbr.c
Commit message (Collapse)AuthorAgeFilesLines
* [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-117/+92
| | | | | | | | | | | in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed.
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-16/+2
|
* Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+6
| | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-261-0/+1055
source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).