Finished up ServerApp

Implemented most of and documented all of ServerWindow
Miscellaneous necessary tweaks to other classes


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-02-24 15:47:06 +00:00
parent 364bb57e76
commit e8cde26567
14 changed files with 496 additions and 289 deletions
+16
View File
@@ -328,3 +328,19 @@ void WinBorder::ResizeBy(BPoint pt)
void WinBorder::ResizeBy(float x, float y)
{
}
void WinBorder::UpdateColors(void)
{
}
void WinBorder::UpdateDecorator(void)
{
}
void WinBorder::UpdateFont(void)
{
}
void WinBorder::UpdateScreen(void)
{
}