Subversion Repositories Kolibri OS

Rev

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

Rev 7227 Rev 7235
Line 274... Line 274...
274
	EAX = 26;
274
	EAX = 26;
275
	EBX = 5;
275
	EBX = 5;
276
	$int 0x40
276
	$int 0x40
277
}
277
}
Line -... Line 278...
-
 
278
 
-
 
279
#define BUTTON_STYLE_FLAT 0
-
 
280
#define BUTTON_STYLE_GRADIENT 1
-
 
281
inline fastcall SetButtonStyle(ECX) //ECX - button style
-
 
282
{
-
 
283
	$mov eax,48
-
 
284
	$mov ebx,1
-
 
285
	int 64
-
 
286
}
278
 
287
 
279
inline fastcall GetSkinHeight()
288
inline fastcall GetSkinHeight()
280
{
289
{
281
	$push ebx
290
	$push ebx
282
	$mov  eax,48
291
	$mov  eax,48