Class: VimMate::DummyWindow
- Inherits:
-
Object
- Object
- VimMate::DummyWindow
- Defined in:
- lib/vim_mate/dummy_window.rb
Overview
Represents a dummy window used when a feature is missing
Instance Attribute Summary collapse
-
#gtk_window ⇒ Object
readonly
Returns the value of attribute gtk_window.
Instance Method Summary collapse
-
#initialize ⇒ DummyWindow
constructor
Create a DummyWindow.
Constructor Details
#initialize ⇒ DummyWindow
Create a DummyWindow
9 10 11 |
# File 'lib/vim_mate/dummy_window.rb', line 9 def initialize @gtk_window = Gtk::EventBox.new end |
Instance Attribute Details
#gtk_window ⇒ Object (readonly)
Returns the value of attribute gtk_window.
6 7 8 |
# File 'lib/vim_mate/dummy_window.rb', line 6 def gtk_window @gtk_window end |