diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 10:47:38 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-16 10:47:38 +0200 |
| commit | 090203fff7a05929816b49b19ea24959e2f518e5 (patch) | |
| tree | 88a7a227fa0f5d59307e972802fd2e4f4f84511e /widgetfactory.cpp | |
| parent | 02ffd45d5cb15b7d025b9a72a21ec1fd32de8c6f (diff) | |
panel: show centered text like Delphi
Diffstat (limited to 'widgetfactory.cpp')
| -rw-r--r-- | widgetfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgetfactory.cpp b/widgetfactory.cpp index e4127f0..b9cef4e 100644 --- a/widgetfactory.cpp +++ b/widgetfactory.cpp @@ -204,6 +204,7 @@ WinMain ALF_AddLabel(hwndTabPanel1, (WORD)-1, 0, 2, TEXT("No 3")); ALF_AddEdit(hwndTabPanel1, (WORD)-1, 0, 3, TEXT("Dummy")); + ALF_SetText(hwndTabPanel2, TEXT("Panel Text Demo Test Test Test")); ALF_ApplyFonts(win); ALF_RecalculateLayout(win); |
