An Icon is a toplevel frame invisible by your window manager. It behave very similar to a regular frame except that it responds to button inputs. Button1 press-drag-release moves an icon around.
To create an icon widget, use
EZ_CreateWidget
with type EZ_WIDGET_ICON
and
parent NULL
, or use the next function.
EZ_Widget *EZ_CreateIcon(void)
EZwgl supports shaped windows on icons (privided that the X server supports the SHAPE extension). To use this feature, you must complete the following two tasks before displaying the icon.
EZ_SHAPED_WINDOW
or
EZ_LABELED_ICON
configuration option.
The shaped window will not work if your X server
does not support the SHAPE extention.