Home
last modified time | relevance | path

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

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dcompat.h12 inline wxColour to_wx(agi::Color color) { return wxColour(color.r, color.g, color.b, 255 - color.a)… in to_wx() function
13 inline wxString to_wx(std::string const& str) { return wxString(str.c_str(), wxConvUTF8); } in to_wx() function
H A Dcompat.cpp16 wxArrayString to_wx(std::vector<std::string> const& vec) { in to_wx() function
/dports/editors/poedit/poedit-1.8.4/src/
H A Dstr_helpers.h121 inline wxString to_wx(NSString *str) in to_wx() function
192 inline wxString to_wx(const icu::UnicodeString& str) in to_wx() function