Sha256: 216f4b49a5b010bed79e8e029cf9209bbb94f9ec944ac24056df62c30a64997b
Contents?: true
Size: 788 Bytes
Versions: 5
Compression:
Stored size: 788 Bytes
Contents
class Wx::Cursor # Searches for an art file with basename 'name' and creates a Cursor if found. # Raises an ArgumentError if not found. # Wx::ArtLocator::find_art is used to look up the art file using ::Kernel#caller_locations to # determine the values for the 'art_path' and 'art_owner' arguments ('art_path' is set to the # absolute path to the folder holding the caller's code and 'art_owner' to the basename of the # caller's source file). The 'art_type' argument is set to <code>:icon</code>. # @param [String,Symbol] name base name of art file # @param [Wx::BitmapType,nil] bmp_type bitmap type for art file (nil means any supported type) # @return [Wx::Cursor] # @see Wx::ArtLocator::find_art def self.Cursor(name, bmp_type = nil); end end
Version data entries
5 entries across 5 versions & 1 rubygems