diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 18:17:56 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 18:17:56 +0200 |
| commit | 536ea04c34ba761d7031eeabb6d50adab0f0f2bd (patch) | |
| tree | 7def1b680705497636c2f5e5649c0ffeb477539c /alf/alfpriv.h | |
| parent | 5cbb664bd49cd2b9c035ccfc3024aa436d28c36c (diff) | |
rework grid layout
Fractional expand is now supported like Qt, and also per row/column
instead of as a widget attribute.
Instead of margins, you're now supposed to use empty rows/columns instead.
Spacer is also gone, use empty rows/columns with minimum size.
Layout engine is prepared to directly calculate edit, button, etc.
sizes without subclassing these controls
Diffstat (limited to 'alf/alfpriv.h')
| -rw-r--r-- | alf/alfpriv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/alf/alfpriv.h b/alf/alfpriv.h index a38cd25..a145f8f 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -30,7 +30,6 @@ typedef struct { extern TCHAR *_alf_comboClass; extern TCHAR *_alf_panelClass; -extern TCHAR *_alf_spacerClass; extern TCHAR *_alf_labelClass; extern TCHAR *_alf_notebookClass; @@ -50,9 +49,6 @@ void ALF_RegisterPanelClass(void); void -ALF_RegisterSpacerClass(void); - -void ALF_RegisterLabelClass(void); void |
