FXSize FX::operator/ ( const FXSize &  s,
FXshort  c 
) [inline]

Definition at line 100 of file FXSize.h.

References FX::FXSize::h, and FX::FXSize::w.

00100 { return FXSize(s.w/c,s.h/c); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:32:08 2009 for TnFOX by doxygen v1.4.7