Virtual Method

GntWMkey_pressed

Declaration [src]

gboolean
key_pressed (
  GntWM* wm,
  const char* key
)

Description [src]

This should usually return NULL if the keys were processed by the WM. If not, the WM can simply return the original string, which will be processed by the default WM. The custom WM can also return a different static string for the default WM to process.

Parameters

key

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

No description available.