EZ
Up Prev Next Contents


3.17 Icons

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.

Warning: The shaped window will not work if your X server does not support the SHAPE extention.


HTML Documentation Maintainance:Arturo Espinosa <arturo@nuclecu.unam.mx>