Subversion Repositories Kolibri OS

Rev

Rev 5851 | Rev 5867 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5851 Rev 5865
Line 1187... Line 1187...
1187
Returned value:
1187
Returned value:
1188
  * eax = 0 - error
1188
  * eax = 0 - error
1189
  * eax = 1 - success
1189
  * eax = 1 - success
Line 1190... Line 1190...
1190
 
1190
 
-
 
1191
Constant position of the window relative to other windows:
-
 
1192
 ZPOS_DESKTOP     = -2 - on the background
1191
Constant position of the window relative to other windows:
1193
 ZPOS_ALWAYS_BACK = -1 - behind all the windows
1192
 ZPOS_NORMAL      = 0 - normal
-
 
1193
 ZPOS_ALWAYS_BACK = 1 - behind all the windows
-
 
1194
 ZPOS_DESKTOP     = 2 - on the background
1194
 ZPOS_NORMAL      = 0  - normal
Line 1195... Line 1195...
1195
 ZPOS_ALWAYS_TOP  = 3 - on top of all windows
1195
 ZPOS_ALWAYS_TOP  = 1  - on top of all windows
1196
 
1196
 
1197
======================================================================
1197
======================================================================