Sha256: 7d919b07f0987642439ebe19a1a94e3bcb416f8cc768bcaaa1b6c5605b463b27
Contents?: true
Size: 430 Bytes
Versions: 11
Compression:
Stored size: 430 Bytes
Contents
class Wx::ColourDialog # Returns (a copy of) the colour data of the dialog. # @return [Wx::ColourData] colour data copy def get_colour_data; end alias :colour_data :get_colour_data # Updates the colour data for the dialog. # @param [Wx::ColourData] clr_data the colour data to update the dialog with # @return [void] def set_colour_data(clr_data); end alias :colour_data= :set_colour_data end
Version data entries
11 entries across 11 versions & 1 rubygems