diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-01 22:40:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-09 17:04:02 +0100 |
| commit | 11199da66bafc54cfab92106563696d9a5e72b69 (patch) | |
| tree | 211a977b3891f0d459ff34aca4a87d336677949c /src/wx/wx_util.h | |
| parent | e839d43989c0d2a9438612ec289a4834df06f712 (diff) | |
Add search_ctrl_height()
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 30e2b739a..e9be16b4f 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -121,6 +121,7 @@ extern wxString bitmap_path (std::string name); extern wxSize small_button_size (wxWindow* parent, wxString text); extern bool gui_is_dark (); extern double dpi_scale_factor (wxWindow* window); +extern int search_ctrl_height (); struct Offset |
