EditTable Widget WebFAQ - Q13


  :
  :
  /* In CreateTargetWidgets() */
  :
  XintCellSpanFactor    span;
  :
  :
  Table = XtVaCreateWidget("Table", xintEditTableWidgetClass, Scroll,
                   :
                   :
                   XmNspanMode,                     *****,

  /* where, ***** could be one of the following:
        1. XintSPAN_NONE;
        2. XintSPAN_DATA_ONLY; or
        3. XintSPAN_DATA_AND_EMPTY.
  */
                   :
                   :
                   NULL);

  span.rows = 1;
  span.columns = 2;
  XintEditTableCellSpanSetRange(Table, 2, 0, 1, 0, &span);
  /* The 0th row means the column annotation */
  :
  :


Click here for the Image
Back to EditTable FAQ

© INT 1996.