Gimp.palette_get_columns
@accepts(unicode)
@returns(int)
def palette_get_columns(name):
# Python wrapper for gimp_palette_get_columns()
Retrieves the number of columns to use to display this palette
This procedures retrieves the preferred number of columns to use when the palette is being displayed.
Since 2.4
- name
The palette name.
- Returns