Home
last modified time | relevance | path

Searched refs:dialogresult (Results 1 – 14 of 14) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-stf.c252 DialogStfResult_t *dialogresult; in stf_dialog() local
306 dialogresult->text = pagedata.utf8_data; in stf_dialog()
308 if (dialogresult->text != pagedata.cur) in stf_dialog()
309 strcpy (dialogresult->text, pagedata.cur); in stf_dialog()
341 dialogresult = NULL; in stf_dialog()
356 return dialogresult; in stf_dialog()
369 g_return_if_fail (dialogresult != NULL); in stf_dialog_result_free()
373 g_free (dialogresult->text); in stf_dialog_result_free()
374 g_free (dialogresult->encoding); in stf_dialog_result_free()
376 g_free (dialogresult); in stf_dialog_result_free()
[all …]
H A Ddialog-stf.h140 void stf_dialog_result_free (DialogStfResult_t *dialogresult);
142 void stf_dialog_result_attach_formats_to_cr (DialogStfResult_t *dialogresult,
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dstf.c137 stf_store_results (DialogStfResult_t *dialogresult, in stf_store_results() argument
141 dialogresult->text, NULL, sheet, in stf_store_results()
185 DialogStfResult_t *dialogresult = NULL; in stf_read_workbook() local
211 if (dialogresult != NULL) { in stf_read_workbook()
213 int cols = dialogresult->colcount, rows = dialogresult->rowcount; in stf_read_workbook()
237 if (dialogresult != NULL) in stf_read_workbook()
238 stf_dialog_result_free (dialogresult); in stf_read_workbook()
275 DialogStfResult_t *dialogresult = NULL; in stf_text_to_columns() local
316 dialogresult = stf_dialog (WBC_GTK (wbc), in stf_text_to_columns()
321 if (dialogresult != NULL) { in stf_text_to_columns()
[all …]
H A Dgui-clipboard.c257 DialogStfResult_t *dialogresult; in text_to_cell_region() local
309 dialogresult = stf_dialog (wbcg, opt_encoding, fixed_encoding, in text_to_cell_region()
313 if (dialogresult != NULL) { in text_to_cell_region()
314 cr = stf_parse_region (dialogresult->parseoptions, in text_to_cell_region()
315 dialogresult->text, NULL, wb); in text_to_cell_region()
318 stf_dialog_result_attach_formats_to_cr (dialogresult, cr); in text_to_cell_region()
320 stf_dialog_result_free (dialogresult); in text_to_cell_region()
/dports/graphics/separate/separate+-0.5.8/
H A Dimport.c379 sc->dialogresult = FALSE; in separate_import_dialog()
407 sc->dialogresult = gtk_dialog_run (GTK_DIALOG (sc->filenamefileselector)); in separate_import_dialog()
409 if (sc->dialogresult == GTK_RESPONSE_ACCEPT) in separate_import_dialog()
413 sc->dialogresult = TRUE; in separate_import_dialog()
419 sc->dialogresult = FALSE; in separate_import_dialog()
423 return sc->dialogresult; in separate_import_dialog()
H A Dseparate-gui.c666 sc->dialogresult = FALSE; in separate_dialog()
933 sc->dialogresult = FALSE; in proof_dialog()
1139 sc->dialogresult=FALSE; in separate_save_dialog()
1267 sc->dialogresult = gtk_dialog_run (GTK_DIALOG (sc->filenamefileselector)); in separate_save_dialog()
1268 if (sc->dialogresult == GTK_RESPONSE_ACCEPT) in separate_save_dialog()
1296 sc->dialogresult = TRUE; in separate_save_dialog()
1299 sc->dialogresult = FALSE; in separate_save_dialog()
1303 return sc->dialogresult; in separate_save_dialog()
H A Dseparate.h90 gboolean dialogresult; member
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dfontchooser.test23 set ::dialogresult {}
26 vwait ::dialogresult
27 return $::dialogresult
32 set ::dialogresult ">30 iterations waiting for tk_dialog"
38 uplevel #0 {set dialogresult [eval $command]}
H A DwinDialog.test51 set ::dialogresult {}
58 vwait ::dialogresult
59 return $::dialogresult
68 set ::dialogresult ">30 iterations waiting on tk_dialog"
77 set ::dialogresult ">30 iterations waiting on tk_dialog"
84 uplevel #0 {set dialogresult [eval $command]}
722 set dialogresult [catch {
729 list $dialogresult [string match "invalid filename *" $x]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dfontchooser.test23 set ::dialogresult {}
26 vwait ::dialogresult
27 return $::dialogresult
32 set ::dialogresult ">30 iterations waiting for tk_dialog"
38 uplevel #0 {set dialogresult [eval $command]}
H A DwinDialog.test51 set ::dialogresult {}
58 vwait ::dialogresult
59 return $::dialogresult
68 set ::dialogresult ">30 iterations waiting on tk_dialog"
77 set ::dialogresult ">30 iterations waiting on tk_dialog"
84 uplevel #0 {set dialogresult [eval $command]}
722 set dialogresult [catch {
729 list $dialogresult [string match "invalid filename *" $x]
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DwinDialog.test33 set ::dialogresult {}
36 vwait ::dialogresult
37 return $::dialogresult
43 set ::dialogresult ">30 iterations waiting on tk_dialog"
49 uplevel #0 {set dialogresult [eval $command]}
319 set dialogresult [catch {
326 list $dialogresult [string match "invalid filename *" $x]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dccc.py865dialogresult = tkinter.simpledialog.askstring("TCE","Excitation Tensors",initialvalue=excitationol…
866 if (dialogresult):
867 excitationlist = string.split(dialogresult)
868dialogresult = tkinter.simpledialog.askstring("TCE","Deexcitation Tensors",initialvalue=deexcitati…
869 if (dialogresult):
870 deexcitationlist = string.split(dialogresult)
872 if (dialogresult):
873 intermediatelist = string.split(dialogresult)
874dialogresult = tkinter.simpledialog.askstring("TCE","General Tensors",initialvalue=generalold)
875 if (dialogresult):
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dccc.py862dialogresult = tkSimpleDialog.askstring("TCE","Excitation Tensors",initialvalue=excitationold)
863 if (dialogresult):
864 excitationlist = string.split(dialogresult)
865dialogresult = tkSimpleDialog.askstring("TCE","Deexcitation Tensors",initialvalue=deexcitationold)
866 if (dialogresult):
867 deexcitationlist = string.split(dialogresult)
869 if (dialogresult):
870 intermediatelist = string.split(dialogresult)
871 dialogresult = tkSimpleDialog.askstring("TCE","General Tensors",initialvalue=generalold)
872 if (dialogresult):
[all …]