Class: VimMate::DummyWindow

Inherits:
Object
  • Object
show all
Defined in:
lib/vim_mate/dummy_window.rb

Overview

Represents a dummy window used when a feature is missing

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDummyWindow

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_windowObject (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