Gimp.context_list_paint_methods

@accepts([unicode])
@returns(bool)
def context_list_paint_methods(paint_methods):
    # Python wrapper for gimp_context_list_paint_methods()
  

Lists the available paint methods.

This procedure lists the names of the available paint methods. Any of the results can be used for Gimp.context_set_paint_method.

Since 2.4

paint_methods

The names of the available paint methods.

Returns