window.cpp File Reference


Detailed Description

Implementation of omgui::win32::Window.

Date:
Created: 2005-04-05

#include <omgui/win32/window.h>
#include <omgui/exception.h>
#include <omgui/win32/msgnames.h>
#include <omgui/event.h>
#include <omgui/menubar.h>
#include <omgui/win32/menubar.h>
#include <omgui/app.h>
#include <sstream>

Namespaces

namespace  omgui
namespace  omgui::win32

Functions

LRESULT CALLBACK omgui::win32::window_wndproc (HWND hwnd, UINT msg, WPARAM w_param, LPARAM l_param)

Variables

const TCHAR CLASSNAME [] = TEXT("omgui::Window")
WNDCLASSEX wnd_class


Variable Documentation

const TCHAR CLASSNAME[] = TEXT("omgui::Window") [static]

WNDCLASSEX wnd_class [static]

Initial value:

 {
    sizeof(WNDCLASSEX),
    CS_DBLCLKS,
    (WNDPROC)omgui::win32::window_wndproc,
    0,
    DLGWINDOWEXTRA,
    GetModuleHandle(NULL),
    NULL,
    LoadCursor(NULL, IDC_ARROW),
    (HBRUSH)(COLOR_WINDOW+1),
    NULL,
    CLASSNAME
}


doxygen SourceForge.net Logo