![]() |
libxputty 0.1
|
#include <lv2_plugin.h>

Data Fields | |
| void * | parentXwindow |
| Xputty | main |
| Widget_t * | win |
| Widget_t * | widget [CONTROLS] |
| KnobColors * | kp |
| void * | private_ptr |
| int | block_event |
| int | need_resize |
| void * | controller |
| LV2UI_Write_Function | write_function |
| LV2UI_Resize * | resize |
Definition at line 53 of file lv2_plugin.h.
| int block_event |
Definition at line 60 of file lv2_plugin.h.
| void* controller |
Definition at line 63 of file lv2_plugin.h.
| KnobColors* kp |
Definition at line 58 of file lv2_plugin.h.
| Xputty main |
Definition at line 55 of file lv2_plugin.h.
| int need_resize |
Definition at line 61 of file lv2_plugin.h.
| void* parentXwindow |
Definition at line 54 of file lv2_plugin.h.
| void* private_ptr |
Definition at line 59 of file lv2_plugin.h.
| LV2UI_Resize* resize |
Definition at line 65 of file lv2_plugin.h.
| Widget_t* widget[CONTROLS] |
Definition at line 57 of file lv2_plugin.h.
| Widget_t* win |
Definition at line 56 of file lv2_plugin.h.
Referenced by add_my_combobox(), add_my_image_knob(), add_my_knob(), add_my_switch_image(), and add_my_value_knob().
| LV2UI_Write_Function write_function |
Definition at line 64 of file lv2_plugin.h.