Class: Wx::VisualAttributes

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/window.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

Struct containing all the visual attributes of a control.

Instance Method Summary collapse

Instance Method Details

#col_bgWx::Colour

The background colour. May be NULL_COLOUR if the controls background colour is not solid.

Returns:



2862
# File 'lib/wx/doc/gen/window.rb', line 2862

def col_bg; end

#col_bg=(val) ⇒ void

This method returns an undefined value.

The background colour. May be NULL_COLOUR if the controls background colour is not solid.

Parameters:



2868
# File 'lib/wx/doc/gen/window.rb', line 2868

def col_bg=(val); end

#col_fgWx::Colour

The foreground colour.

Returns:



2850
# File 'lib/wx/doc/gen/window.rb', line 2850

def col_fg; end

#col_fg=(val) ⇒ void

This method returns an undefined value.

The foreground colour.

Parameters:



2856
# File 'lib/wx/doc/gen/window.rb', line 2856

def col_fg=(val); end

#fontWx::Font

The font used for control label/text inside it.

Returns:



2838
# File 'lib/wx/doc/gen/window.rb', line 2838

def font; end

#font=(val) ⇒ void

This method returns an undefined value.

The font used for control label/text inside it.

Parameters:



2844
# File 'lib/wx/doc/gen/window.rb', line 2844

def font=(val); end