Subversion Repositories Kolibri OS

Rev

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

Rev 4438 Rev 5372
Line 34... Line 34...
34
 
34
 
35
typedef struct
35
typedef struct
36
{
36
{
37
    ctrl_t     ctrl;
37
    ctrl_t     ctrl;
38
    ctx_t      ctx;
-
 
39
    bitmap_t   bitmap;
38
    ctx_t      ctx;
40
    char      *text;
39
    char      *text;
Line 41... Line 40...
41
    ctrl_t    *child_over;
40
    ctrl_t    *child_over;
42
 
41
 
Line 48... Line 47...
48
 
47
 
49
typedef struct
48
typedef struct
50
{
49
{
51
    ctrl_t      ctrl;
50
    ctrl_t      ctrl;
52
    ctx_t       ctx;
-
 
53
    bitmap_t    bitmap;
51
    ctx_t       ctx;
54
    rect_t      draw;
52
    rect_t      draw;
55
    ctrl_t     *child_over;
53
    ctrl_t     *child_over;
56
    int         layout;
54
    int         layout;
57
    progress_t *prg;
55
    progress_t *prg;
Line 71... Line 69...
71
    link_t       child;
69
    link_t       child;
Line 72... Line 70...
72
 
70
 
73
    handler_t   *handler;
71
    handler_t   *handler;
Line 74... Line 72...
74
    ctrl_t      *parent;
72
    ctrl_t      *parent;
75
 
73
 
76
    ctx_t       *ctx;
74
    ctx_t        ctx;
Line 77... Line 75...
77
    uint32_t     id;
75
    uint32_t     id;
78
    uint32_t     style;
76
    uint32_t     style;
79
 
77
 
Line 80... Line 78...
80
    rect_t       rc;
78
    rect_t       rc;
81
    int          w;
79
    int          w;
Line 82... Line -...
82
    int          h;
-
 
83
 
-
 
84
    rect_t       saved;
-
 
85
    rect_t       client;
-
 
86
 
80
    int          h;
87
//    ctx_t        client_ctx;
81
 
88
//    bitmap_t     bitmap;
82
    rect_t       saved;
Line 89... Line 83...
89
    bitmap_t     bitmap;
83
    rect_t       client;