Class: Wx::StatusBarPane
- Inherits:
-
Object
- Object
- Wx::StatusBarPane
- Defined in:
- lib/wx/doc/gen/status_bar.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
A status bar pane data container used by StatusBar.
Category: Data Structures
Instance Method Summary collapse
-
#get_style ⇒ Integer
(also: #style)
Returns the pane style.
-
#get_text ⇒ String
(also: #text)
Returns the text currently shown in this pane.
-
#get_width ⇒ Integer
(also: #width)
Returns the pane width; it maybe negative, indicating a variable-width field.
-
#initialize(style = Wx::SB_NORMAL, width = 0) ⇒ Wx::StatusBarPane
constructor
Constructs the pane with the given style and width.
Constructor Details
#initialize(style = Wx::SB_NORMAL, width = 0) ⇒ Wx::StatusBarPane
Constructs the pane with the given style and width.
270 |
# File 'lib/wx/doc/gen/status_bar.rb', line 270 def initialize(style=Wx::SB_NORMAL, width=0) end |
Instance Method Details
#get_style ⇒ Integer Also known as: style
Returns the pane style.
279 |
# File 'lib/wx/doc/gen/status_bar.rb', line 279 def get_style; end |
#get_text ⇒ String Also known as: text
Returns the text currently shown in this pane.
284 |
# File 'lib/wx/doc/gen/status_bar.rb', line 284 def get_text; end |
#get_width ⇒ Integer Also known as: width
Returns the pane width; it maybe negative, indicating a variable-width field.
274 |
# File 'lib/wx/doc/gen/status_bar.rb', line 274 def get_width; end |