Help for this page

Select Code to Download


  1. or download this
    void
    DESTROY(object)
          SV * object
          CODE:
          FreeEtkObject(object);
    
  2. or download this
    my $button = Etk::Button->new();
    $button->LabelSet("moo");
    ...
            my $self = shift;
            print $self->LabelGet(),"\n";
        });