Class: Wx::VisualAttributes
- Inherits:
-
Object
- Object
- Wx::VisualAttributes
- Defined in:
- lib/wx/doc/gen/window.rb
Overview
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
-
#col_bg ⇒ Wx::Colour
The background colour.
-
#col_bg=(val) ⇒ void
The background colour.
-
#col_fg ⇒ Wx::Colour
The foreground colour.
-
#col_fg=(val) ⇒ void
The foreground colour.
-
#font ⇒ Wx::Font
The font used for control label/text inside it.
-
#font=(val) ⇒ void
The font used for control label/text inside it.
Instance Method Details
#col_bg ⇒ Wx::Colour
The background colour. May be NULL_COLOUR if the controls background colour is not solid.
2869 |
# File 'lib/wx/doc/gen/window.rb', line 2869 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.
2875 |
# File 'lib/wx/doc/gen/window.rb', line 2875 def col_bg=(val); end |
#col_fg ⇒ Wx::Colour
The foreground colour.
2857 |
# File 'lib/wx/doc/gen/window.rb', line 2857 def col_fg; end |
#col_fg=(val) ⇒ void
This method returns an undefined value.
The foreground colour.
2863 |
# File 'lib/wx/doc/gen/window.rb', line 2863 def col_fg=(val); end |
#font ⇒ Wx::Font
The font used for control label/text inside it.
2845 |
# File 'lib/wx/doc/gen/window.rb', line 2845 def font; end |
#font=(val) ⇒ void
This method returns an undefined value.
The font used for control label/text inside it.
2851 |
# File 'lib/wx/doc/gen/window.rb', line 2851 def font=(val); end |