summaryrefslogtreecommitdiff
path: root/wx+/popup_dlg.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-19 09:24:58 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-19 09:24:58 -0400
commit90bc692185a27f18acb6b029dfaf038e555ef8ff (patch)
treefdb56193bab28d36a4c6723bf847f3aa2ce36a9b /wx+/popup_dlg.h
parentadd upstream 12.2 (diff)
downloadFreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.tar.gz
FreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.tar.bz2
FreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.zip
add upstream 12.312.3
Diffstat (limited to 'wx+/popup_dlg.h')
-rw-r--r--wx+/popup_dlg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wx+/popup_dlg.h b/wx+/popup_dlg.h
index ca4a7591..cabf13f5 100644
--- a/wx+/popup_dlg.h
+++ b/wx+/popup_dlg.h
@@ -13,6 +13,7 @@
#include <wx/window.h>
#include <wx/bitmap.h>
#include <wx/string.h>
+#include <wx/textctrl.h>
namespace zen
@@ -94,6 +95,9 @@ private:
wxString checkBoxLabel;
ConfirmationButton3 buttonToDisableWhenChecked = ConfirmationButton3::cancel;
};
+
+
+int getTextCtrlHeight(wxTextCtrl& ctrl, double rowCount);
}
#endif //POPUP_DLG_H_820780154723456
bgstack15