Searched refs:WinBorder (Results 1 – 5 of 5) sorted by relevance
/haiku/src/tests/servers/app/newClipping/ |
H A D | WinBorder.cpp | 10 WinBorder::WinBorder(BRect frame, const char* name, in WinBorder() function in WinBorder 21 WinBorder::~WinBorder() in ~WinBorder() 25 void WinBorder::MovedByHook(float dx, float dy) in MovedByHook() 30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic) in ResizedByHook() 35 void WinBorder::set_decorator_region(BRect bounds) in set_decorator_region() 53 bool WinBorder::alter_visible_for_children(BRegion ®ion) in alter_visible_for_children() 59 void WinBorder::get_user_regions(BRegion ®) in get_user_regions()
|
H A D | main.cpp | 92 WinBorder* window = new WinBorder(frame, name, B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, in AddWindow() 245 …WinBorder *wb1 = new WinBorder(BRect(20,20,300,220), "wb1", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 337 …WinBorder *wb2 = new WinBorder(BRect(280,120,600,420), "wb2", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESI… in test1() 351 …WinBorder *wb3 = new WinBorder(BRect(20,20,300,220), "wb3", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 357 …WinBorder *wb4 = new WinBorder(BRect(20,20,300,220), "wb4", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 363 …WinBorder *wb5 = new WinBorder(BRect(20,20,300,220), "wb5", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 369 …WinBorder *wb6 = new WinBorder(BRect(20,20,300,220), "wb6", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 375 …WinBorder *wb7 = new WinBorder(BRect(20,20,300,220), "wb7", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 381 …WinBorder *wb8 = new WinBorder(BRect(20,20,300,220), "wb8", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() 387 …WinBorder *wb9 = new WinBorder(BRect(20,20,300,220), "wb9", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1() [all …]
|
H A D | WinBorder.h | 4 class WinBorder : public Layer 7 WinBorder(BRect frame, const char* name, 9 ~WinBorder();
|
/haiku/docs/develop/servers/app_server/ |
H A D | WinBorder.rst | 1 WinBorder class : public Layer 4 WinBorder objects provide window management functionality and ensure 10 WinBorder(BRect r, const char \*name, int32 resize, int32 flags, ServerWindow \*win) 17 ~WinBorder(void) 34 Moves the WinBorder's position on screen - reimplements Layer::MoveBy() 42 Resizes the WinBorder - reimplements Layer::MoveBy() 153 Hook function called by the WinBorder's ServerWindow when the decorator used is changed. 163 Hook function called by the WinBorder's ServerWindow when system colors change 170 Hook function called by the WinBorder's ServerWindow when system fonts change 177 Hook function called by the WinBorder's ServerWindow when screen [all …]
|
H A D | toc.rst | 77 /servers/app_server/WinBorder
|