Home
last modified time | relevance | path

Searched refs:WinBorder (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp10 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 &region) in alter_visible_for_children()
59 void WinBorder::get_user_regions(BRegion &reg) in get_user_regions()
H A Dmain.cpp92 WinBorder* window = new WinBorder(frame, name, B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, in AddWindow()
245WinBorder *wb1 = new WinBorder(BRect(20,20,300,220), "wb1", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
337WinBorder *wb2 = new WinBorder(BRect(280,120,600,420), "wb2", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESI… in test1()
351WinBorder *wb3 = new WinBorder(BRect(20,20,300,220), "wb3", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
357WinBorder *wb4 = new WinBorder(BRect(20,20,300,220), "wb4", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
363WinBorder *wb5 = new WinBorder(BRect(20,20,300,220), "wb5", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
369WinBorder *wb6 = new WinBorder(BRect(20,20,300,220), "wb6", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
375WinBorder *wb7 = new WinBorder(BRect(20,20,300,220), "wb7", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
381WinBorder *wb8 = new WinBorder(BRect(20,20,300,220), "wb8", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
387WinBorder *wb9 = new WinBorder(BRect(20,20,300,220), "wb9", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE… in test1()
[all …]
H A DWinBorder.h4 class WinBorder : public Layer
7 WinBorder(BRect frame, const char* name,
9 ~WinBorder();
/haiku/docs/develop/servers/app_server/
H A DWinBorder.rst1 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 Dtoc.rst77 /servers/app_server/WinBorder