Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • tk/lib/tkextlib/bwidget/bitmap.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Tk::BWidget::Bitmap

Public Class Methods

new(name) click to toggle source
 
               # File tk/lib/tkextlib/bwidget/bitmap.rb, line 17
def initialize(name)
  @path = tk_call_without_enc('Bitmap::get', name)
  Tk_IMGTBL[@path] = self
end