* Implemented private functions do_minimize_team(), and do_bring_to_front_team()

used by the Deskbar (for "Hide All" and "Show All"). The latter doesn't work
  correctly yet, though, it just maximizes all windows of that application.
* Added a TODO to ServerWindow AS_MINIMIZE_WINDOW on how to make it work correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16315 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-09 18:53:36 +00:00
parent 995ab7b3c6
commit f877af82fe
6 changed files with 74 additions and 8 deletions
+2
View File
@@ -36,6 +36,8 @@ enum {
// Desktop definitions
AS_GET_WINDOW_LIST,
AS_GET_WINDOW_INFO,
AS_MINIMIZE_TEAM,
AS_BRING_TEAM_TO_FRONT,
// Application definitions
AS_CREATE_APP,