Parent

Methods

Files

Wx::Icon

Public Class Methods

from_bitmap(bmp) click to toggle source

Analogous to Image.from_bitmap

# File wx/classes/icon.rb, line 3
  def self.from_bitmap(bmp)
    ico = new
    ico.copy_from_bitmap(bmp)
    ico
  end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.