Method

GntWMprocess_click

Declaration [src]

gboolean
gnt_wm_process_click (
  GntWM* wm,
  GntMouseEvent event,
  int x,
  int y,
  GntWidget* widget
)

Description [src]

Process a click event.

Parameters

event

Type: GntMouseEvent

The mouse event.

x

Type: int

The x-coordinate of the mouse.

y

Type: int

The y-coordinate of the mouse.

widget

Type: GntWidget

The widget under the mouse.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the event was handled, FALSE otherwise.