OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasyDialogs
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py
106
import
EasyDialogs
107
fn =
EasyDialogs
.AskFileForOpen(message="Select an AIFF soundfile", typeList=("AIFF",))
findertools.py
701
import
EasyDialogs
704
pathname =
EasyDialogs
.AskFileForOpen('File to launch:')
712
pathname =
EasyDialogs
.AskFileForOpen('File to print:')
720
pathname =
EasyDialogs
.AskFileForOpen('File to copy:')
722
destdir =
EasyDialogs
.AskFolder('Destination:')
730
pathname =
EasyDialogs
.AskFileForOpen('File to move:')
732
destdir =
EasyDialogs
.AskFolder('Destination:')
740
if
EasyDialogs
.AskYesNoCancel('Sleep?') > 0:
747
if
EasyDialogs
.AskYesNoCancel('Shut down?') > 0:
754
if
EasyDialogs
.AskYesNoCancel('Restart?') > 0
[
all
...]
buildtools.py
19
import
EasyDialogs
21
EasyDialogs
= None
73
if
EasyDialogs
is None:
77
progress =
EasyDialogs
.ProgressBar("Processing %s..."%os.path.split(filename)[1], 120)
129
if
EasyDialogs
is None:
133
progress =
EasyDialogs
.ProgressBar("Updating %s..."%os.path.split(filename)[1], 120)
MiniAEFrame.py
24
import
EasyDialogs
98
EasyDialogs
.Message(self.getabouttext())
PixMapWrapper.py
211
import
EasyDialogs
213
path =
EasyDialogs
.AskFileForOpen("Image File:")
videoreader.py
256
import
EasyDialogs
263
path =
EasyDialogs
.AskFileForOpen(message='Video to convert')
268
dstdir =
EasyDialogs
.AskFileForSave(message='Name for output folder')
gensuitemodule.py
13
import
EasyDialogs
106
filename =
EasyDialogs
.AskFileForOpen(
113
if
EasyDialogs
.AskYesNoCancel(
453
pathname =
EasyDialogs
.AskFolder(message='Create and select package folder for %s'%packagename,
460
basepkgname =
EasyDialogs
.AskFolder(message='Package folder for base suite (usually StdSuites)',
580
self.pathname =
EasyDialogs
.AskFileForSave(message='Python output file',
[
all
...]
FrameWork.py
32
import
EasyDialogs
157
EasyDialogs
.Message("Hello, world!" + "\015(%s)" % self.__class__.__name__)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getpass.py
10
On the Mac
EasyDialogs
.AskPassword is used, if available.
171
from
EasyDialogs
import AskPassword
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getpass.py
10
On the Mac
EasyDialogs
.AskPassword is used, if available.
171
from
EasyDialogs
import AskPassword
Completed in 110 milliseconds