Method: TkCore::Tk_OBJECT_TABLE#initialize
- Defined in:
- lib/tk.rb
#initialize(id) ⇒ Tk_OBJECT_TABLE
Returns a new instance of Tk_OBJECT_TABLE.
1418 1419 1420 1421 |
# File 'lib/tk.rb', line 1418 def initialize(id) @id = id @mutex = Mutex.new end |