From 536ea04c34ba761d7031eeabb6d50adab0f0f2bd Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 16 Apr 2020 18:17:56 +0200 Subject: 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 --- alf/alfpriv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alf/alfpriv.h') 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; @@ -49,9 +48,6 @@ ALF_RegisterComboClass(void); void ALF_RegisterPanelClass(void); -void -ALF_RegisterSpacerClass(void); - void ALF_RegisterLabelClass(void); -- cgit v1.2.3