Class: QDA::GUI::IconType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#constantObject

Returns the value of attribute constant

Returns:

  • (Object)

    the current value of constant



33
34
35
# File 'lib/weft/wxgui/constants.rb', line 33

def constant
  @constant
end

#extensionObject

Returns the value of attribute extension

Returns:

  • (Object)

    the current value of extension



33
34
35
# File 'lib/weft/wxgui/constants.rb', line 33

def extension
  @extension
end