Add documentation for wxSizerFlags::HorzBorder()

Closes #24059.
This commit is contained in:
Martin Corino 2023-11-13 16:15:44 +01:00 committed by Vadim Zeitlin
parent aa8c95645b
commit e64118658d

View file

@ -1533,6 +1533,12 @@ public:
*/
wxSizerFlags& DoubleBorder(int direction = wxALL);
/**
Sets the border in left and right directions having the default
border size.
*/
wxSizerFlags& HorzBorder();
/**
Sets the border in left and right directions having twice the default
border size.