change some APIs for accepting utf8
This commit is contained in:
@@ -56,8 +56,8 @@ namespace drawerbase
|
||||
public:
|
||||
checkbox();
|
||||
checkbox(window, bool visible);
|
||||
checkbox(window, const nana::string& text, bool visible = true);
|
||||
checkbox(window, const nana::char_t* text, bool visible = true);
|
||||
checkbox(window, const std::string& text, bool visible = true);
|
||||
checkbox(window, const char* text, bool visible = true);
|
||||
checkbox(window, const rectangle& = rectangle(), bool visible = true);
|
||||
|
||||
void element_set(const char* name);
|
||||
|
||||
Reference in New Issue
Block a user