Name

e_popup_target_new —

Synopsis

void * e_popup_target_new (ep,  
 type,  
 size); 
EPopup *  ep;
int  type;
size_t  size;

Arguments

ep

An EPopup derived object.

type

type, defined by the implementing class.

size

The size of memory to allocate for the target. It must be equal or greater than the size of EPopupTarget.

Description

Allocate a new popup target suitable for this popup type.