|
LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
#include <bwin.h>
公開メンバ関数 | |
| D0_ () noexcept | |
公開変数類 | |
| std::wstring | title |
| HWND | pwnd |
| HMENU | hm |
| WNDPROC | winproc |
| int | x |
| int | y |
| int | w |
| int | h |
| unsigned | icon |
| unsigned | cursor |
| unsigned | bkcolor |
| bool | maxbox |
| bool | minbox |
| bool | h_scrollbar |
| bool | v_scrollbar |
| bool | popup |
| bool | border_only |
| bool | can_resize |
|
inlinenoexcept |
| unsigned urania::BasicWindow::D0_::bkcolor |
| bool urania::BasicWindow::D0_::border_only |
| bool urania::BasicWindow::D0_::can_resize |
| unsigned urania::BasicWindow::D0_::cursor |
| int urania::BasicWindow::D0_::h |
| bool urania::BasicWindow::D0_::h_scrollbar |
| HMENU urania::BasicWindow::D0_::hm |
| unsigned urania::BasicWindow::D0_::icon |
| bool urania::BasicWindow::D0_::maxbox |
| bool urania::BasicWindow::D0_::minbox |
| bool urania::BasicWindow::D0_::popup |
| HWND urania::BasicWindow::D0_::pwnd |
| std::wstring urania::BasicWindow::D0_::title |
| bool urania::BasicWindow::D0_::v_scrollbar |
| int urania::BasicWindow::D0_::w |
| WNDPROC urania::BasicWindow::D0_::winproc |
| int urania::BasicWindow::D0_::x |
| int urania::BasicWindow::D0_::y |