Module: Tk::Vu

Defined in:
lib/tkextlib/vu.rb,
lib/tkextlib/vu/pie.rb,
lib/tkextlib/vu/dial.rb,
lib/tkextlib/vu/charts.rb,
lib/tkextlib/vu/spinbox.rb,
lib/tkextlib/vu/bargraph.rb

Defined Under Namespace

Modules: ChartsConfig, PieSliceConfigMethod Classes: Bargraph, Dial, NamedPieSlice, Pie, PieSlice, TkcBarchart, TkcSticker, TkcStripchart

Constant Summary collapse

PACKAGE_NAME =
'vu'.freeze
Spinbox =
Tk::Spinbox

Class Method Summary collapse

Class Method Details

.package_nameObject



24
25
26
# File 'lib/tkextlib/vu.rb', line 24

def self.package_name
  PACKAGE_NAME
end

.package_versionObject



28
29
30
31
32
33
34
# File 'lib/tkextlib/vu.rb', line 28

def self.package_version
  begin
    TkPackage.require('vu')
  rescue
    ''
  end
end