GimpUi.Preview.prototype.get_controls
function get_controls(): Gtk.Box {
// Gjs wrapper for gimp_preview_get_controls()
}
Gives access to the horizontal Gtk.Box at the bottom of the preview that contains the update toggle. Derived widgets can use this function if they need to add controls to this area.
Since 2.4
- Returns
the horizontal Gtk.Box at the bottom of the preview.