Method: PM::ListWindow#initialize

Defined in:
lib/patchmaster/curses/list_window.rb

#initialize(rows, cols, row, col, title_prefix) ⇒ ListWindow

Returns a new instance of ListWindow.



8
9
10
11
# File 'lib/patchmaster/curses/list_window.rb', line 8

def initialize(rows, cols, row, col, title_prefix)
  super
  @offset = 0
end