Sha256: ac74998a6b9305d9c466e93d31373dd1d7676960a1545d6b0a52ab4f7f439a40

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


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

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/colour_dialog.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/colour_dialog.rb