*** /cvs/gnustep/core/gui/Source/NSControl.m	Fri Jan 30 20:49:00 2004
--- NSControl.m	Tue Mar 23 06:47:40 2004
***************
*** 509,517 ****
  /*
   * Activation
   */
  - (void) performClick: (id)sender
  {
!   [_cell performClick: sender];
  }
  
  - (BOOL)refusesFirstResponder
--- 509,522 ----
  /*
   * Activation
   */
+ 
+ /**
+  * Simulates a single mouse click on the control. This method calls the cell's method
+  * performClickWithFrame:inView:. Take note that <var>sender</var> is not used. 
+  */
  - (void) performClick: (id)sender
  {
!   [_cell performClickWithFrame: [self bounds] inView: self];
  }
  
  - (BOOL)refusesFirstResponder
