Re: [Fxruby-users] GLCanvas#current? missing
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <jl...@cf...> - 2003-09-16 15:19:10
|
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. |