Class: QDA::GUI::IconType
- Inherits:
-
Struct
- Object
- Struct
- QDA::GUI::IconType
- Defined in:
- lib/weft/wxgui/constants.rb
Overview
use windows type icons by preference on windows, otherwise settle for XPMs (which don’t do multi-resolution). Also - use MDI style by default on windows, otherwise use multiframe style
Instance Attribute Summary collapse
-
#constant ⇒ Object
Returns the value of attribute constant.
-
#extension ⇒ Object
Returns the value of attribute extension.
Instance Attribute Details
#constant ⇒ Object
Returns the value of attribute constant
33 34 35 |
# File 'lib/weft/wxgui/constants.rb', line 33 def constant @constant end |
#extension ⇒ Object
Returns the value of attribute extension
33 34 35 |
# File 'lib/weft/wxgui/constants.rb', line 33 def extension @extension end |