Home
last modified time | relevance | path

Searched refs:save_panel (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/frodo/Frodo-4.1b/Src/
H A Dmain_Be.i56save_panel = new BFilePanel(B_SAVE_PANEL, &this_messenger, NULL, 0, false, new BMessage(MSG_SAVE_S… in Frodo()
57 save_panel->Window()->SetTitle("Frodo: Save snapshot"); in Frodo()
254 save_panel->Show(); in MessageReceived()
316 delete save_panel; in QuitRequested() local
H A DPrefs_Be.i84 BFilePanel *save_panel; // For saving prefs variable
355save_panel = new BFilePanel(B_SAVE_PANEL, &this_messenger, NULL, 0, false, new BMessage(MSG_SAVE_P… in PrefsWindow()
356 save_panel->Window()->SetTitle("Frodo: Save preferences"); in PrefsWindow()
722 save_panel->Show(); in MessageReceived()
778 delete save_panel; in QuitRequested() local
H A Dmain.h70 BFilePanel *save_panel; variable
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCOutput.m412 NSSavePanel *save_panel = [NSSavePanel savePanel];
413 [save_panel setTitle: _NS("Save File")];
414 [save_panel setPrompt: _NS("Save")];
415 [save_panel setNameFieldStringValue: name];
417 if ([save_panel runModal] == NSFileHandlingPanelOKButton) {
418 [self.fileTextField setStringValue: [[save_panel URL] path]];
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c13298 …struct GMT_MAP_PANEL *save_panel = B->panel; /* In case it was set and we wipe it below with gmt_M… in gmt_getinset() local
13305 B->panel = save_panel; /* In case it is not NULL */ in gmt_getinset()
13460 …struct GMT_MAP_PANEL *save_panel = ms->panel; /* In case it was set and we wipe it below with gmt_… in gmt_getscale() local
13470 ms->panel = save_panel; /* In case it is not NULL */ in gmt_getscale()
13627 …struct GMT_MAP_PANEL *save_panel = ms->panel; /* In case it was set and we wipe it below with gmt_… in gmt_getrose() local
13640 ms->panel = save_panel; /* In case it is not NULL */ in gmt_getrose()