diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-07-07 18:59:26 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2019-07-07 18:59:26 +0200 |
| commit | 29393896e21cab201646352cce017992cf0b2ddb (patch) | |
| tree | 39c842d1b2b5a8c4dedbc2193401d9d0513eb8a5 /alf/alfpriv.h | |
| parent | 68df125e3b417c89251fa6123f8c3ef6af8a7607 (diff) | |
first notebook implementation
Diffstat (limited to 'alf/alfpriv.h')
| -rw-r--r-- | alf/alfpriv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/alf/alfpriv.h b/alf/alfpriv.h index 3d0f092..4bccebc 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -31,6 +31,7 @@ extern TCHAR *_alf_comboClass; extern TCHAR *_alf_panelClass; extern TCHAR *_alf_spacerClass; extern TCHAR *_alf_labelClass; +extern TCHAR *_alf_notebookClass; int ALF_CentipointsToPxPriv(ALFWindowPriv *priv, int cptValue); @@ -57,6 +58,12 @@ void ALF_RegisterLabelClass(void); void +ALF_RegisterNotebookClass(void); + +HWND +ALF_CreatePanelWindow(HWND parent, WORD id); + +void ALF_BuildUniqueName(TCHAR *buf, const TCHAR *prefix, ULONG_PTR uniquifier); BOOL |
