DragonFly On-Line Manual Pages
EZ_ActivateWidget(3) EZWGL Functions EZ_ActivateWidget(3)
NAME
EZ_ActivateWidget, EZ_DeActivateWidget - active/de-activate a widget.
SYNOPSIS
#include <EZ.h>
void EZ_ActivateWidget( EZ_Widget *widget)
void EZ_DeActivateWidget( EZ_Widget *widget)
void EZ_ActivateChildren( EZ_Widget *widget)
void EZ_DeActivateChildren( EZ_Widget *widget)
void EZ_ActivateSibling( EZ_Widget *widget)
void EZ_DeActivateSibling( EZ_Widget *widget)
ARGUMENTS
widget Specifies an EZ widget.
DESCRIPTION
EZ_DeActivateWidget de-activate a widget. If widget is currently
visible, it is removed from the display. A de-activated widget will
remain invisible until it is re-activated.
EZ_ActivateWidget re-activate a widget. If the parent of widget is
visible, its window will be immediately mapped. Otherwise, it will be
made visible when its parent is displayed or EZ_DisplayWidget is called
on it.
EZ_DeActivateChildren de-activate all children of widget.
EZ_ActivateChildren re-activate all children of widget.
SEE ALSO
EZ_DisplayWidget(3)
EZ_HideWidget(3)
EZWGL EZ_ActivateWidget(3)