This is the layout
When user hover to blue/green group, it will expand itself by using resize, and if mouse leaving the group it will resize back to default size, I've tried using:
- callback, immediately notice there's no event that handle enter/leave mouse.
- overriding FL_GROUP and handle "handle(int e) manually, found out that FL_ENTER only got called once, FL_LEAVE only got called after mouse leave the window, instead of leaving the group.
Anymore idea?