函数 | |
HWINDOW WINAPI | XFrameWnd_Create (int x, int y, int cx, int cy, const wchar_t *pTitle, HWND hWndParent, int XCStyle) |
框架窗口_创建 创建框架窗口 更多... | |
HWINDOW WINAPI | XFrameWnd_CreateEx (DWORD dwExStyle, DWORD dwStyle, const wchar_t *lpClassName, int x, int y, int cx, int cy, const wchar_t *pTitle, HWND hWndParent, int XCStyle) |
框架窗口_创建扩展 创建框架窗口,增强功能. 更多... | |
HWINDOW WINAPI | XFrameWnd_Attach (HWND hWnd, int XCStyle) |
@框架窗口_附加窗口 更多... | |
void WINAPI | XFrameWnd_GetLayoutAreaRect (HWINDOW hWindow, __out RECT *pRect) |
框架窗口_取布局区域坐标 用来布局窗格的区域坐标,不包含码头. 更多... | |
void WINAPI | XFrameWnd_GetViewRect (HWINDOW hWindow, __out RECT *pRect) |
框架窗口_取主视图坐标 获取框架窗口主视图区域坐标. 更多... | |
void WINAPI | XFrameWnd_SetView (HWINDOW hWindow, HELE hEle) |
框架窗口_置视图 设置主视图元素. 更多... | |
void WINAPI | XFrameWnd_SetPaneSplitBarColor (HWINDOW hWindow, COLORREF color) |
框架窗口_置窗格分隔条颜色 设置窗格分隔条颜色. 更多... | |
void WINAPI | XFrameWnd_SetPaneSplitBarWidth (HWINDOW hWindow, int nWidth) |
@框架窗口_置窗格分隔条宽度 更多... | |
int WINAPI | XFrameWnd_GetPaneSplitBarWidth (HWINDOW hWindow) |
@框架窗口_取窗格分隔条宽度 更多... | |
void WINAPI | XFrameWnd_SetTabBarHeight (HWINDOW hWindow, int nHeight) |
@框架窗口_置TabBar条高度 设置窗格组TabBar高度 更多... | |
frameWnd_cell_type_ WINAPI | XFrameWnd_GetDragFloatWndTopFlag (HWINDOW hWindow) |
@框架窗口_取拖动浮动窗格停留位置标识 更多... | |
void WINAPI | XFrameWnd_SetLayoutMargin (HWINDOW hWindow, int left, int top, int right, int bottom) |
@框架窗口_置布局外间距 设置框架窗口 窗格区域布局的外间距 更多... | |
BOOL WINAPI | XFrameWnd_SaveLayoutToFile (HWINDOW hWindow, const wchar_t *pFileName) |
框架窗口_保存布局到文件 保存布局信息到文件. 更多... | |
BOOL WINAPI | XFrameWnd_LoadLayoutFile (HWINDOW hWindow, in_buffer_ HELE *aPaneList, int nPaneCount, const wchar_t *pFileName) |
框架窗口_加载布局信息文件 加载布局信息文件. 更多... | |
BOOL WINAPI | XFrameWnd_AddPane (HWINDOW hWindow, HELE hPaneDest, HELE hPaneNew, pane_align_ align) |
框架窗口_添加窗格 添加窗格到框架窗口. 更多... | |
BOOL WINAPI | XFrameWnd_MergePane (HWINDOW hWindow, HELE hPaneDest, HELE hPaneNew) |
框架窗口_合并窗格 合并窗格. 更多... | |
BOOL WINAPI XFrameWnd_AddPane | ( | HWINDOW | hWindow, |
HELE | hPaneDest, | ||
HELE | hPaneNew, | ||
pane_align_ | align | ||
) |
HWINDOW WINAPI XFrameWnd_Attach | ( | HWND | hWnd, |
int | XCStyle | ||
) |
HWINDOW WINAPI XFrameWnd_Create | ( | int | x, |
int | y, | ||
int | cx, | ||
int | cy, | ||
const wchar_t * | pTitle, | ||
HWND | hWndParent, | ||
int | XCStyle | ||
) |
框架窗口_创建 创建框架窗口
x | 窗口左上角x坐标. |
y | 窗口左上角y坐标. |
cx | 窗口宽度. |
cy | 窗口高度. |
pTitle | 窗口标题. |
hWndParent | 父窗口. |
XCStyle | GUI库窗口样式,样式请参见宏定义 window_style_. |
HWINDOW WINAPI XFrameWnd_CreateEx | ( | DWORD | dwExStyle, |
DWORD | dwStyle, | ||
const wchar_t * | lpClassName, | ||
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
const wchar_t * | pTitle, | ||
HWND | hWndParent, | ||
int | XCStyle | ||
) |
框架窗口_创建扩展 创建框架窗口,增强功能.
dwExStyle | 窗口扩展样式. |
dwStyle | 窗口样式 |
lpClassName | 窗口类名. |
x | 窗口左上角x坐标. |
y | 窗口左上角y坐标. |
cx | 窗口宽度. |
cy | 窗口高度. |
pTitle | 窗口名. |
hWndParent | 父窗口. |
XCStyle | GUI库窗口样式,样式请参见宏定义 window_style_. |
frameWnd_cell_type_ WINAPI XFrameWnd_GetDragFloatWndTopFlag | ( | HWINDOW | hWindow | ) |
@框架窗口_取拖动浮动窗格停留位置标识
hWindow | 窗口句柄 |
void WINAPI XFrameWnd_GetLayoutAreaRect | ( | HWINDOW | hWindow, |
__out RECT * | pRect | ||
) |
框架窗口_取布局区域坐标 用来布局窗格的区域坐标,不包含码头.
hWindow | 窗口句柄. |
pRect | 返回坐标. |
int WINAPI XFrameWnd_GetPaneSplitBarWidth | ( | HWINDOW | hWindow | ) |
@框架窗口_取窗格分隔条宽度
hWindow | 窗口句柄 |
void WINAPI XFrameWnd_GetViewRect | ( | HWINDOW | hWindow, |
__out RECT * | pRect | ||
) |
框架窗口_取主视图坐标 获取框架窗口主视图区域坐标.
hWindow | 窗口句柄. |
pRect | 返回坐标. |
BOOL WINAPI XFrameWnd_LoadLayoutFile | ( | HWINDOW | hWindow, |
in_buffer_ HELE * | aPaneList, | ||
int | nPaneCount, | ||
const wchar_t * | pFileName | ||
) |
框架窗口_加载布局信息文件 加载布局信息文件.
hWindow | 窗口句柄. |
aPaneList | 窗格句柄数组. |
nPaneCount | 窗格数量. |
pFileName | 文件名,如果文件名为空,将使用默认文件名frameWnd_layout.xml. |
BOOL WINAPI XFrameWnd_MergePane | ( | HWINDOW | hWindow, |
HELE | hPaneDest, | ||
HELE | hPaneNew | ||
) |
BOOL WINAPI XFrameWnd_SaveLayoutToFile | ( | HWINDOW | hWindow, |
const wchar_t * | pFileName | ||
) |
框架窗口_保存布局到文件 保存布局信息到文件.
hWindow | 窗口句柄. |
pFileName | 文件名,如果文件名为空,将使用默认文件名frameWnd_layout.xml. |
void WINAPI XFrameWnd_SetLayoutMargin | ( | HWINDOW | hWindow, |
int | left, | ||
int | top, | ||
int | right, | ||
int | bottom | ||
) |
@框架窗口_置布局外间距 设置框架窗口 窗格区域布局的外间距
hWindow | 窗口句柄 |
left | 左边间隔 |
top | 右边间隔 |
right | 右边间隔 |
bottom | 底边间隔 |
void WINAPI XFrameWnd_SetPaneSplitBarColor | ( | HWINDOW | hWindow, |
COLORREF | color | ||
) |
框架窗口_置窗格分隔条颜色 设置窗格分隔条颜色.
hWindow | 窗口句柄 |
color | 颜色值, 请使用宏: RGBA() |
void WINAPI XFrameWnd_SetPaneSplitBarWidth | ( | HWINDOW | hWindow, |
int | nWidth | ||
) |
@框架窗口_置窗格分隔条宽度
hWindow | 窗口句柄 |
nWidth | 宽度 |
void WINAPI XFrameWnd_SetTabBarHeight | ( | HWINDOW | hWindow, |
int | nHeight | ||
) |
@框架窗口_置TabBar条高度 设置窗格组TabBar高度
hWindow | 窗口句柄 |
nHeight | 高度 |
void WINAPI XFrameWnd_SetView | ( | HWINDOW | hWindow, |
HELE | hEle | ||
) |
框架窗口_置视图 设置主视图元素.
hWindow | 窗口句柄. |
hEle | 元素句柄. |