#include <basic_window.h>
Inheritance diagram for basic_window:


Public Member Functions | |
| basic_window (application_instance instance_handle, const istring &title, const istring &window_class) | |
| ~basic_window () | |
| IMPLEMENT_CLASS_NAME ("basic_window") | |
| ATOM | register_class (u_int *icon_id, u_int *menu_id, u_int *small_icon_id=0) |
| bool | create (int how_to_show) |
Definition at line 29 of file basic_window.h.
| basic_window::basic_window | ( | application_instance | instance_handle, | |
| const istring & | title, | |||
| const istring & | window_class | |||
| ) |
Definition at line 28 of file basic_window.cpp.
| basic_window::~basic_window | ( | ) |
| basic_window::IMPLEMENT_CLASS_NAME | ( | "basic_window" | ) |
| bool basic_window::create | ( | int | how_to_show | ) |
Definition at line 67 of file basic_window.cpp.
References FUNCDEF, LOG, NULL, portable::system_error(), and portable::system_error_text().
Referenced by WinMain().
1.5.1