A FreeLabel is a label whose position is not managed by the geometry manager. FreeLabel also responds to button inputs. Button1 press-drag-release moves a FreeLabel around and double Button1 click involes its callbacks. It can also serves as a movable container widget.
To create an FreeLabel widget, use
EZ_CreateWidget
with type
EZ_WIDGET_FREE_LABEL
or use
EZ_Widget *EZ_CreateFreeLabel(EZ_Widget *parent, char *label)