diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-10 00:14:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-10 00:14:05 +0100 |
| commit | b371e9946d60fa9885220d81da7b73a4ba34b3e1 (patch) | |
| tree | 7d7e92b3b0554a5cf14e73ba27d172907b0ee125 /src/wx/wx_util.h | |
| parent | a144b22781d8e004cd4d3ec343feb4b800e16df1 (diff) | |
Extract weird link button size logic to wx_util.{cc,h}.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 114caab15..9ca9c7888 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -142,6 +142,8 @@ extern int get_offsets (std::vector<Offset>& offsets); namespace dcpomatic { namespace wx { extern wxString report_problem(); + extern int linked_value_width(); + extern wxSize link_size(wxWindow* parent); } } |
