Searched defs:Window (Results 1 – 2 of 2) sorted by relevance
15396 typedef struct Window Window; typedef20450 struct Window { struct20462 Window **ppThis; /* Pointer to this object in Select.pWin list */ argument20463 Window *pNextWin; /* Next window function belonging to this SELECT */ argument20486 SQLITE_PRIVATE void sqlite3WindowDelete(sqlite3*, Window*); argument
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