Sha256: b5f5a3d1eac69348e8892c02efd0daf5c5d14ee3bc5345942ae92ce282894d52
Contents?: true
Size: 415 Bytes
Versions: 9
Compression:
Stored size: 415 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
9 entries across 9 versions & 1 rubygems