context_help


Description:

[ CCode ( cname = "gimp_context_help" ) ]
public void context_help (Widget widget)

This function invokes the context help inspector.

The mouse cursor will turn turn into a question mark and the user can click on any widget of the application which started the inspector.

If the widget the user clicked on has a help_id string attached (see help_set_help_data), the corresponding help page will be displayed. Otherwise the help system will ascend the widget hierarchy until it finds an attached help_id string (which should be the case at least for every window/dialog).

Parameters:

widget

Any Widget on the screen.


Namespace: GimpUi
Package: gimp-ui-3.0