Subversion Repositories Kolibri OS

Rev

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

Rev 2693 Rev 3068
Line 52... Line 52...
52
} ostimer_t;
52
} ostimer_t;
Line 53... Line 53...
53
 
53
 
54
 
54
 
55
typedef struct
-
 
56
{
-
 
57
    link_t       link;
-
 
58
    link_t       child;
-
 
59
 
55
typedef struct
60
    handler_t   *handler;
-
 
61
    ctrl_t      *parent;
-
 
62
 
-
 
63
    ctx_t       *ctx;
-
 
64
    uint32_t     id;
-
 
65
    uint32_t     style;
-
 
66
 
-
 
67
    rect_t       rc;
-
 
Line 68... Line 56...
68
    int          w;
56
{
69
    int          h;
57
    ctrl_t  ctrl;
Line 70... Line 58...
70
 
58
 
Line 88... Line 76...
88
    int     pos;
76
    int     pos;
89
}progress_t;
77
}progress_t;
Line 90... Line 78...
90
 
78
 
91
typedef struct
79
typedef struct
-
 
80
{
-
 
81
    ctrl_t  ctrl;
-
 
82
    int     min;
-
 
83
    int     max;
-
 
84
    int     current;
-
 
85
    int     pos;
-
 
86
    int     vol;
-
 
87
    int     visible;
-
 
88
    void    *img_level;    
-
 
89
}level_t;
-
 
90
 
-
 
91
typedef struct
-
 
92
{
-
 
93
    ctrl_t  ctrl;
-
 
94
    int     min;
-
 
95
    int     max;
-
 
96
    int     current;
-
 
97
    int     pos;
-
 
98
    int     mode;
-
 
99
    void    *img_slider;
-
 
100
    void    *img_vol_slider;
-
 
101
}slider_t;
-
 
102
 
-
 
103
typedef struct
92
{
104
{
93
    link_t       link;
105
    link_t       link;
Line 94... Line 106...
94
    link_t       child;
106
    link_t       child;
95
 
107
 
Line 146... Line 158...
146
#define  MSG_SIZE          0x020
158
#define  MSG_SIZE          0x020
Line 147... Line 159...
147
 
159
 
148
#define  MSG_COMMAND       0x030
160
#define  MSG_COMMAND       0x030
Line 149... Line -...
149
#define  MSG_TIMER         0x031
-
 
150
 
161
#define  MSG_TIMER         0x031
151
 
162
 
152
#define  LBN_DBLCLK        0x100
163
#define  LBN_DBLCLK        0x100
Line -... Line 164...
-
 
164
#define  LBOX_READDIR      0x100
-
 
165
#define  LBOX_GETFILENAME  0x101
153
#define  LBOX_READDIR      0x100
166
 
154
#define  LBOX_GETFILENAME  0x101
167
#define  PRG_PROGRESS      0x102
Line 155... Line 168...
155
 
168
 
156
#define ID_CLOSE              1
169
#define  ID_CLOSE              1