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.
245 |
# File 'lib/wx/doc/gen/status_bar.rb', line 245 def initialize(style=Wx::SB_NORMAL, width=0) end |
Instance Method Details
#get_style ⇒ Integer Also known as: style
Returns the pane style.
254 |
# File 'lib/wx/doc/gen/status_bar.rb', line 254 def get_style; end |
#get_text ⇒ String Also known as: text
Returns the text currently shown in this pane.
259 |
# File 'lib/wx/doc/gen/status_bar.rb', line 259 def get_text; end |
#get_width ⇒ Integer Also known as: width
Returns the pane width; it maybe negative, indicating a variable-width field.
249 |
# File 'lib/wx/doc/gen/status_bar.rb', line 249 def get_width; end |