Generated from wtd.c with ROBODoc v3.2.3 on Fri Aug 02 11:27:57 2002
TABLE OF CONTENTS
- lib5250/tn5250_wtd_context_new
- lib5250/tn5250_wtd_context_destroy
- lib5250/tn5250_wtd_context_set_ic
- lib5250/tn5250_wtd_context_convert
NAME
tn5250_wtd_context_new
SYNOPSIS
ret = tn5250_wtd_context_new (buffer, sd, dd);
INPUTS
Tn5250Buffer * buffer -
Tn5250DBuffer * sd -
Tn5250DBuffer * dd -
DESCRIPTION
Create a new instance of our WTD context object and initialize it.
NAME
tn5250_wtd_context_destroy
SYNOPSIS
tn5250_wtd_context_destroy (This);
INPUTS
Tn5250WTDContext * This -
DESCRIPTION
Destroy a WTD context object.
NAME
tn5250_wtd_context_set_ic
SYNOPSIS
tn5250_wtd_context_set_ic (This, y, x);
INPUTS
TN5250WTDContext * This -
int y -
int x -
DESCRIPTION
Sets the x and y position to be used in the IC order.
NAME
tn5250_wtd_context_convert
SYNOPSIS
tn5250_wtd_context_convert (This);
INPUTS
Tn5250WTDContext * This -
DESCRIPTION
Convert the display info to WTD data.