DragonFly On-Line Manual Pages

Search: Section:  


EZ_RemoveWidget(3)              EZWGL Functions             EZ_RemoveWidget(3)

NAME

EZ_RemoveWidget - disconnect a widget from its parent.

SYNOPSIS

#include <EZ.h> void EZ_RemoveWidget( EZ_Widget *widget)

ARGUMENTS

widget Specifies an EZ Widget.

DESCRIPTION

EZ_RemoveWidget removes a widget from its parent's children list. The data structure allocated to widget will still be retained. This function does reparent the widget window.

SEE ALSO

EZ_DestroyWidget(3), EZ_DestroyWidgetWindows(3), EZWGL EZ_RemoveWidget(3)

Search: Section: