The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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);
}