[inline]
Definition at line 1206 of file FXApp.h.
References FALSE.
01206 { 01207 if(locked && item){ 01208 item->unlock(); 01209 locked=FALSE; 01210 } 01211 }