Lines Matching refs:child
164 … deleteFlag(false), offY(0), visible(false), enabled(true), master(NULL), child(NULL), dummyTab(th… in Window()
223 Window* custom = this->child; in GetWidth()
229 custom = custom->child; in GetWidth()
244 Window* custom = this->child; in GetHeight()
248 custom = custom->child; in GetHeight()
263 Window* custom = this->child; in GetMaxHeight()
267 custom = custom->child; in GetMaxHeight()
296 if (this->child) in CursorOver()
297 return this->child->CursorOver(); in CursorOver()
423 this->child = window; in AttachWindow()
431 if (!this->child) in DetachWindow()
434 this->child->master = NULL; in DetachWindow()
435 this->child->Hide(); in DetachWindow()
436 this->child = NULL; in DetachWindow()