Class: Fox::FXFileAssoc
- Inherits:
-
Object
- Object
- Fox::FXFileAssoc
- Defined in:
- rdoc-sources/FXFileDict.rb
Overview
Registers stuff to know about the extension
Instance Attribute Summary collapse
-
#bigicon ⇒ Object
Big normal icon FXIcon.
-
#bigiconopen ⇒ Object
Big open icon FXIcon.
-
#command ⇒ Object
Command to execute [String].
-
#dragtype ⇒ Object
Registered drag type [Integer].
-
#extension ⇒ Object
Full extension name [String].
-
#flags ⇒ Object
Flags [Integer].
-
#mimetype ⇒ Object
Mime type name [String].
-
#miniicon ⇒ Object
Mini normal icon FXIcon.
-
#miniiconopen ⇒ Object
Mini open icon FXIcon.
Instance Method Summary collapse
-
#initialize ⇒ FXFileAssoc
constructor
Returns an initialized FXFileAssoc instance.
Constructor Details
#initialize ⇒ FXFileAssoc
Returns an initialized FXFileAssoc instance
34 |
# File 'rdoc-sources/FXFileDict.rb', line 34 def initialize; end |
Instance Attribute Details
#bigicon ⇒ Object
Big normal icon Fox::FXIcon
16 17 18 |
# File 'rdoc-sources/FXFileDict.rb', line 16 def bigicon @bigicon end |
#bigiconopen ⇒ Object
Big open icon Fox::FXIcon
19 20 21 |
# File 'rdoc-sources/FXFileDict.rb', line 19 def bigiconopen @bigiconopen end |
#command ⇒ Object
Command to execute [String]
7 8 9 |
# File 'rdoc-sources/FXFileDict.rb', line 7 def command @command end |
#dragtype ⇒ Object
Registered drag type [Integer]
28 29 30 |
# File 'rdoc-sources/FXFileDict.rb', line 28 def dragtype @dragtype end |
#extension ⇒ Object
Full extension name [String]
10 11 12 |
# File 'rdoc-sources/FXFileDict.rb', line 10 def extension @extension end |
#flags ⇒ Object
Flags [Integer]
31 32 33 |
# File 'rdoc-sources/FXFileDict.rb', line 31 def flags @flags end |
#mimetype ⇒ Object
Mime type name [String]
13 14 15 |
# File 'rdoc-sources/FXFileDict.rb', line 13 def mimetype @mimetype end |
#miniicon ⇒ Object
Mini normal icon Fox::FXIcon
22 23 24 |
# File 'rdoc-sources/FXFileDict.rb', line 22 def miniicon @miniicon end |
#miniiconopen ⇒ Object
Mini open icon Fox::FXIcon
25 26 27 |
# File 'rdoc-sources/FXFileDict.rb', line 25 def miniiconopen @miniiconopen end |