Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4794 Akyltist 1
include 'loggy.inc'                          ; Color Table
7691 leency 2
include '../skin.inc'
4794 Akyltist 3
 
4
SKIN_PARAMS \
5
  height          = bmp_center1.height,\     ; skin height
6
  margins         = [5:1:43:1],\             ; margins [left:top:right:bottom]
7
  colors active   = [binner=win_border:\
8
                     bouter=win_frame:\
9
                     bframe=win_face],\
10
  colors inactive = [binner=win_inborder:\
11
                     bouter=win_inframe:\
12
                     bframe=win_inface],\
13
  dtp             = 'dtp.dtp'                ; dtp colors
14
 
15
SKIN_BUTTONS \
16
  close    = [-20:3][14:14],\                ; buttons coordinates
17
  minimize = [-37:3][14:14]                  ; [left:top][width:height]
18
 
19
SKIN_BITMAPS \
20
  left active   = bmp_left1,\                ; skin bitmaps pointers
21
  left inactive = bmp_left2,\
22
  oper active   = bmp_right1,\
23
  oper inactive = bmp_right2,\
24
  base active   = bmp_center1,\
25
  base inactive = bmp_center2
26
 
27
BITMAP bmp_left1,  'pic_left_a.bmp'          ; skin bitmaps
28
BITMAP bmp_left2,  'pic_left_b.bmp'
29
BITMAP bmp_right1, 'pic_right_a.bmp'
30
BITMAP bmp_right2, 'pic_right_b.bmp'
31
BITMAP bmp_center1,'pic_center_a.bmp'
32
BITMAP bmp_center2,'pic_center_b.bmp'