Home
last modified time | relevance | path

Searched refs:msgbox (Results 26 – 50 of 1017) sorted by relevance

12345678910>>...41

/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dmsgbox.test12 test msgbox-1.1 {tk_messageBox command} {
15 test msgbox-1.2 {tk_messageBox command} {
25 test msgbox-1.3$option {tk_messageBox command} -body {
31 test msgbox-1.4 {tk_messageBox command} {
35 test msgbox-1.5 {tk_messageBox command} {
47 test msgbox-1.6 {tk_messageBox command} {
51 test msgbox-1.7 {tk_messageBox command} {
55 test msgbox-1.8 {tk_messageBox command} {
59 test msgbox-1.9 {tk_messageBox command} {
63 test msgbox-1.10 {tk_messageBox command} {
[all …]
/dports/mail/mmh/mmh-0.4/test/tests/folder/
H A Dx-test-packf29 inc +inbox2 -file msgbox >/dev/null
30 rm -f msgbox
47 inc +inbox2 -file msgbox >/dev/null
48 rm -f msgbox
61 inc +inbox2 -file msgbox >/dev/null
62 rm -f msgbox
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dfile.c115 GtkWidget *msgbox; in on_open_filename_selected() local
122 gtk_dialog_run(GTK_DIALOG(msgbox)); in on_open_filename_selected()
123 gtk_widget_destroy(msgbox); in on_open_filename_selected()
222 GtkWidget *msgbox; in file_open_dialog() local
223 msgbox = gtk_message_dialog_new(GTK_WINDOW(canvas->top_level), in file_open_dialog()
229 gtk_dialog_run(GTK_DIALOG(msgbox)); in file_open_dialog()
230 gtk_widget_destroy(msgbox); in file_open_dialog()
268 gtk_window_set_modal(GTK_WINDOW(msgbox), TRUE); in on_new_canvas_ok_button_clicked()
270 gtk_window_set_position(GTK_WINDOW(msgbox), GTK_WIN_POS_CENTER); in on_new_canvas_ok_button_clicked()
271 gtk_dialog_run(GTK_DIALOG(msgbox)); in on_new_canvas_ok_button_clicked()
[all …]
/dports/devel/py-pythondialog/pythondialog-3.5.2/examples/
H A Ddemo.py263 self.msgbox(msg)
400 d.msgbox("""\
486 d.msgbox("""\
555 d.msgbox(
565 d.msgbox(self.FIFO_HELP(widget), width=72, height=20)
808 d.msgbox("""\
829 d.msgbox(msg, width=50)
848 d.msgbox("Timeout expired.")
999 d.msgbox("Secret password 1: '%s'\n"
1542 d.msgbox("Error: {0}".format(e))
[all …]
/dports/devel/py-pythondialog/pythondialog-3.5.2/examples/with-autowidgetsize/
H A Ddemo.py263 self.msgbox(msg)
406 d.msgbox("""\
492 d.msgbox("""\
561 d.msgbox(
571 d.msgbox(self.FIFO_HELP(widget), width=72, height=20)
815 d.msgbox("""\
836 d.msgbox(msg, height=7, width=50)
855 d.msgbox("Timeout expired.")
1005 d.msgbox("Secret password 1: '%s'\n"
1473 d.msgbox(text, height=10, width=60,
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/samples/
H A Dmsgbox17 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --clear --msgbox " "$@" \
H A Dmsgbox27 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --trim --msgbox " "$@" \
/dports/devel/cdialog/dialog-1.3-20201126/samples/
H A Dmsgbox17 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --clear "$@" --msgbox " \
H A Dmsgbox27 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --trim "$@" --msgbox " \
/dports/audio/picard/picard-release-2.6.2/picard/
H A Dconfig_upgrade.py75 msgbox = QtWidgets.QMessageBox()
76 msgbox.information(msgbox,
89 msgbox = QtWidgets.QMessageBox()
90 msgbox.setWindowTitle(_("Various Artists file naming scheme removal"))
91 msgbox.setText(_("The separate file naming scheme for various artists "
97 msgbox.setIcon(QtWidgets.QMessageBox.Question)
98 merge_button = msgbox.addButton(_('Merge'), QtWidgets.QMessageBox.AcceptRole)
99 msgbox.addButton(_('Remove'), QtWidgets.QMessageBox.DestructiveRole)
100 msgbox.exec_()
101 merge = msgbox.clickedButton() == merge_button
/dports/games/quadra/quadra-1.3.0/source/
H A Dhighscores.cpp46 msgbox("Highscores::load\n"); in load()
73 msgbox("Warning: Highscore: could not rename '%s' to '%s'\n", st, st2); in load()
101 msgbox("Warning: Highscore: could not rename '%s' to '%s'\n", st, st2); in load()
129 msgbox("Highscores::update\n"); in update()
157 msgbox("Warning: Highscore: could not delete '%s'\n", st); in update()
160 msgbox("Warning: Highscore: could not rename '%s' to '%s'\n", st2, st); in update()
170 msgbox("Warning: Highscore: '%s' is in the way! Deleting it.\n", st); in update()
172 msgbox("Warning: Highscore: could not rename 'last.qrec' to '%s'\n", st); in update()
173msgbox("Setting hscore %i: %s, %i, %i, %i\n", ret, c->name, c->stats[CS::SCORE].get_value(), c->st… in update()
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/
H A DREADME.md20 % ./bsddialog --msgbox "Hello World!" 8 20
31 % ./bsddialog --msgbox "Hello World!" 8 20
40 % ./bsddialog --msgbox "Hello World!" 8 20
50 % ./bsddialog --title msgbox --msgbox "Hello World!" 5 30
51 % ./bsddialog --theme default --title msgbox --msgbox "Hello World!" 5 30
69 % sh ./examples_utility/msgbox.sh
88 % ./msgbox
108 --ascii-lines, --aspect *ratio* (for infobox, msgbox and yesno),
129 infobox (do not clear the screen), msgbox,
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/t/
H A DUI-Dialog-Backend-KDialog.t26 yesno msgbox inputbox password textbox menu
44 $obj->msgbox( title=>"TITLE", text => "TEXT",
47 $bin.q| --title TITLE --msgbox TEXT|
53 $bin.q| --title TITLE --msgbox TEXT|
100 $obj->msgbox( title=>'TITLE: `head -1 '.$0.'`',
105 $bin.q| --title 'TITLE: `head -1 |.$0.q|`' --msgbox 'TEXT: $(head -1 |.$0.q|)'|
108 $obj->msgbox( title=>'TITLE: `head -1 '.$0.'`',
114 $bin.' --title "TITLE: `head -1 '.$0.'`" --msgbox "TEXT: $(head -1 '.$0.')"'
/dports/net-im/mcabber/mcabber-1.1.2/contrib/events/
H A Dmcnotify.py39 msgbox = pynotify.Notification(unicode(arg2, encoding),unicode(msg, encoding)) variable
40 msgbox.set_timeout(3000)
41 msgbox.set_urgency(pynotify.URGENCY_LOW)
42 msgbox.show()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanylua/examples/dialogs/
H A Dcomplex-dialog.lua61 local msgbox=dialog.new("Results", {"OK"})
62 msgbox:label(" --- Results table --- ")
63 msgbox:label(msg.."\n")
64 msgbox:run()

12345678910>>...41