Method: Fox::FXWindow#tr

Defined in:
rdoc-sources/FXWindow.rb

#tr(message, hint = nil) ⇒ Object

Translate message for localization; using the current FXTranslator, an attempt is made to translate the given message into the current language. An optional hint may be passed to break any ties in case more than one tranlation is possible for the given message text. In addition, the name of the widget is passed as context name so that controls in a single dialog may be grouped together.



723
# File 'rdoc-sources/FXWindow.rb', line 723

def tr(message, hint=nil); end