comparison: ui/motif/button.h
ui/motif/button.h
- branch
- newapi
- changeset 178
- 7c3ff86ee9d4
- parent 176
- bc63cb601f6d
- child 406
- 0ebf9d7b23e8
equal
deleted
inserted
replaced
35 #ifdef __cplusplus |
35 #ifdef __cplusplus |
36 extern "C" { |
36 extern "C" { |
37 #endif |
37 #endif |
38 |
38 |
39 typedef struct { |
39 typedef struct { |
40 UcxList *buttons; |
40 CxList *buttons; |
41 Widget current; |
41 Widget current; |
42 int ref; |
42 int ref; |
43 } RadioButtonGroup; |
43 } RadioButtonGroup; |
44 |
44 |
45 typedef struct { |
45 typedef struct { |