From: Recheis M. <Mei...@av...> - 2003-09-16 10:28:28
alias.rb
class FXGLCanvas
def context; getContext(); end
end
obviously the !documented alias=20
def current?; isCurrent(); end
is missing.=20
regards,=20
-Henon
Recheis Meinrad wrote:
> alias.rb
> class FXGLCanvas
> def context; getContext(); end
> end
>
> obviously the !documented alias
>
> def current?; isCurrent(); end
>
> is missing.
Thanks very much! Just added this.