From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-07-19 23:20:47
|
Mattia, I have compiled wxPerl with Perl v5.8 and every thing are OK. One quetion, how can I get the type of a $object. For example, to create a frame we can past a parent of type Wx::Window. How I can chek if the object of the parent are Wx::Window before send to the frame?! In wxWindows I can do something like this: bool tmp = obj->IsKindOf(CLASSINFO(wxFrame)); ... but the function IsKindOf wasn't found in wxPerl. Graciliano M. P. |