module EnvironmentInformation::GUI::UniversalWidgets::EnvironmentInformationModule

Constants

FONT_SIZE
#

FONT_SIZE

#
LARGER_FONT
#

LARGER_FONT

#
N
#

N

#
SMALLER_FONT
#

SMALLER_FONT

#
TITLE
#

TITLE

#
USE_THIS_FONT
#

USE_THIS_FONT

#

Public Instance Methods

assign_the_environment_information_dataset_to_the_data_variable() click to toggle source
#

assign_the_environment_information_dataset_to_the_data_variable

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 67
def assign_the_environment_information_dataset_to_the_data_variable
  @data = ::EnvironmentInformation.initialize_hash
end
border_size?() click to toggle source
#

border_size?

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 88
def border_size?
  10
end
favicon?() click to toggle source
#

favicon?

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 81
def favicon?
  :tabble
end
padding?() click to toggle source
#

padding?

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 95
def padding?
  2
end
reset_the_variables() click to toggle source
#

reset_the_variables

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 53
def reset_the_variables
  # ======================================================================= #
  # === @display_information_on_the_commandline
  #
  # If the next variable is set to true then information will be
  # displayed on the commandline.
  # ======================================================================= #
  @display_information_on_the_commandline = true
  assign_the_environment_information_dataset_to_the_data_variable
end
smaller_font?() click to toggle source
#

smaller_font?

#
# File lib/environment_information/gui/shared_code/environment_information/environment_information_module.rb, line 74
def smaller_font?
  SMALLER_FONT
end