Searched defs:TabObject (Results 1 – 4 of 4) sorted by relevance
221 struct TabObject struct223 TabObject() in TabObject() function226 TabObject(Window* window) : active(false), next(this), prev(this) in TabObject() argument237 TabObject* next; argument238 TabObject* prev; argument
221 struct TabObject struct223 TabObject() in TabObject() function226 TabObject(Window* window) : active(false), next(this), prev(this) in TabObject() function237 TabObject* next; argument238 TabObject* prev; argument
145 friend TabObject; member