Searched refs:string_scroll_wheel_edit_dlg (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | string_scroll_wheel_edit_dlg.cpp | 22 IMPLEMENT_DYNAMIC(string_scroll_wheel_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC() argument 24 BEGIN_MESSAGE_MAP(string_scroll_wheel_edit_dlg, express_dialog) in IMPLEMENT_DYNAMIC() 29 string_scroll_wheel_edit_dlg::string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID… in IMPLEMENT_DYNAMIC() 30 : express_dialog(string_scroll_wheel_edit_dlg::IDD, pParent) in IMPLEMENT_DYNAMIC() 61 string_scroll_wheel_edit_dlg::~string_scroll_wheel_edit_dlg() in ~string_scroll_wheel_edit_dlg() 75 void string_scroll_wheel_edit_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange() 100 BOOL string_scroll_wheel_edit_dlg::OnInitDialog() in OnInitDialog() 129 void string_scroll_wheel_edit_dlg::TestSetRowData(int row_id, CString string) in TestSetRowData() 167 LRESULT string_scroll_wheel_edit_dlg::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage() 361 string_scroll_wheel_edit_dlg* dlg = (string_scroll_wheel_edit_dlg*)frame->GetParent(); in PreTranslateMessage()
|
| D | string_scroll_wheel_edit_dlg.h | 66 class string_scroll_wheel_edit_dlg : public express_dialog 68 DECLARE_DYNAMIC(string_scroll_wheel_edit_dlg) 71 …string_scroll_wheel_edit_dlg(int display_index, CArray<GX_RESOURCE_ID> *list_array, CWnd* pParent … 72 virtual ~string_scroll_wheel_edit_dlg();
|
| D | properties_win.cpp | 3937 string_scroll_wheel_edit_dlg dlg(display, &list_array, this); in OnEditStringScrolWheelStrings()
|