Help for this page

Select Code to Download


  1. or download this
    
        int w() 
    ...
        int refresh() 
            %code%{  RETVAL = THIS->refresh;
                    %};
    
  2. or download this
     $ ls -loanh *
    -rw-rw-rw-  1 0  47M 2013-03-09 01:04 DoxyDocs.pm
    -rw-rw-rw-  1 0 5.2K 2013-03-09 01:04 doxyformat.tex
    ...
    1356822-            virtualness => 'non_virtual',
    1356823-            protection => 'public',
    1356824-            static => 'no',
    
  3. or download this
    perl -MWx -le " $p=q{Wx::Frame}; for(sort keys %Wx::Frame::){ eval{$p-
    +>$_((0)x120)}; $@=~s{.at.*$}{}; print qq{$p\n$@\n}; } " 
    Wx::Frame
    Usage: Wx::Frame::Create(THIS, parent, id, title, pos = wxDefaultPosit
    +ion, size = wxDefaultSize, style = wxDEFAULT_FRAME_STYLE, name = wxFr
    +ameNameStr) at -e line 1.
    ...
    
    Wx::Frame
    Usage: Wx::Frame::newFull(CLASS, parent, id, title, pos = wxDefaultPos
    +ition, size = wxDefaultSize, style = wxDEFAULT_FRAME_STYLE, name = wx
    +FrameNameStr) at -e line 1.