GimpUi.toggle_button_update

@accepts(Gtk.Widget, bool)
@returns(none)
def toggle_button_update(widget, data):
    # Python wrapper for gimp_toggle_button_update()
  
widget

A Gtk.ToggleButton.

data

A return location for the value of gtk_toggle_button_get_active().