Method: Tk::TclX::XPG3_MsgCat#get

Defined in:
lib/tkextlib/tclx/tclx.rb

#get(setnum, msgnum, defaultstr) ⇒ Object



69
70
71
# File 'lib/tkextlib/tclx/tclx.rb', line 69

def get(setnum, msgnum, defaultstr)
  Tk.tk_call('catgets', @msgcat_id, setnum, msgnum, defaultstr)
end