diff options
Diffstat (limited to 'wx+/popup_dlg.h')
-rw-r--r-- | wx+/popup_dlg.h | 4 |
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 |