View | Details | Raw Unified
Collapse All | Expand All

(-) Ted-2.17-orig/Ted/tedListTool.c (-2 / +2 lines)
 Lines 1422-1433    Link Here 
    return;
    return;
    }
    }
#   ifdef USE_MOTIF
static void appMakeHBoxInRow(		APP_WIDGET *	pHBox,
static void appMakeHBoxInRow(		APP_WIDGET *	pHBox,
					APP_WIDGET	row,
					APP_WIDGET	row,
					int		position,
					int		position,
					int		colspan )
					int		colspan )
    {
    {
#   ifdef USE_MOTIF
    Arg			al[20];
    Arg			al[20];
    int			ac= 0;
    int			ac= 0;
 Lines 1452-1459    Link Here 
    XtManageChild( hbox );
    XtManageChild( hbox );
    *pHBox= hbox; return;
    *pHBox= hbox; return;
    }
#   endif
#   endif
    }
static void appMakeLabelAndRowRow(	APP_WIDGET *		pRow,
static void appMakeLabelAndRowRow(	APP_WIDGET *		pRow,
					APP_WIDGET *		pLabel,
					APP_WIDGET *		pLabel,