Home
last modified time | relevance | path

Searched refs:progressWindow (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/isomaster/isomaster-1.3.16/
H A Disobrowser.c123 GtkWidget* progressWindow; in addToIsoCbk() local
127 progressWindow = gtk_dialog_new(); in addToIsoCbk()
157 gtk_widget_show(progressWindow); in addToIsoCbk()
164 gtk_widget_destroy(progressWindow); in addToIsoCbk()
882 GtkWidget* progressWindow = NULL; in extractFromIsoCbk() local
894 progressWindow = gtk_dialog_new(); in extractFromIsoCbk()
918 gtk_widget_show(progressWindow); in extractFromIsoCbk()
1292 GtkWidget* progressWindow; in openIso() local
1296 progressWindow = gtk_dialog_new(); in openIso()
1326 gtk_widget_show(progressWindow); in openIso()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/rpubs/
H A DRPubsUploader.java102 final WindowEx progressWindow, in performUpload() argument
106 uploadProgressWindow_ = progressWindow; in performUpload()
126 if (progressWindow != null) in performUpload()
127 progressWindow.close(); in performUpload()
135 if (progressWindow != null) in performUpload()
137 progressWindow.replaceLocationHref(status.getContinueUrl()); in performUpload()
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/
H A DProgressView.hs21 progressWindow :: Gtk.Window, function
52 set (progressWindow view) [ windowTitle := msg ]
74 close view = widgetDestroy (progressWindow view)
117 progressWindow = win, function
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DProfileReset.cpp120 nsCOMPtr<mozIDOMWindowProxy> progressWindow; in ProfileResetCleanup() local
123 getter_AddRefs(progressWindow)); in ProfileResetCleanup()
144 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow); in ProfileResetCleanup()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DProfileReset.cpp120 nsCOMPtr<mozIDOMWindowProxy> progressWindow; in ProfileResetCleanup() local
123 nullptr, getter_AddRefs(progressWindow)); in ProfileResetCleanup()
143 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow); in ProfileResetCleanup()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DProfileReset.cpp120 nsCOMPtr<mozIDOMWindowProxy> progressWindow; in ProfileResetCleanup() local
123 nullptr, getter_AddRefs(progressWindow)); in ProfileResetCleanup()
144 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow); in ProfileResetCleanup()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DProfileReset.cpp120 nsCOMPtr<mozIDOMWindowProxy> progressWindow; in ProfileResetCleanup() local
123 nullptr, getter_AddRefs(progressWindow)); in ProfileResetCleanup()
143 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow); in ProfileResetCleanup()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DProfileReset.cpp149 nsCOMPtr<mozIDOMWindowProxy> progressWindow; in ProfileResetCleanup() local
152 getter_AddRefs(progressWindow)); in ProfileResetCleanup()
173 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow); in ProfileResetCleanup()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DProfileReset.cpp137 nsCOMPtr<mozIDOMWindowProxy> progressWindow;
143 getter_AddRefs(progressWindow));
167 auto* piWindow = nsPIDOMWindowOuter::From(progressWindow);
/dports/games/scid/scid/tcl/
H A Dfile.tcl144 progressWindow "Scid" "$::tr(OpeningTheDatabase): $fName..." $::tr(Cancel)
166 progressWindow "Scid" "$::tr(OpeningTheDatabase): [file tail "$fName"]..." $::tr(Cancel)
209 progressWindow "Scid" "$::tr(Opening): [file tail $name]..." $::tr(Cancel)
223 progressWindow "Scid" [concat $::tr(CompactDatabase) "..."] $::tr(Cancel)
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/scanning/
H A Djuce_PluginListComponent.cpp392 progressWindow (title, text, AlertWindow::NoIcon), in Scanner()
442 AlertWindow pathChooserWindow, progressWindow; member in juce::PluginListComponent::Scanner
543 progressWindow.addButton (TRANS("Cancel"), 0, KeyPress (KeyPress::escapeKey)); in startScan()
544 progressWindow.addProgressBarComponent (progress); in startScan()
545 progressWindow.enterModalState(); in startScan()
577 if (! progressWindow.isCurrentlyModal()) in timerCallback()
583 progressWindow.setMessage (TRANS("Testing") + ":\n\n" + pluginBeingScanned); in timerCallback()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/scanning/
H A Djuce_PluginListComponent.cpp392 progressWindow (title, text, AlertWindow::NoIcon), in Scanner()
442 AlertWindow pathChooserWindow, progressWindow; member in juce::PluginListComponent::Scanner
543 progressWindow.addButton (TRANS("Cancel"), 0, KeyPress (KeyPress::escapeKey)); in startScan()
544 progressWindow.addProgressBarComponent (progress); in startScan()
545 progressWindow.enterModalState(); in startScan()
577 if (! progressWindow.isCurrentlyModal()) in timerCallback()
583 progressWindow.setMessage (TRANS("Testing") + ":\n\n" + pluginBeingScanned); in timerCallback()
/dports/games/widelands/widelands-build21/src/wui/
H A Dgame_tips.cc38 GameTips::GameTips(UI::ProgressWindow& progressWindow, const std::vector<std::string>& names) in GameTips() argument
41 progressWindow_(progressWindow), in GameTips()
H A Dgame_tips.h27 GameTips(UI::ProgressWindow& progressWindow, const std::vector<std::string>&);
/dports/biology/jalview/jalview/src/jalview/ws/
H A DDBRefFetcher.java73 IProgressIndicator progressWindow; field in DBRefFetcher
123 this.progressWindow = progressIndicatorFrame; in DBRefFetcher()
301 if (progressWindow != null) in run()
303 progressWindow.setProgressBar( in run()
490 if (progressWindow != null) in run()
492 progressWindow.setProgressBar( in run()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCCoreDialogProvider.m282 progressWindow.title = [dialogData objectAtIndex:1];
299 [progressWindow center];
300 NSInteger returnValue = [NSApp runModalForWindow:progressWindow];
301 [progressWindow close];
H A DVLCCoreDialogProvider.h54 IBOutlet NSWindow *progressWindow; variable
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DDialogsDemo.h125 progressWindow, enumerator
196 if (index == progressWindow) in resized()
276 else if (type == progressWindow) in showWindow()
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/
H A Dgmic_qt.cpp165 ProgressInfoWindow progressWindow(&processor); in launchPluginHeadlessUsingLastParameters() local
/dports/games/scid/scid/tcl/tools/
H A Dtactics.tcl271 progressWindow "Scid" [tr StartEngine]
379progressWindow "Scid" $::tr(ResettingScore) $::tr(Cancel) "set ::tactics::cancelScoreReset 1"
642 progressWindow "Scid" "$::tr(OpeningTheDatabase): [file tail "$name"]..."
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/
H A DGmicQt.cpp186 ProgressInfoWindow progressWindow(&processor); in run() local
187 unused(progressWindow); in run()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/
H A DGmicQt.cpp186 ProgressInfoWindow progressWindow(&processor); in run() local
187 unused(progressWindow); in run()
/dports/games/scid/scid/tcl/file/
H A Dspellchk.tcl35 progressWindow "Scid - [tr Spellcheking]" "Loading $fullname ..."
H A Dmaint.tcl908 progressWindow "Scid" [concat $::tr(CompactDatabase) "..."] $::tr(Cancel)
972 progressWindow "Scid" "Adding Elo ratings..." $::tr(Cancel)
1002 progressWindow "Scid" "Searching for extra PGN tags..." $::tr(Cancel)
1064 progressWindow "Scid" "Removing the PGN tag $stripTagChoice..." $::tr(Cancel)
1084 progressWindow "Scid" "Finding games with the PGN tag $stripTagChoice..." $::tr(Cancel)
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDmill/src/
H A DMainForm.cs1476 var progressWindow = new ProgressWindow(); in CreateWebsite()
1477 progressWindow.Text = "Creating web pages"; in CreateWebsite()
1479 var website = new Website(fBase.Context.Tree, progressWindow, outputFolder); in CreateWebsite()
1487 dialogResult = progressWindow.ShowDialog(this); in CreateWebsite()
1496 if (progressWindow.ThreadError.Message == "") { in CreateWebsite()
1501 ShowAlert(progressWindow.ThreadError.Message); in CreateWebsite()

12