From: Mark W. <ma...@ne...> - 2006-07-26 13:22:17
|
Hello, I have added Wx::SizerItem->IsShown() which was missing. I hope this is the correct format. Regards Mark Index: Sizer.xs =================================================================== RCS file: /cvsroot/wxperl/wxPerl/XS/Sizer.xs,v retrieving revision 1.46 diff -u -r1.46 Sizer.xs --- Sizer.xs 18 Jun 2006 11:13:14 -0000 1.46 +++ Sizer.xs 26 Jul 2006 08:46:28 -0000 @@ -498,6 +498,9 @@ wxSizerItem::IsWindow() bool +wxSizerItem::IsShown() + +bool wxSizerItem::IsSizer() |