win_set_anchor用法

来源:互联网 发布:php内置函数100个 编辑:程序博客网 时间:2024/06/03 17:27

int win_set_anchor(CWnd * pw,int anchor);int win_get_anchor(CWnd * pw);int win_set_name(CWnd * pw,char * name);char * win_set_name(CWnd * pw);int winproc_anchor_host(CWnd * p,UINT message, WPARAM wParam, LPARAM lParam);win_addproc(pdlg,winproc_anchor_host,1);//win_set_anchor(pdlg->GetDlgItem(IDOK3),WIN_ANCHOR_BOTTOM |WIN_ANCHOR_TOP);win_set_anchor(pdlg->GetDlgItem(IDOK3),WIN_ANCHOR_RIGHT|WIN_ANCHOR_TOP);

原创粉丝点击