windows_window_text.cpp 363 B

123456789101112131415161718
  1. //
  2. // $Id$
  3. //
  4. #include<__vic/windows/window.h>
  5. #include<__vic/windows/wchar.h>
  6. namespace __vic { namespace windows {
  7. //----------------------------------------------------------------------------
  8. void Window::SetText(const char *st)
  9. {
  10. SetText(utf8to16(st));
  11. }
  12. //----------------------------------------------------------------------------
  13. }} // namespace