void AiConfig::setImageWidth ( int  w  ) 

set an image width

Parameters:
w : a new image width

Definition at line 182 of file aiconfig.cpp.

00183 {
00184     AiConfigZone * zone = m_tabs->findChild< AiConfigZone * >( "zone" );
00185     zone->setImageWidth( w );
00186 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:11 2010 for AiFractals by  doxygen 1.6.1