Subversion Repositories Kolibri OS

Rev

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

Rev 6457 Rev 6466
Line 37... Line 37...
37
  enum KOLIBRI_GUI_ELEMENT_TYPE type;
37
  enum KOLIBRI_GUI_ELEMENT_TYPE type;
38
  void *element;
38
  void *element;
39
  void *next, *prev;
39
  void *next, *prev;
40
}kolibri_window_element;
40
}kolibri_window_element;
Line 41... Line -...
41
 
-
 
42
 
41
 
Line 43... Line 42...
43
typedef void (*cb_elem_boxlib)(void *) __attribute__((__stdcall__));
42
typedef void (*cb_elem_boxlib)(void *) __attribute__((__stdcall__));
44
 
43
 
45
/* Generic structure for supporting functions on various elements of Kolibri's GUI */
44
/* Generic structure for supporting functions on various elements of Kolibri's GUI */