Hello Ralph, Getting "User Data" to work is a bit tricky as it requires support from GUIX as well as GUIX Studio. You will need to define GX_WIDGET_USER_DATA in the compiler settings and add GUIX Source to your project. After that is done, a "gx_widget_user_data" member will be added to GX_WIDGET structure. Since all GUIX widgets are derived from this type, all widgets will be able to define user data. Regards
↧