Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp50 struct RootWindow : public rxwu::rx_messages, public rxwu::enable_send_call<RootWindow, WM_USER+1> struct
53 using window_class = wu::window_class<RootWindow>; argument
65 return send_call(w, [&](RootWindow& r){ in set_title() argument
72 send_call(w, [&](RootWindow& r){ in get_title() argument
92 ~RootWindow() { in ~RootWindow() argument
97 RootWindow(HWND w, LPCREATESTRUCT, param_type* title) in RootWindow() argument
130 MessageBox(window, L"KeyDown", L"RootWindow", MB_OK); in OnKeyDown() argument
138 void OnMovesWhileLButtonDown() { in OnMovesWhileLButtonDown()
159 void OnPaint() { in OnPaint()
171 void OnPrintClient() { in OnPrintClient()