Class: Fox::FXFileSelector
- Inherits:
-
Object
- Object
- Fox::FXFileSelector
- Defined in:
- lib/fox16/core.rb,
lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) allowNavigation
Allow navigation for this file selector.
-
- (Object) allowsPatternEntry=(*args)
:nodoc:.
-
- (Boolean) allowsPatternEntry?
:nodoc:.
-
- (Object) currentPattern(*args)
:nodoc:.
-
- (Object) currentPattern=(*args)
:nodoc:.
-
- (Object) directory(*args)
:nodoc:.
-
- (Object) directory=(*args)
:nodoc:.
-
- (Object) disallowNavigation
Disallow navigation for this file selector.
-
- (Object) fileBoxStyle(*args)
:nodoc:.
-
- (Object) fileBoxStyle=(*args)
:nodoc:.
-
- (Object) filename(*args)
:nodoc:.
-
- (Object) filename=(*args)
:nodoc:.
-
- (Object) hiddenFilesShown=(*args)
:nodoc:.
-
- (Boolean) hiddenFilesShown?
:nodoc:.
-
- (Object) imageSize
:nodoc:.
-
- (Object) imageSize=(size)
:nodoc:.
-
- (Object) imagesShown=(shown)
:nodoc:.
-
- (Boolean) imagesShown?
:nodoc:.
-
- (Object) itemSpace(*args)
:nodoc:.
-
- (Object) itemSpace=(*args)
:nodoc:.
-
- (Object) pattern(*args)
:nodoc:.
-
- (Object) pattern=(*args)
:nodoc:.
-
- (Object) patternList(*args)
:nodoc:.
-
- (Object) patternList=(*args)
:nodoc:.
-
- (Object) readOnly=(*args)
:nodoc:.
-
- (Boolean) readOnly?(*args)
:nodoc:.
-
- (Object) readOnlyShown=(*args)
:nodoc:.
-
- (Boolean) readOnlyShown?(*args)
:nodoc:.
-
- (Object) selectMode(*args)
:nodoc:.
-
- (Object) selectMode=(*args)
:nodoc:.
Instance Method Details
- (Object) allowNavigation
Allow navigation for this file selector
178 179 180 |
# File 'lib/fox16/core.rb', line 178 def self. = true end |
- (Object) allowsPatternEntry=(*args)
:nodoc:
1436 1437 1438 |
# File 'lib/fox16/aliases.rb', line 1436 def allowsPatternEntry=(*args) # :nodoc: setAllowPatternEntry(*args) end |
- (Boolean) allowsPatternEntry?
:nodoc:
1439 1440 1441 |
# File 'lib/fox16/aliases.rb', line 1439 def allowsPatternEntry? # :nodoc: getAllowPatternEntry() end |
- (Object) currentPattern(*args)
:nodoc:
1397 1398 1399 |
# File 'lib/fox16/aliases.rb', line 1397 def currentPattern(*args) # :nodoc: getCurrentPattern(*args) end |
- (Object) currentPattern=(*args)
:nodoc:
1394 1395 1396 |
# File 'lib/fox16/aliases.rb', line 1394 def currentPattern=(*args) # :nodoc: setCurrentPattern(*args) end |
- (Object) directory(*args)
:nodoc:
1403 1404 1405 |
# File 'lib/fox16/aliases.rb', line 1403 def directory(*args) # :nodoc: getDirectory(*args) end |
- (Object) directory=(*args)
:nodoc:
1400 1401 1402 |
# File 'lib/fox16/aliases.rb', line 1400 def directory=(*args) # :nodoc: setDirectory(*args) end |
- (Object) disallowNavigation
Disallow navigation for this file selector
183 184 185 |
# File 'lib/fox16/core.rb', line 183 def self. = false end |
- (Object) fileBoxStyle(*args)
:nodoc:
1415 1416 1417 |
# File 'lib/fox16/aliases.rb', line 1415 def fileBoxStyle(*args) # :nodoc: getFileBoxStyle(*args) end |
- (Object) fileBoxStyle=(*args)
:nodoc:
1412 1413 1414 |
# File 'lib/fox16/aliases.rb', line 1412 def fileBoxStyle=(*args) # :nodoc: setFileBoxStyle(*args) end |
- (Object) filename(*args)
:nodoc:
1379 1380 1381 |
# File 'lib/fox16/aliases.rb', line 1379 def filename(*args) # :nodoc: getFilename(*args) end |
- (Object) filename=(*args)
:nodoc:
1376 1377 1378 |
# File 'lib/fox16/aliases.rb', line 1376 def filename=(*args) # :nodoc: setFilename(*args) end |
- (Object) hiddenFilesShown=(*args)
:nodoc:
1442 1443 1444 |
# File 'lib/fox16/aliases.rb', line 1442 def hiddenFilesShown=(*args) # :nodoc: setShowHiddenFiles(*args) end |
- (Boolean) hiddenFilesShown?
:nodoc:
1445 1446 1447 |
# File 'lib/fox16/aliases.rb', line 1445 def hiddenFilesShown? # :nodoc: getShowHiddenFiles() end |
- (Object) imageSize
:nodoc:
1457 1458 1459 |
# File 'lib/fox16/aliases.rb', line 1457 def imageSize # :nodoc: getImageSize end |
- (Object) imageSize=(size)
:nodoc:
1454 1455 1456 |
# File 'lib/fox16/aliases.rb', line 1454 def imageSize=(size) # :nodoc: setImageSize(size) end |
- (Object) imagesShown=(shown)
:nodoc:
1448 1449 1450 |
# File 'lib/fox16/aliases.rb', line 1448 def imagesShown=(shown) # :nodoc: setShowImages(shown) end |
- (Boolean) imagesShown?
:nodoc:
1451 1452 1453 |
# File 'lib/fox16/aliases.rb', line 1451 def imagesShown? # :nodoc: getShowImages() end |
- (Object) itemSpace(*args)
:nodoc:
1409 1410 1411 |
# File 'lib/fox16/aliases.rb', line 1409 def itemSpace(*args) # :nodoc: getItemSpace(*args) end |
- (Object) itemSpace=(*args)
:nodoc:
1406 1407 1408 |
# File 'lib/fox16/aliases.rb', line 1406 def itemSpace=(*args) # :nodoc: setItemSpace(*args) end |
- (Object) pattern(*args)
:nodoc:
1385 1386 1387 |
# File 'lib/fox16/aliases.rb', line 1385 def pattern(*args) # :nodoc: getPattern(*args) end |
- (Object) pattern=(*args)
:nodoc:
1382 1383 1384 |
# File 'lib/fox16/aliases.rb', line 1382 def pattern=(*args) # :nodoc: setPattern(*args) end |
- (Object) patternList(*args)
:nodoc:
1391 1392 1393 |
# File 'lib/fox16/aliases.rb', line 1391 def patternList(*args) # :nodoc: getPatternList(*args) end |
- (Object) patternList=(*args)
:nodoc:
1388 1389 1390 |
# File 'lib/fox16/aliases.rb', line 1388 def patternList=(*args) # :nodoc: setPatternList(*args) end |
- (Object) readOnly=(*args)
:nodoc:
1430 1431 1432 |
# File 'lib/fox16/aliases.rb', line 1430 def readOnly=(*args) # :nodoc: setReadOnly(*args) end |
- (Boolean) readOnly?(*args)
:nodoc:
1433 1434 1435 |
# File 'lib/fox16/aliases.rb', line 1433 def readOnly?(*args) # :nodoc: getReadOnly(*args) end |
- (Object) readOnlyShown=(*args)
:nodoc:
1424 1425 1426 |
# File 'lib/fox16/aliases.rb', line 1424 def readOnlyShown=(*args) # :nodoc: setReadOnlyShown(*args) end |
- (Boolean) readOnlyShown?(*args)
:nodoc:
1427 1428 1429 |
# File 'lib/fox16/aliases.rb', line 1427 def readOnlyShown?(*args) # :nodoc: getReadOnlyShown(*args) end |
- (Object) selectMode(*args)
:nodoc:
1421 1422 1423 |
# File 'lib/fox16/aliases.rb', line 1421 def selectMode(*args) # :nodoc: getSelectMode(*args) end |
- (Object) selectMode=(*args)
:nodoc:
1418 1419 1420 |
# File 'lib/fox16/aliases.rb', line 1418 def selectMode=(*args) # :nodoc: setSelectMode(*args) end |