Method
GntWMprocess_click
Declaration [src]
gboolean
gnt_wm_process_click (
  GntWM* wm,
  GntMouseEvent event,
  int x,
  int y,
  GntWidget* widget
)
      Parameters
event- 
            
Type:
GntMouseEventThe mouse event.
 x- 
            
Type:
intThe x-coordinate of the mouse.
 y- 
            
Type:
intThe y-coordinate of the mouse.
 widget- 
            
Type:
GntWidgetThe widget under the mouse.
The data is owned by the caller of the function.