Home
last modified time | relevance | path

Searched defs:format_wxstr (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A Dformat.hpp17 inline wxString format_wxstr(const char* fmt, TArgs&&... args) { in format_wxstr() function
22 inline wxString format_wxstr(const std::string& fmt, TArgs&&... args) { in format_wxstr() function
27 inline wxString format_wxstr(const wxString& fmt, TArgs&&... args) { in format_wxstr() function