Gimp.Palette.get_columns

@accepts(Gimp.Palette)
@returns(int)
def get_columns(self):
    # Python wrapper for gimp_palette_get_columns()
  

Gets the number of columns used to display the palette

Gets the preferred number of columns to display the palette.

Since 2.4

self

The palette.

Returns