Home
last modified time | relevance | path

Searched defs:dlg (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Drich_text_edit_dlg.cpp179 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnCreate() local
274 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickBold() local
284 rich_text_edit_dlg *dlg = (rich_text_edit_dlg*)GetParent(); in OnClickItalic() local
294 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickUnderline() local
304 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickLeftAlign() local
314 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickCenterAlign() local
324 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickRightAlign() local
334 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickHighlightColor() local
344 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnClickTextColor() local
357 rich_text_edit_dlg* dlg = (rich_text_edit_dlg*)GetParent(); in OnChangeFont() local
[all …]
Dstring_table_edit_dlg.cpp1098 string_table_edit_dlg* dlg = (string_table_edit_dlg*)GetParent(); in OnCreate() local
1248 string_table_edit_dlg *dlg = (string_table_edit_dlg *)GetParent(); in OnAddString() local
1265 string_table_edit_dlg *dlg = (string_table_edit_dlg *) GetParent(); in OnDeleteClicked() local
1299 string_table_edit_dlg *dlg = (string_table_edit_dlg *) GetParent(); in OnSearchButton() local
1315 string_table_edit_dlg *dlg = (string_table_edit_dlg *)GetParent(); in OnImportString() local
1323 string_export_dlg dlg; in OnExportString() local
1367 string_table_edit_dlg *dlg = (string_table_edit_dlg *)GetParent(); in OnSortStringTable() local
1625 string_table_edit_dlg *dlg = (string_table_edit_dlg *)GetParent(); in ToggleThreeColumnMode() local
1845 string_table_edit_dlg *dlg = (string_table_edit_dlg *) GetParent(); in RowSelected() local
1954 string_table_edit_dlg *dlg = (string_table_edit_dlg *) GetParent(); in IncrementTransLanguage() local
[all …]
Dresource_view.cpp1427 color_edit_dialog dlg(mDisplayIndex, this); in OnAddCustomColor() local
1493 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource() local
1652 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource() local
1717 color_edit_dialog dlg(item, mDisplayIndex, this); in OnEditSystemColor() local
1747 color_edit_dialog dlg(item, mDisplayIndex, this); in OnEditCustomColor() local
1802 font_path_dialog dlg(mDisplayIndex, project->mDisplays[mDisplayIndex].colorformat, info, this); in OnAddFont() local
1896 font_path_dialog dlg(mDisplayIndex, project->mDisplays[mDisplayIndex].colorformat, info, this); in OnEditFont() local
2250 edit_pixelmap_dlg dlg(mpCurrentItem->mpRes, this); in OnEditPixelmaps() local
2415 folder_name_dlg dlg(info, this); in OnRenamePixelmapFolder() local
2553 edit_pixelmap_dlg dlg(info, this); in OnEditPixelmap() local
[all …]
DMainFrm.cpp670 grid_setting_dlg dlg(this); in OnGridSetting() local
684 config_languages_dlg dlg; in OnConfigureLanguages() local
699 clone_repo_dialog* dlg = new clone_repo_dialog(this); in OnConfigureGuixRepository() local
731 resource_export_dlg dlg(AfxGetMainWnd()); in OnGenerateAll() local
746 resource_export_dlg dlg(AfxGetMainWnd()); in OnGenResources() local
794 screen_flow_edit_dlg dlg(GetProjectView()->GetActiveDisplay(), this); in OnConfigureScreenFlow() local
1031 CDialog *dlg = mpTargetView->GetRecentDialog(); in OnMoving() local
1051 CDialog *dlg = mpTargetView->GetRecentDialog(); in OnSize() local
Dtrigger_list_edit_dlg.cpp149 trigger_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnAddTrigger() local
201 trigger_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnEditTrigger() local
226 trigger_action_edit_dlg dlg(mDisplayIndex, &mItem, trigger, this); in OnEditTriggerAction() local
Dscreen_flow_edit_dlg.cpp220 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnFitContent() local
229 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnZoomOut() local
238 screen_flow_edit_dlg* dlg = (screen_flow_edit_dlg*)GetParent(); in OnZoomIn() local
681 trigger_list_edit_dlg dlg(mActiveDisplay, mpScreenFlow, item); in EditFlowItem() local
Dproject_view.cpp752 ProjectConfigDlg dlg(NULL, m_active_display); in OnConfigureDisplays() local
875 NewProjectDlg dlg(parent); in NewProject() local
1008 CFileDialog dlg(TRUE, _T(".gxp"), NULL, in OpenProject() local
1032 CFileDialog dlg(TRUE, _T(".gxp"), NULL, in MergeProject() local
1115 configure_theme_dlg dlg(m_active_display); in OnConfigureThemes() local
2077 folder_name_dlg dlg(folder, this); in OnEditFolderProperties() local
Dtrigger_action_edit_dlg.cpp283 trigger_action_select_dlg dlg(this); in OnAddAction() local
491 easing_function_select_dlg dlg(mAnimationEasingFuncId, this); in OnClickEasingFunction() local
DPaletteLayoutDlg.cpp1082 PaletteLayoutDlg* dlg = (PaletteLayoutDlg*)GetParent(); in NotifyColorChanged() local
1090 PaletteLayoutDlg* dlg = (PaletteLayoutDlg*)GetParent(); in Scroll() local
Dstudiox_util.cpp476 message_dialog dlg("Error", msg, false, parent); in ErrorMsg() local
502 message_dialog dlg("Error", CW2A(msg), false, parent); in ErrorMsg() local
528 message_dialog dlg("Notification", msg, false, parent); in Notify() local
657 message_dialog dlg("Please Confirm", msg, true, parent); in AskUser() local
Dtarget_view.cpp171 clone_repo_dialog *dlg = new clone_repo_dialog(parent); in InitialDisplay() local
Dconfigure_theme_dlg.cpp354 PaletteLayoutDlg dlg(mDisplayIndex, mThemeIndex, this); in OnBnClickedEditPalette() local
Dsprite_edit_dialog.cpp602 import_sprite_frames_dlg dlg(this); in OnImportFrames() local
Dclone_repo_dialog.cpp423 recent_project_win *dlg = (recent_project_win *) target->GetRecentDialog(); in PopulateRecentProjects() local
Dstring_scroll_wheel_edit_dlg.cpp361 string_scroll_wheel_edit_dlg* dlg = (string_scroll_wheel_edit_dlg*)frame->GetParent(); in PreTranslateMessage() local
Dproperties_win.cpp3755 sprite_edit_dialog dlg(mpInfo, this); in OnEditSpriteFrames() local
3937 string_scroll_wheel_edit_dlg dlg(display, &list_array, this); in OnEditStringScrolWheelStrings() local
4642 rich_text_edit_dlg dlg(mpInfo, this); in OnEditRichTextViewText() local
Dcolor_edit_dialog.cpp399 color_edit_dialog* dlg = (color_edit_dialog*)GetParent(); in SetSelectedPos() local
DProjectConfigDlg.cpp1196 synergy_settings_dlg dlg(mpParent, m_current_display); in OnAdvancedSettings() local