|
From: Johan V. <jvr...@sq...> - 2007-03-03 22:31:59
|
Hi,
Is it possible to have Wx::Bitmap and friends search for image files
using a search path instead of having to specify a fixed file name?
For example,
... Wx::Bitmap->new("foo.png") ...
and then foo.png will be tried in several preset locations (@INC, maybe)?
-- Johan
|