mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Lots of stuff
This commit is contained in:
47
GpApp/DialogUtils.h
Normal file
47
GpApp/DialogUtils.h
Normal file
@@ -0,0 +1,47 @@
|
||||
//============================================================================
|
||||
//----------------------------------------------------------------------------
|
||||
// DialogUtils.h
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
|
||||
#include "PLDialogs.h"
|
||||
|
||||
|
||||
void BringUpDialog (DialogPtr *theDialog, short dialogID);
|
||||
//void GetPutDialogCorner (Point *);
|
||||
//void GetGetDialogCorner (Point *);
|
||||
//void CenterDialog (short);
|
||||
void GetDialogRect (Rect *, short);
|
||||
//void TrueCenterDialog (short);
|
||||
//void CenterAlert (short);
|
||||
//void ZoomOutDialogRect (short);
|
||||
//void ZoomOutAlertRect (short);
|
||||
void FlashDialogButton (DialogPtr, short);
|
||||
void DrawDefaultButton (DialogPtr);
|
||||
void GetDialogString (DialogPtr, short, StringPtr);
|
||||
void SetDialogString (DialogPtr, short, const PLPasStr&);
|
||||
short GetDialogStringLen (DialogPtr, short);
|
||||
void GetDialogItemValue (DialogPtr, short, short *);
|
||||
void SetDialogItemValue (DialogPtr, short, short);
|
||||
void ToggleDialogItemValue (DialogPtr, short);
|
||||
void SetDialogNumToStr (DialogPtr, short, long);
|
||||
void GetDialogNumFromStr (DialogPtr, short, long *);
|
||||
void GetDialogItemRect (DialogPtr, short, Rect *);
|
||||
void SetDialogItemRect (DialogPtr, short, Rect *);
|
||||
void OffsetDialogItemRect (DialogPtr, short, short, short);
|
||||
void SelectFromRadioGroup (DialogPtr, short, short, short);
|
||||
//void AddMenuToPopUp (DialogPtr, short, MenuHandle);
|
||||
void GetPopUpMenuValue (DialogPtr, short, short *);
|
||||
void SetPopUpMenuValue (DialogPtr, short, short);
|
||||
void MyEnableControl(DialogPtr, short);
|
||||
void MyDisableControl(DialogPtr, short);
|
||||
void DrawDialogUserText (DialogPtr, short, StringPtr, Boolean);
|
||||
void DrawDialogUserText2 (DialogPtr, short, StringPtr);
|
||||
void LoadDialogPICT (DialogPtr, short, short);
|
||||
void FrameDialogItem (DialogPtr, short);
|
||||
void FrameDialogItemC (DialogPtr, short, long);
|
||||
void FrameOvalDialogItem (DialogPtr, short);
|
||||
void BorderDialogItem (DialogPtr, short, short);
|
||||
void ShadowDialogItem (DialogPtr, short, short);
|
||||
void EraseDialogItem (DialogPtr, short);
|
||||
Reference in New Issue
Block a user