Home
last modified time | relevance | path

Searched refs:pDialog (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-dialog-factory.c63pDialog->iBubbleWidth = MAX (pDialog->iInteractiveWidth, MAX (pDialog->iButtonsWidth, MAX (pDialog in _compute_dialog_sizes()
64pDialog->iBubbleHeight = pDialog->iMessageHeight + pDialog->iInteractiveHeight + pDialog->iButtons… in _compute_dialog_sizes()
70 pDialog->iComputedWidth = pDialog->iLeftMargin + pDialog->iBubbleWidth + pDialog->iRightMargin; in _compute_dialog_sizes()
71pDialog->iComputedHeight = pDialog->iTopMargin + pDialog->iBubbleHeight + pDialog->iBottomMargin +… in _compute_dialog_sizes()
394 &pDialog->iTextWidth, &pDialog->iTextHeight); in gldi_dialog_init_internals()
465 pDialog->pDecorator->set_size (pDialog); in gldi_dialog_init_internals()
469 pDialog->container.iWidth = pDialog->iBubbleWidth + pDialog->iLeftMargin + pDialog->iRightMargin; in gldi_dialog_init_internals()
470pDialog->container.iHeight = pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomMargin… in gldi_dialog_init_internals()
788 pDialog->container.iHeight - (pDialog->iTopMargin + pDialog->iBubbleHeight)), in _redraw_icon_surface()
802 pDialog->container.iHeight - (pDialog->iTopMargin + pDialog->iBubbleHeight)), in _redraw_text_surface()
[all …]
H A Dcairo-dock-dialog-manager.c174 pDialog->container.iHeight - (pDialog->iTopMargin + pDialog->iButtonsHeight)); in _cairo_dock_find_clicked_button_in_dialog()
190 pDialog->action_on_answer (iButton, pDialog->pInteractiveWidget, pDialog->pUserData, pDialog); in _answer()
285pDialog->action_on_answer (CAIRO_DIALOG_ESCAPE_KEY, pDialog->pInteractiveWidget, pDialog->pUserDat… in _cairo_dock_dialog_auto_delete()
302 …y = (pDialog->container.bDirectionUp ? pDialog->iTopMargin : pDialog->container.iHeight - (pDialog in _cairo_dock_draw_inside_dialog_opengl()
307 pDialog->iIconSize, pDialog->iIconSize, in _cairo_dock_draw_inside_dialog_opengl()
314 …y = (pDialog->container.bDirectionUp ? pDialog->iTopMargin : pDialog->container.iHeight - (pDialog in _cairo_dock_draw_inside_dialog_opengl()
355 …y = (pDialog->container.bDirectionUp ? pDialog->iTopMargin : pDialog->container.iHeight - (pDialog in _cairo_dock_draw_inside_dialog()
367 …y = (pDialog->container.bDirectionUp ? pDialog->iTopMargin : pDialog->container.iHeight - (pDialog in _cairo_dock_draw_inside_dialog()
614pDialog->pIcon, pContainer, &pDialog->iAimedX, &pDialog->iAimedY, &pDialog->bRight, &pDialog->bTop… in _set_dialog_orientation()
636pDialog->iComputedPositionY = (pDialog->container.bDirectionUp ? pDialog->iAimedY - pDialog->iComp… in _place_dialog()
[all …]
H A Dcairo-dock-dialog-factory.h51 typedef void (* CairoDialogGLRenderFunc) (CairoDialog *pDialog, double fAlpha);
54 typedef void (* CairoDialogFreeRendererDataFunc) (CairoDialog *pDialog);
64 typedef void (* CairoDialogSetDecorationSizeFunc) (CairoDialog *pDialog);
65 typedef void (* CairoDialogRenderDecorationFunc) (cairo_t *pCairoContext, CairoDialog *pDialog);
66 typedef void (* CairoDialogGLRenderDecorationFunc) (CairoDialog *pDialog);
178 void gldi_dialog_init_internals (CairoDialog *pDialog, CairoDialogAttr *pAttribute);
305 GtkWidget *gldi_dialog_steal_interactive_widget (CairoDialog *pDialog);
307 void gldi_dialog_redraw_interactive_widget (CairoDialog *pDialog);
309 void gldi_dialog_set_icon (CairoDialog *pDialog, const gchar *cImageFilePath);
312 void gldi_dialog_set_message (CairoDialog *pDialog, const gchar *cMessage);
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/dialog-rendering/src/
H A Dapplet-decorator-3Dplane.c53 pDialog->iRightMargin = iMargin; in cd_decorator_set_frame_size_3Dplane()
54 pDialog->iLeftMargin = iMargin; in cd_decorator_set_frame_size_3Dplane()
55 pDialog->iTopMargin = 0; in cd_decorator_set_frame_size_3Dplane()
57 pDialog->iMinBottomGap = 10; in cd_decorator_set_frame_size_3Dplane()
59 pDialog->fAlign = .5; in cd_decorator_set_frame_size_3Dplane()
60 pDialog->container.fRatio = .4; in cd_decorator_set_frame_size_3Dplane()
75 double fOffsetY = pDialog->iTopMargin + pDialog->iBubbleHeight - 10; in cd_decorator_draw_decorations_3Dplane()
87 pDialog->iLeftMargin, in cd_decorator_draw_decorations_3Dplane()
88 pDialog->iTopMargin, in cd_decorator_draw_decorations_3Dplane()
89 pDialog->iBubbleWidth, in cd_decorator_draw_decorations_3Dplane()
[all …]
H A Dapplet-decorator-modern.c34 pDialog->iRightMargin = iMargin; in cd_decorator_set_frame_size_modern()
35 pDialog->iLeftMargin = iMargin; in cd_decorator_set_frame_size_modern()
36 pDialog->iTopMargin = iMargin; in cd_decorator_set_frame_size_modern()
55 double fOffsetY = (pDialog->container.bDirectionUp ? 0. : pDialog->container.iHeight); in cd_decorator_draw_decorations_modern()
61 sens * (pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomMargin - fRadius)); in cd_decorator_draw_decorations_modern()
71 - sens * (pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomMargin - fRadius)); in cd_decorator_draw_decorations_modern()
88 sens * (pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomMargin - fRadius)); in cd_decorator_draw_decorations_modern()
104pDialog->container.bDirectionUp ? pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomM… in cd_decorator_draw_decorations_modern()
108 …int i, h = pDialog->container.iHeight - (pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->i… in cd_decorator_draw_decorations_modern()
109 …double w1 = MAX (0, pDialog->iAimedX - pDialog->container.iWindowPositionX - (pDialog->bRight ? fO… in cd_decorator_draw_decorations_modern()
[all …]
H A Dapplet-renderer-text.c51 static void rendering_free_text_data (CairoDialog *pDialog) in rendering_free_text_data() argument
54 CDTextParameters *pText = (CDTextParameters *) pDialog->pRendererData; in rendering_free_text_data()
62 pDialog->pRendererData = NULL; in rendering_free_text_data()
68 CDTextParameters *pText = (CDTextParameters *) pDialog->pRendererData; in rendering_draw_text_in_dialog()
74 pDialog->iLeftMargin, in rendering_draw_text_in_dialog()
75 (pDialog->container.bDirectionUp ? in rendering_draw_text_in_dialog()
76 pDialog->iTopMargin + pDialog->iMessageHeight : in rendering_draw_text_in_dialog()
77pDialog->container.iHeight - (pDialog->iTopMargin + pDialog->iBubbleHeight) + pDialog->iMessageHei… in rendering_draw_text_in_dialog()
85 static void rendering_update_text (CairoDialog *pDialog, gpointer *pNewData) in rendering_update_text() argument
87 CDTextParameters *pText = (CDTextParameters *) pDialog->pRendererData; in rendering_update_text()
[all …]
H A Dapplet-decorator-tooltip.c46 int iIconOffset = pDialog->iIconSize / 2; in cd_decorator_set_frame_size_tooltip()
50 pDialog->iBottomMargin = _CAIRO_DIALOG_TOOLTIP_MARGIN; in cd_decorator_set_frame_size_tooltip()
51 pDialog->iMinBottomGap = CD_ARROW_HEIGHT; in cd_decorator_set_frame_size_tooltip()
53 pDialog->fAlign = .5; in cd_decorator_set_frame_size_tooltip()
54 pDialog->container.fRatio = 0.; in cd_decorator_set_frame_size_tooltip()
55 pDialog->container.bUseReflect = FALSE; in cd_decorator_set_frame_size_tooltip()
56 pDialog->iIconOffsetX = iIconOffset; in cd_decorator_set_frame_size_tooltip()
57 pDialog->iIconOffsetY = pDialog->iTopMargin; in cd_decorator_set_frame_size_tooltip()
72 …int h = pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBottomMargin - (2 * fRadius + fLi… in cd_decorator_draw_decorations_tooltip()
73 if (pDialog->container.bDirectionUp) in cd_decorator_draw_decorations_tooltip()
[all …]
H A Dapplet-decorator-comics.c38 pDialog->iRightMargin = iMargin; in cd_decorator_set_frame_size_comics()
39 pDialog->iLeftMargin = iMargin; in cd_decorator_set_frame_size_comics()
40 pDialog->iTopMargin = iMargin; in cd_decorator_set_frame_size_comics()
41 pDialog->iBottomMargin = iMargin; in cd_decorator_set_frame_size_comics()
82 …cairo_rel_line_to (pCairoContext, 0, pDialog->iBubbleHeight + pDialog->iTopMargin + pDialog->iBott… in cd_decorator_draw_decorations_comics()
90 if (pDialog->bRight) in cd_decorator_draw_decorations_comics()
91 bRight = (pDialog->container.iWindowPositionX + iWidth > pDialog->iAimedX + fTipWidth); in cd_decorator_draw_decorations_comics()
93 bRight = (pDialog->container.iWindowPositionX + fTipWidth > pDialog->iAimedX); in cd_decorator_draw_decorations_comics()
98 iDeltaIconX = MIN (0, pDialog->container.iWindowPositionX - pDialog->iAimedX); // < 0 in cd_decorator_draw_decorations_comics()
113 iDeltaIconX = MAX (0, pDialog->container.iWindowPositionX + iWidth - pDialog->iAimedX); // > 0 in cd_decorator_draw_decorations_comics()
[all …]
H A Dapplet-decorator-curly.c34 pDialog->iRightMargin = iMargin; in cd_decorator_set_frame_size_curly()
35 pDialog->iLeftMargin = iMargin; in cd_decorator_set_frame_size_curly()
36 pDialog->iTopMargin = iMargin; in cd_decorator_set_frame_size_curly()
37 pDialog->iBottomMargin = iMargin; in cd_decorator_set_frame_size_curly()
39 pDialog->iMinFrameWidth = 10; // au pif. in cd_decorator_set_frame_size_curly()
40 pDialog->fAlign = .5; in cd_decorator_set_frame_size_curly()
41 pDialog->container.fRatio = 0.; in cd_decorator_set_frame_size_curly()
42 pDialog->container.bUseReflect = FALSE; in cd_decorator_set_frame_size_curly()
59 …int iDeltaIconX = MIN (0, pDialog->iAimedX - (pDialog->container.iWindowPositionX + pDialog->conta… in cd_decorator_draw_decorations_curly()
61 …iDeltaIconX = MAX (0, pDialog->iAimedX - (pDialog->container.iWindowPositionX + pDialog->container… in cd_decorator_draw_decorations_curly()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviFileDialog.cpp89 delete pDialog;
92 delete pDialog;
153 delete pDialog;
165 delete pDialog;
176 delete pDialog;
182 delete pDialog;
187 delete pDialog;
223 delete pDialog;
226 delete pDialog;
253 delete pDialog;
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_DialogFactory.cpp116 if(pDialog && pDialog->getDialogId() == id) in unregisterDialog()
120 delete pDialog; in unregisterDialog()
138 XAP_Dialog * pDialog = NULL; in justMakeTheDialog() local
143 return pDialog; in justMakeTheDialog()
151 XAP_Dialog * pDialog = NULL; in requestDialog() local
197 return pDialog; in requestDialog()
209 m_vecDialogs.addItem(pDialog); in requestDialog()
226 return pDialog; in requestDialog()
233 return pDialog; in requestDialog()
243 UT_return_if_fail(pDialog); in releaseDialog()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DDialog.cpp102 if (pDialog == NULL) in contextmenu()
118 if (pDialog == NULL) in select()
121 pDialog->Reset(); in select()
135 pDialog->Open(); in select()
149 pDialog->Reset(); in multiselect()
163 pDialog->Open(); in multiselect()
182 if (pDialog == NULL) in textviewer()
189 pDialog->Open(); in textviewer()
457 dlg = pDialog; in create()
465 pDialog->Open(); in create()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogNumeric.cpp488 pDialog->Open(); in ShowAndGetSeconds()
489 if (!pDialog->IsConfirmed() || pDialog->IsCanceled()) in ShowAndGetSeconds()
503 pDialog->Open(); in ShowAndGetTime()
504 if (!pDialog->IsConfirmed() || pDialog->IsCanceled()) in ShowAndGetTime()
516 pDialog->Open(); in ShowAndGetDate()
517 if (!pDialog->IsConfirmed() || pDialog->IsCanceled()) in ShowAndGetDate()
529 pDialog->Open(); in ShowAndGetIPAddress()
530 if (!pDialog->IsConfirmed() || pDialog->IsCanceled()) in ShowAndGetIPAddress()
549 pDialog->Open(); in ShowAndGetNumber()
551 if (!pDialog->IsAutoClosed() && (!pDialog->IsConfirmed() || pDialog->IsCanceled())) in ShowAndGetNumber()
[all …]
H A DGUIDialogPlayEject.cpp82 …CGUIDialogPlayEject * pDialog = (CGUIDialogPlayEject *)CServiceBroker::GetGUI()->GetWindowManager(… in ShowAndGetInput() local
84 if (!pDialog) in ShowAndGetInput()
88 pDialog->SetHeading(CVariant{219}); in ShowAndGetInput()
89 pDialog->SetLine(0, CVariant{429}); in ShowAndGetInput()
90 pDialog->SetLine(1, CVariant{strLine1}); in ShowAndGetInput()
91 pDialog->SetLine(2, CVariant{strLine2}); in ShowAndGetInput()
92 pDialog->SetChoice(ID_BUTTON_PLAY - 10, 208); in ShowAndGetInput()
93 pDialog->SetChoice(ID_BUTTON_EJECT - 10, 13391); in ShowAndGetInput()
95 pDialog->SetAutoClose(uiAutoCloseTime); in ShowAndGetInput()
98 pDialog->Open(); in ShowAndGetInput()
[all …]
H A DGUIDialogGamepad.cpp271 pDialog->m_strPassword = strToVerify; in ShowAndVerifyInput()
272 pDialog->m_bUserInputCleanup = !bGetUserInput; in ShowAndVerifyInput()
273 pDialog->m_bHideInputChars = bHideInputChars; in ShowAndVerifyInput()
277 pDialog->SetHeading(CVariant{dlgHeading}); in ShowAndVerifyInput()
282 pDialog->SetLine(0, CVariant{dlgLine0}); in ShowAndVerifyInput()
287 pDialog->SetLine(1, CVariant{dlgLine1}); in ShowAndVerifyInput()
292 pDialog->SetLine(2, CVariant{dlgLine2}); in ShowAndVerifyInput()
300 pDialog->Open(); in ShowAndVerifyInput()
305 if (bGetUserInput && !pDialog->IsCanceled()) in ShowAndVerifyInput()
308 pDialog->m_strUserInput = ""; in ShowAndVerifyInput()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/storage/
H A DAutorunMediaJob.cpp28 …CGUIDialogSelect* pDialog= CServiceBroker::GetGUI()->GetWindowManager().GetWindow<CGUIDialogSelect… in DoWork() local
33 pDialog->Reset(); in DoWork()
35 pDialog->SetHeading(CVariant{m_label}); in DoWork()
37 pDialog->SetHeading(CVariant{g_localizeStrings.Get(21331)}); in DoWork()
39 pDialog->Add(g_localizeStrings.Get(21332)); in DoWork()
40 pDialog->Add(g_localizeStrings.Get(21333)); in DoWork()
41 pDialog->Add(g_localizeStrings.Get(21334)); in DoWork()
42 pDialog->Add(g_localizeStrings.Get(21335)); in DoWork()
44 pDialog->Open(); in DoWork()
46 int selection = pDialog->GetSelectedItem(); in DoWork()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/win32/
H A DTabCtrlSSL.cpp66 if (pDialog == NULL) { in AddSSLPage()
71 pDialog->DestroyWindow (); in AddSSLPage()
72 delete pDialog; in AddSSLPage()
110 if (pDialog != NULL) { in RemoveSSLPage()
112 delete pDialog; in RemoveSSLPage()
189 if (pDialog != NULL) { in ActivateSSLPage()
200 if (pDialog != NULL) { in ActivateSSLPage()
286 if (pDialog != NULL) { in ResizeDialog()
352 if (pDialog != NULL) { in OnSelChanging()
368 if (pDialog != NULL) { in OnSelChange()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaDlg_Print.cpp137 XAP_Dialog_Print * pDialog in s_doPrint() local
139 UT_ASSERT(pDialog); in s_doPrint()
140 if (!pDialog) in s_doPrint()
147 pDialog->setDocumentTitle(pFrame->getNonDecoratedTitle()); in s_doPrint()
148 pDialog->setDocumentPathname((doc->getFilename()) in s_doPrint()
151 pDialog->setEnablePageRangeButton(true,1,pLayout->countPages()); in s_doPrint()
153 pDialog->setEnablePrintToFile(true); in s_doPrint()
154 pDialog->setTryToBypassActualDialog(bTryToSuppressDialog); in s_doPrint()
193 pDialog->releasePrinterGraphicsContext(pGraphics); in s_doPrint()
202 XAP_Dialog_Print::tAnswer ans = pDialog->getAnswer(); in s_doPrint()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/app/
H A DUIProgressDialog.cpp43 : pDialog(labelText, cancelButtonText, 0, 100, creator) in UIProgressDialog()
45 pDialog.setAutoClose(false); // avoid reopening on late setValue(). in UIProgressDialog()
46 pDialog.setAutoReset(false); // avoid jumping to zero when input is noisy. in UIProgressDialog()
47 pDialog.setMinimumDuration(0); in UIProgressDialog()
48 pDialog.setWindowModality(Qt::WindowModal); in UIProgressDialog()
62 if (pDialog.wasCanceled()) in setPercentage()
65 pDialog.setValue(percentage); in setPercentage()
75 return pDialog.wasCanceled(); in isInterruptionRequested()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp4735 pDialog->activate(); in dlgEditLatexEquation()
8073 if(pDialog) in s_doTabDlg()
9523 delete pDialog; in s_doPageSetupDlg()
9586 DELETEP(pDialog); in s_doPageSetupDlg()
9594 DELETEP(pDialog); in s_doPageSetupDlg()
9664 DELETEP(pDialog); in s_doPageSetupDlg()
9686 delete pDialog; in s_doPageSetupDlg()
9810 if (pDialog) in Defun1()
9814 delete pDialog; in Defun1()
10930 dialogret = pDialog; in s_doRDFQueryDlg()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlEdit.cpp33 pDialog = NULL; in CtlEdit()
97 if (pDialog == NULL) in on_menu_submit()
99 pDialog = new LSPFileDialog(pWidget->display()); in on_menu_submit()
100 pDialog->init(); in on_menu_submit()
101 pDialog->title()->set_raw("Open file..."); in on_menu_submit()
102 pDialog->action_title()->set("actions.open"); in on_menu_submit()
103 pDialog->bind_action(slot_on_action, this); in on_menu_submit()
104 pDialog->bind_cancel(slot_on_cancel, this); in on_menu_submit()
105 pDialog->set_use_confirm(true); in on_menu_submit()
108 LSPFileFilter *f = pDialog->filter(); in on_menu_submit()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/dialogs/
H A DGUIDialogPeripherals.cpp70 CGUIDialogPeripherals* pDialog = in Show() local
73 if (pDialog == nullptr) in Show()
76 pDialog->Reset(); in Show()
81 pDialog->SetHeading(CVariant{35000}); in Show()
82 pDialog->SetUseDetails(true); in Show()
84 pDialog->RegisterPeripheralManager(manager); in Show()
86 pDialog->Open(); in Show()
88 pDialog->UnregisterPeripheralManager(); in Show()
90 iPos = pDialog->IsConfirmed() ? pDialog->GetSelectedItem() : -1; in Show()
94 CFileItemPtr pItem = pDialog->GetItem(iPos); in Show()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/dialogs/xp/
H A Dap_Dialog_CollaborationAccounts.cpp75 AP_Dialog_CollaborationAddAccount* pDialog = static_cast<AP_Dialog_CollaborationAddAccount*>( in createNewAccount() local
80 pDialog->runModal(pFrame); in createNewAccount()
81 if (pDialog->getAnswer() == AP_Dialog_CollaborationAddAccount::a_OK) in createNewAccount()
83 AccountHandler* pHandler = pDialog->getAccountHandler(); in createNewAccount()
95 pFactory->releaseDialog(pDialog); in createNewAccount()
107 AP_Dialog_CollaborationEditAccount* pDialog = static_cast<AP_Dialog_CollaborationEditAccount*>( in createEditAccount() local
111 pDialog->setAccountHandler(pHandler); in createEditAccount()
114 pDialog->runModal(pFrame); in createEditAccount()
115 if (pDialog->getAnswer() == AP_Dialog_CollaborationEditAccount::a_OK) in createEditAccount()
124 pFactory->releaseDialog(pDialog); in createEditAccount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dgtksys.cxx272 static gboolean DialogClose(GtkWindow* pDialog, gpointer /*data*/) in DialogClose()
274 gtk_dialog_response(GTK_DIALOG(pDialog), GTK_RESPONSE_CANCEL); in DialogClose()
287 int run(GtkDialog *pDialog) in run()
291 gtk_window_present(GTK_WINDOW(pDialog)); in run()
301 gint gtk_dialog_run(GtkDialog* pDialog) in gtk_dialog_run() argument
304 return aDialogLoop.run(pDialog); in gtk_dialog_run()
315 GtkDialog *pDialog = GTK_DIALOG ( in ShowNativeDialog() local
324 gtk_dialog_set_default_response (pDialog, 0/*nDefaultButton*/); in ShowNativeDialog()
326 nButton = gtk_dialog_run (pDialog); in ShowNativeDialog()
331 gtk_widget_destroy(GTK_WIDGET(pDialog)); in ShowNativeDialog()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIComponent.cpp91 CGUIDialogYesNo* pDialog = GetWindowManager().GetWindow<CGUIDialogYesNo>(WINDOW_DIALOG_YES_NO); in ConfirmDelete() local
92 if (pDialog) in ConfirmDelete()
94 pDialog->SetHeading(CVariant{122}); in ConfirmDelete()
95 pDialog->SetLine(0, CVariant{125}); in ConfirmDelete()
96 pDialog->SetLine(1, CVariant{CURL(path).GetWithoutUserDetails()}); in ConfirmDelete()
97 pDialog->SetLine(2, CVariant{""}); in ConfirmDelete()
98 pDialog->Open(); in ConfirmDelete()
99 if (pDialog->IsConfirmed()) in ConfirmDelete()

12345678910>>...17