diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-24 21:01:11 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-24 21:01:11 +0200 |
| commit | 0dee09478a7b975b3921478966d4c78b7a032189 (patch) | |
| tree | 07316cf55c87b1eeb11f5e3fa029acf87ccf8678 /alf/alfpriv.h | |
| parent | 6280671b1897ac0a47cb7e8f3463d4f60f2490cc (diff) | |
button class redesign
now using completely custom control on NT, and a stripped down owner-drawn
version on Win9x. The old Win3.1 rendering style has been removed, buttons
on NT 3.51 and Win32s will now look like on Win95.
Diffstat (limited to 'alf/alfpriv.h')
| -rw-r--r-- | alf/alfpriv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alf/alfpriv.h b/alf/alfpriv.h index 90a4e9f..77925e4 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -21,6 +21,7 @@ extern TCHAR *_alf_comboClass; extern TCHAR *_alf_panelClass; extern TCHAR *_alf_labelClass; extern TCHAR *_alf_notebookClass; +extern TCHAR *_alf_buttonClass; void ALF_RegisterComboClass(void); @@ -34,6 +35,9 @@ ALF_RegisterLabelClass(void); void ALF_RegisterNotebookClass(void); +void +ALF_RegisterButtonClass(void); + HWND ALF_CreatePanelWindow(HWND parent, WORD id); |
