#include "Window.h"
#include "VisualComponent.h"
#include "Decorator.h"
#include "BorderDecorator.h"
#include "ScrollDecorator.h"
#include "TextView.h"
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 8 of file Decorator.cpp.
References BorderDecorator::DEFAULT_BORDER_WIDTH, Window::Draw(), ScrollDecorator::INITIAL_SCROLL_POSITION, Window::Resize(), and Window::SetContents().