Access subclassed properties from set_draw_func

Hello there ! I’m trying to use a GtkDrawingArea and I would need to access the custom widgets properties to know what I need to draw (not editing those properties, just fetch them). How am I supposed to do that in rust ?