| Line 34... |
Line 34... |
| 34 |
.blend = blend,
|
34 |
.blend = blend,
|
| 35 |
.blenda = blenda,
|
35 |
.blenda = blenda,
|
| 36 |
.chooser_run = chooser_run,
|
36 |
.chooser_run = chooser_run,
|
| 37 |
.chooser_action_handler_wheel = &chooser_action_handler_wheel,
|
37 |
.chooser_action_handler_wheel = &chooser_action_handler_wheel,
|
| 38 |
.chooser_renderer_list = &chooser_renderer_list,
|
38 |
.chooser_renderer_list = &chooser_renderer_list,
|
| 39 |
.chooser_renderer_iconflow = &chooser_renderer_iconflow
|
39 |
.chooser_renderer_iconflow = &chooser_renderer_iconflow,
|
| - |
|
40 |
.chooser_renderer_list_render_attached_text = &chooser_renderer_list_render_attached_text,
|
| - |
|
41 |
.chooser_renderer_list_show_arrow_right = &chooser_renderer_list_show_arrow_right,
|
| - |
|
42 |
.chooser_renderer_list_show_arrow_left = &chooser_renderer_list_show_arrow_left,
|
| - |
|
43 |
.settingchooser_run = &settingchooser_run
|
| 40 |
};
|
44 |
};
|
| 41 |
|
45 |
|
| 42 |
EMCORE_LIB_HEADER(LIBUI_IDENTIFIER, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)
|
46 |
EMCORE_LIB_HEADER(LIBUI_IDENTIFIER, LIBUI_API_VERSION, LIBUI_MIN_API_VERSION, NULL, NULL, apitable)
|