31 #ifndef TBX_DOCPOSITIONWINDOW_H_
32 #define TBX_DOCPOSITIONWINDOW_H_
34 #include "../window.h"
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
The Window object represents a toolbox window.
Definition: window.h:70
Class to reposition each newly opened document window so the titles don't overlap.
Definition: docpositionwindow.h:51
void show(tbx::Window window)
Show the given window at the next position.
Definition: docpositionwindow.cc:59
Class to represent a position in two dimensional space.
Definition: point.h:37
DocPositionWindow()
Constructor, sets it up to read the position for the first call.
Definition: docpositionwindow.cc:44