Searched defs:Window (Results 1 – 5 of 5) sorted by relevance
18 struct Window { struct23 struct Window window = { argument
68 @interface Window : NSObject interface
72 @interface Window : NSObject interface
354 enum class Type { Window, Pad }; enumerator571 class Window : public Surface { class573 Window(const char *name) in Window() function in curses::Window580 Window(const char *name, WINDOW *w, bool del = true) in Window() function in curses::Window590 Window(const char *name, const Rect &bounds) in Window() function in curses::Window
418 if (auto *Window = O->getObject("window")) { in fromJSON() local