Searched refs:WinBorder (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.cpp4 #include "WinBorder.h"
10 WinBorder::WinBorder(BRect frame, const char* name, function in class:WinBorder
21 WinBorder::~WinBorder()
25 void WinBorder::MovedByHook(float dx, float dy)
30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic)
35 void WinBorder::set_decorator_region(BRect bounds)
53 bool WinBorder::alter_visible_for_children(BRegion &region)
59 void WinBorder
[all...]
H A DWinBorder.h4 class WinBorder : public Layer class in inherits:Layer
7 WinBorder(BRect frame, const char* name,
9 ~WinBorder();
H A Dmain.cpp14 #include "WinBorder.h"
92 WinBorder* window = new WinBorder(frame, name, B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE,
242 // = new WinBorder(BRect(20,20,300,220), "lay1", B_FOLLOW_NONE, 0, c);
245 WinBorder *wb1 = new WinBorder(BRect(20,20,300,220), "wb1", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, c);
337 WinBorder *wb2 = new WinBorder(BRect(280,120,600,420), "wb2", B_FOLLOW_NONE, B_FULL_UPDATE_ON_RESIZE, c);
351 WinBorder *wb3 = new WinBorder(BRec
[all...]

Completed in 38 milliseconds