get_help_widget


Description:

[ CCode ( cname = "gimp_size_entry_get_help_widget" ) ]
public unowned Widget get_help_widget (int field)

You shouldn't fiddle with the internals of a SizeEntry but if you want to set tooltips using help_set_help_data you can use this function to get a pointer to the spinbuttons.

Parameters:

this

a SizeEntry

field

the index of the widget you want to get a pointer to

Returns:

a Widget pointer that you can attach a tooltip to.