Home
last modified time | relevance | path

Searched refs:mpButtonFrame (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp193 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()
846mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_SORT_COMBOBOX, CBN_SELCHANGE), (LPARAM)(mpBut… in SaveStringInfo()
944 pWnd = mpButtonFrame->GetDlgItem(ID_ADD_STRING); in OnTestMessage()
945mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_ADD_STRING, BN_CLICKED), (LPARAM)pWnd->GetSaf… in OnTestMessage()
985 pWnd = mpButtonFrame->GetDlgItem(ID_DELETE_STRING); in OnTestMessage()
[all …]
Drich_text_edit_dlg.cpp776 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()
910mpButtonFrame->CreateEx(WS_EX_CONTROLPARENT, target_class_name, _T("text_edit_button_frame"), WS_V… in OnCreate()
Dscreen_flow_edit_dlg.cpp1674 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()
1818mpButtonFrame->CreateEx(WS_EX_CONTROLPARENT, target_class_name, _T("screen flow button frame"), WS… in OnInitDialog()
1819mpButtonFrame->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()
Drich_text_edit_dlg.h156 text_edit_button_frame *mpButtonFrame; variable
Dscreen_flow_edit_dlg.h145 screen_flow_button_frame *mpButtonFrame; variable
Dstring_table_edit_dlg.h266 button_frame *mpButtonFrame; variable