Pyro higlevel API
Classes | Namespaces | Enumerations
window.h File Reference

Classes

class  os::Window
 

Namespaces

namespace  os
 os:: This namespace wrapps all AtheOS API classes
 

Enumerations

enum  {
  os::WND_NO_CLOSE_BUT = 0x00000001,
  os::WND_NO_ZOOM_BUT = 0x00000002,
  os::WND_NO_DEPTH_BUT = 0x00000004,
  os::WND_NOT_MOVEABLE = 0x00000008,
  os::WND_NOT_H_RESIZABLE = 0x00000010,
  os::WND_NOT_V_RESIZABLE = 0x00000020,
  os::WND_NOT_RESIZABLE = 0x00000030,
  os::WND_NO_TITLE = 0x00000040,
  os::WND_NO_BORDER = 0x00000080,
  os::WND_FRONTMOST = 0x00000100,
  os::WND_BACKMOST = 0x00000200,
  os::WND_MODAL = 0x00000400,
  os::WND_SEND_WINDOWS_CHANGED = 0x00000800,
  os::WND_SYSTEM = 0x00010000,
  os::WND_SINGLEBUFFER = 0x00020000,
  os::WND_INDEP_DESKTOP_FRAMES = 0x00040000
}
 
enum  {
  os::CURRENT_DESKTOP = 0,
  os::ALL_DESKTOPS = ~0
}