Searched refs:siblings (Results 1 – 8 of 8) sorted by relevance
/haiku/src/libs/glut/ |
H A D | glutWindow.cpp | 87 siblings = parent->children; in GlutWindow() 90 siblings = 0; in GlutWindow() 253 GlutWindow *siblings = cur->siblings; in __glutDestroyWindow() local 255 cur = siblings; in __glutDestroyWindow() 266 *prev = cur->siblings; in __glutDestroyWindow() 269 prev = &(cur->siblings); in __glutDestroyWindow() 270 cur = cur->siblings; in __glutDestroyWindow()
|
H A D | glutWindow.h | 48 GlutWindow *siblings; /* next sibling */ variable
|
H A D | glutGet.cpp | 73 children = children->siblings; in glutGet()
|
H A D | glutint.h | 361 GLUTwindow *siblings; /* list of siblings */ member
|
/haiku/src/apps/haikudepot/build/scripts/ |
H A D | ustache.py | 817 siblings: _SiblingIterator = None 858 siblings, callback, silent = stack_pop() 878 stack_append((siblings, callback, silent)) 882 if siblings: 884 scope = next(siblings) 890 siblings, callback, silent = stack_pop() 893 siblings, callback, silent = stack_pop() 897 stack_append((siblings, callback, silent)) 905 siblings = None 909 siblings = None [all …]
|
/haiku/docs/develop/servers/app_server/ |
H A D | WinBorder.rst | 186 lower siblings are clipped to the footprint instead of the frame.
|
/haiku/docs/user/interface/ |
H A D | ScrollView.dox | 30 adding the scroll bars and target view as siblings so that when one
|
H A D | ScrollBar.dox | 30 Scroll bars are usually added as siblings of the target view, that way
|