fe::CreateEditorArgs Class Reference
[Ferry Core library]

Arguments for Fe_CreateEditor(). More...

List of all members.

Public Attributes

DWORD dwExStyle
DWORD dwStyle
HINSTANCE hInstance
HMENU hMenu
HWND hWndParent
LPVOID lpParam
int nHeight
int nWidth
bool unicode
int x
int y


Detailed Description

Arguments for Fe_CreateEditor().

CreateEditorArgs is a subset of arguments for CreateWindowEx() which is called by Fe_CreateEditor() internally.

unicode field specifies if to create Unicode or ANSI editor window:

 ...
 HWND editorHandle = Fe_CreateEditor(args);
 if(editorHandle)
 {
     ASSERT(IsWindowUnicode(editorHandle) == args.unicode);
 }

See also:
CreateWindowEx: http://msdn.microsoft.com/en-us/library/ms632680.aspx

IsWindowUnicode: http://msdn.microsoft.com/en-us/library/ms633529.aspx


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Tue Nov 18 21:08:23 2008 for Ferry by doxygen 1.5.7.1
http://sourceforge.net