Class: UI::Widgets::KeyboardLayoutTest

Inherits:
CWM::InputField show all
Defined in:
library/general/src/lib/ui/widgets.rb

Overview

Widget representing input field for testing keyboard layout. Its value is ignored and never used anywhere.

Instance Attribute Summary

Attributes inherited from CWM::AbstractWidget

#handle_all_events, #widget_id

Instance Method Summary collapse

Methods included from CWM::ValueBasedWidget

#value, #value=

Methods inherited from CWM::AbstractWidget

#cleanup, #cwm_definition, #disable, #displayed?, #enable, #enabled?, #focus, #fun_ref, #handle, #help, #init, #my_event?, #opt, #refresh_help, #store, #validate, widget_type=

Constructor Details

#initializeKeyboardLayoutTest

Returns a new instance of KeyboardLayoutTest.



28
29
30
31
32
# File 'library/general/src/lib/ui/widgets.rb', line 28

def initialize
  super

  textdomain "base"
end

Instance Method Details

#labelObject



34
35
36
# File 'library/general/src/lib/ui/widgets.rb', line 34

def label
  _("&Test Keyboard Layout")
end