Subversion Repositories Kolibri OS

Rev

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

Rev 5810 Rev 5836
Line 1143... Line 1143...
1143
  * The sizes specified in the function should not exceed the sizes
1143
  * The sizes specified in the function should not exceed the sizes
1144
    of the current video mode, otherwise the function will not change
1144
    of the current video mode, otherwise the function will not change
1145
    anything.
1145
    anything.
Line 1146... Line 1146...
1146
 
1146
 
-
 
1147
======================================================================
-
 
1148
===================== Function 18, subfunction 25 ====================
-
 
1149
===== Control position of the window relative to other windows. ======
-
 
1150
======================================================================
-
 
1151
 
-
 
1152
------------- Subsubfunction 1 - get position  -----------------------
-
 
1153
Parameters:
-
 
1154
  * eax = 18 - function number
-
 
1155
  * ebx = 25 - subfunction number
-
 
1156
  * ecx = 1 - subsubfunction number
-
 
1157
  * edx = -1(for current window) or PID application
-
 
1158
Returned value:
-
 
1159
  * eax = one of the constants window position
-
 
1160
 
-
 
1161
------------- Subsubfunction 2 - set position  -----------------------
-
 
1162
Parameters:
-
 
1163
  * eax = 18 - function number
-
 
1164
  * ebx = 25 - subfunction number
-
 
1165
  * ecx = 2 - subsubfunction number
-
 
1166
  * edx = -1(for current window) or PID application
-
 
1167
  * esi = new window position (one of the constants below)
-
 
1168
Returned value:
-
 
1169
  * eax = 0 - error
-
 
1170
  * eax = 1 - success
-
 
1171
 
-
 
1172
Constant position of the window relative to other windows:
-
 
1173
 ZPOS_NORMAL      = 0 - normal
-
 
1174
 ZPOS_ALWAYS_BACK = 1 - behind all the windows
-
 
1175
 ZPOS_DESKTOP     = 2 - on the background
-
 
1176
 ZPOS_ALWAYS_TOP  = 3 - on top of all windows
-
 
1177
 
1147
======================================================================
1178
======================================================================
1148
==================== Function 20 - MIDI interface. ===================
1179
==================== Function 20 - MIDI interface. ===================
Line 1149... Line 1180...
1149
======================================================================
1180
======================================================================
1150
 
1181