Help for this page

Select Code to Download


  1. or download this
    sub ChildGet {
        my ( $self, $class ) = @_;
    ...
            : child_get($self);
        return bless $child, $class;
    }
    
  2. or download this
    void
    ChildGet(bin, ...)
    ...
        ST(0) = sv_newmortal();
        sv_setref_pv(ST(0), class, (void*)button);
        XSRETURN(1);