[ CCode ( cname = "gimp_preview_get_area" ) ]
[ Version ( since = "2.4" ) ]
public unowned PreviewArea get_area ()
In most cases, you shouldn't need to access the PreviewArea that is being used in the this.
Sometimes however, you need to. For example if you want to receive mouse events from the area. In such cases, use get_area.
| this |
a Preview widget |
|
a pointer to the PreviewArea used in the this . |