Dry
Classes | Enumerations
Window.h File Reference
#include "../UI/BorderImage.h"

Classes

class  Dry::Window
 Window UI element that can optionally by moved or resized. More...
 

Enumerations

enum  Dry::WindowDragMode {
  DRAG_NONE, DRAG_MOVE, DRAG_RESIZE_TOPLEFT, DRAG_RESIZE_TOP,
  DRAG_RESIZE_TOPRIGHT, DRAG_RESIZE_RIGHT, DRAG_RESIZE_BOTTOMRIGHT, DRAG_RESIZE_BOTTOM,
  DRAG_RESIZE_BOTTOMLEFT, DRAG_RESIZE_LEFT
}
 Window movement and resizing modes.