Sha256: 6fca147b55c3a47c69c917c74305a32f4d31236cc2353e7a78e72986607baa24
Contents?: true
Size: 289 Bytes
Versions: 20
Compression:
Stored size: 289 Bytes
Contents
class MainWindowController < TeacupWindowController layout do |view| @table_view_controller = MainTableController.new subview(@table_view_controller.view, frame: [[10, 10], [460, 340]], autoresizingMask: NSViewWidthSizable | NSViewHeightSizable, ) end end
Version data entries
20 entries across 20 versions & 1 rubygems