Searched refs:mpButtonFrame (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | string_table_edit_dlg.cpp | 193 mpButtonFrame = NULL; in BEGIN_MESSAGE_MAP() 216 if (mpButtonFrame) in ~string_table_edit_dlg() 218 delete mpButtonFrame; in ~string_table_edit_dlg() 287 mpButtonFrame = new button_frame(mpTable); in OnCreate() 288 mpButtonFrame->CreateEx(WS_EX_CONTROLPARENT, target_class_name, _T("button_frame"), in OnCreate() 450 mpButtonFrame->MoveWindow(childsize); in PositionChildren() 846 …mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_SORT_COMBOBOX, CBN_SELCHANGE), (LPARAM)(mpBut… in SaveStringInfo() 944 pWnd = mpButtonFrame->GetDlgItem(ID_ADD_STRING); in OnTestMessage() 945 …mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_ADD_STRING, BN_CLICKED), (LPARAM)pWnd->GetSaf… in OnTestMessage() 985 pWnd = mpButtonFrame->GetDlgItem(ID_DELETE_STRING); in OnTestMessage() [all …]
|
| D | rich_text_edit_dlg.cpp | 776 mpButtonFrame = NULL; in IMPLEMENT_DYNAMIC() 816 if (mpButtonFrame) in ~rich_text_edit_dlg() 818 delete mpButtonFrame; in ~rich_text_edit_dlg() 865 mpButtonFrame->MoveWindow(&size); in PositionChildren() 909 mpButtonFrame = new text_edit_button_frame(mpInfo, this); in OnCreate() 910 …mpButtonFrame->CreateEx(WS_EX_CONTROLPARENT, target_class_name, _T("text_edit_button_frame"), WS_V… in OnCreate()
|
| D | screen_flow_edit_dlg.cpp | 1674 mpButtonFrame = NULL; in IMPLEMENT_DYNAMIC() 1685 if (mpButtonFrame) in ~screen_flow_edit_dlg() 1687 delete mpButtonFrame; in ~screen_flow_edit_dlg() 1817 mpButtonFrame = new screen_flow_button_frame(mpScreenFlow, this); in OnInitDialog() 1818 …mpButtonFrame->CreateEx(WS_EX_CONTROLPARENT, target_class_name, _T("screen flow button frame"), WS… in OnInitDialog() 1819 …mpButtonFrame->SetWindowPos(&mScreenItemView, size.left, size.top, size.Width(), size.Height(), 0); in OnInitDialog() 1820 mpButtonFrame->ShowWindow(SW_SHOW); in OnInitDialog() 1868 mpButtonFrame->MoveWindow(&size); in PositionChildren()
|
| D | rich_text_edit_dlg.h | 156 text_edit_button_frame *mpButtonFrame; variable
|
| D | screen_flow_edit_dlg.h | 145 screen_flow_button_frame *mpButtonFrame; variable
|
| D | string_table_edit_dlg.h | 266 button_frame *mpButtonFrame; variable
|