Class: Bowline::Desktop::Window

Inherits:
Object
  • Object
show all
Includes:
WindowMethods
Defined in:
lib/bowline/desktop/window.rb

Overview

Use the Window class to create new windows that your users can interact with.

Usually, this class isn’t instantiated directly, but rather used in conjunction with the WindowManager class. We recommend this approach, otherwise your window won’t be able to call out to Ruby, or use Bowline’s binding API.

At the moment, these methods need to be called in the main thread. This is a restriction we’re hoping to remove soon.

Method Summary

Methods included from WindowMethods

#center, #deallocated?, #file=, #height=, #method_missing, #select_dir, #select_file, #url=, #width=

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bowline::Desktop::WindowMethods