Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵ | Jack Jansen | 2001-08-19 | 1 | -57/+0 |
| | | | | the Carbon package. | ||||
* | It's SetControlData_Handle, not SetControl_DataHandle. | Jack Jansen | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 1 | -5/+5 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( | ||||
* | Added accessor for kControlListBoxDoubleClickPart | Jack Jansen | 2000-05-04 | 1 | -0/+4 |
| | |||||
* | Support keys that have a Handle as parameter, by using the new ↵ | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
| | | | | GetControlDataHandle and SetControlDataHandle methods. | ||||
* | Methods {Get,Set}ControlData that know about data types passed for the various | Jack Jansen | 1999-12-13 | 1 | -0/+32 |
4-char codes. The table which maps codes to datatypes is still pretty empty, I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?). |