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
- Step. 
- ncells
- Number of cells. 
- dim
- Dimension. 
- cols
- Columns. 
- rows
- Rows. 
- cellwidth
- Cell width. 
- cellheight
- Cell height. 
- placement
- Placement. 
- rank
- Rank. 
- selection
- Selection.