Changeset 18556 for lang/cplusplus
- Timestamp:
- 09/01/08 00:49:30 (5 years ago)
- Location:
- lang/cplusplus/i3
- Files:
-
- 3 modified
-
src/gui-windows/InputWindowCore.cpp (modified) (1 diff)
-
src/gui-windows/InputWindowCore.h (modified) (2 diffs)
-
windows/fakecygpty.exe.lzma (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/src/gui-windows/InputWindowCore.cpp
r18092 r18556 7 7 { 8 8 using namespace mol; 9 10 template <>11 void InputWindowCore<InputWindow>::OnDestroy(HWND hWnd)12 {13 PostQuitMessage(0);14 }15 9 16 10 template <> -
lang/cplusplus/i3/src/gui-windows/InputWindowCore.h
r18130 r18556 8 8 9 9 class Mediator; 10 class InputWindow; 10 11 11 template <typename Child >12 template <typename Child = InputWindow> 12 13 class InputWindowCore : 13 14 public mol::GuiModule<InputWindowCore<Child> > … … 21 22 Mediator& mediator; 22 23 23 void OnDestroy(HWND hWnd);24 24 private: 25 25 HWND hEdit;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)