mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
18 lines
506 B
C
18 lines
506 B
C
/* MacCommandWin.h -- headers for more mac stuff */
|
|
|
|
void SetSelection (short start, short end);
|
|
void macputc(int ch);
|
|
void macputs(char *s);
|
|
void PrepareForInput(void);
|
|
void InitalizeCmdWindow(void);
|
|
void UpdateCmdWindow(void);
|
|
void StopPasting(void);
|
|
void DeleteRange(void);
|
|
void scrflush(void);
|
|
void SetScrollRect(void);
|
|
void AdjustCursor(Point theLoc, RgnHandle theRgn);
|
|
void DoKeyPress(EventRecord *theEvent);
|
|
void ActivateCmdWindow(void);
|
|
void DeactivateCmdWindow(void);
|
|
void CleanupCmdWindow(void);
|