Struct

GimpPixPipeParams

Description [src]

struct GimpPixPipeParams {
  gint step;
  gint ncells;
  gint dim;
  gint cols;
  gint rows;
  gint cellwidth;
  gint cellheight;
  gchar* placement;
  gint rank[4];
  gchar* selection[4];
}

PLease somebody help documenting this.

Structure members
step: gint

Step.

ncells: gint

Number of cells.

dim: gint

Dimension.

cols: gint

Columns.

rows: gint

Rows.

cellwidth: gint

Cell width.

cellheight: gint

Cell height.

placement: gchar*

Placement.

rank: gint

Rank.

selection: gchar*

Selection.