The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
object Prima::Popup( Prima::AbstractMenu)
{
	property Bool autoPopup;
	property Bool selected;
	method void   init( HV * profile);
	method void   popup( int x, int y, int ancLeft = 0, int ancBottom = 0, int ancRight = 0, int ancTop = 0);
	import SV *   profile_default();
	c_only void   update_sys_handle( HV * profile);
}