Some abstractions to make the display look good in the plugin gui

This commit is contained in:
Johannes Mueller 2017-07-21 00:37:07 +02:00 committed by Robin Gareus
parent a61ae46c82
commit 4a60c277db
4 changed files with 23 additions and 3 deletions

View file

@ -255,6 +255,8 @@ private:
bool on_button_press_event (GdkEventButton *ev);
void update_height_alloc (uint32_t inline_height);
void display_frame (cairo_t* cr, double w, double h);
ProcessorEntry& _entry;
bool _scroll;
};