Sha256: 844ab70a13097376258ff299d07f8d2ec947b61e9cd0b61a25c0b2f0b52d8c09
Contents?: true
Size: 965 Bytes
Versions: 17
Compression:
Stored size: 965 Bytes
Contents
# ---------------------------------------------------------------------------- # This file is automatically generated by the WXRuby3 code # generator. Do not alter this file. # ---------------------------------------------------------------------------- module Wx module RTC RICHTEXT_DEFAULT_OVERALL_SIZE = Wx::Size.new(-1, -1) RICHTEXT_DEFAULT_IMAGE_SIZE = Wx::Size.new(80, 80) Wx.add_delayed_constant(self, :RICHTEXT_DEFAULT_UNFOCUSSED_BACKGROUND) { Wx::Colour.new(175, 175, 175) } Wx.add_delayed_constant(self, :RICHTEXT_DEFAULT_FOCUSSED_BACKGROUND) { Wx::Colour.new(140, 140, 140) } Wx.add_delayed_constant(self, :RICHTEXT_DEFAULT_UNSELECTED_BACKGROUND) { Wx::SystemSettings.get_colour(Wx::SYS_COLOUR_3DFACE) } Wx.add_delayed_constant(self, :RICHTEXT_DEFAULT_TYPE_COLOUR) { Wx::Colour.new(0, 0, 200) } Wx.add_delayed_constant(self, :RICHTEXT_DEFAULT_FOCUS_RECT_COLOUR) { Wx::Colour.new(100, 80, 80) } end end
Version data entries
17 entries across 17 versions & 1 rubygems