Subversion Repositories Kolibri OS

Rev

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

Rev 6479 Rev 6589
Line 1... Line 1...
1
#ifndef KOLIBRI_OPTIONBOX_H
1
#ifndef KOLIBRI_OPTIONBOX_H
2
#define KOLIBRI_OPTIONBOX_H
2
#define KOLIBRI_OPTIONBOX_H
Line 3... Line 3...
3
 
3
 
4
typedef struct option_box_t{
4
typedef struct __attribute__ ((__packed__)) option_box_t {
5
    struct option_box_t **selected;
5
    struct option_box_t **selected;
6
    uint16_t posx;
6
    uint16_t posx;
7
    uint16_t posy;
7
    uint16_t posy;
8
    uint32_t text_margin; // = 4 ðàññòîÿíèå îò ïðÿìîóãîëüíèêà ÷åê áîêñà äî íàäïèñè
8
    uint32_t text_margin; // = 4 ðàññòîÿíèå îò ïðÿìîóãîëüíèêà ÷åê áîêñà äî íàäïèñè