template<typename type>
void FX::FXSettingsHelpers::rwSetting ( bool  save,
FXSettings &  settings,
const FXchar section,
const FXchar name,
type &  val,
int  defval 
) [inline]

Definition at line 184 of file FXSettings.h.

00185     {
00186         rwSetting<type>(save, settings, section, name, val, (type) defval);
00187     }


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