24 lines
308 B
Plaintext
24 lines
308 B
Plaintext
IMAGE hwif
|
|
|
|
EXTERNAL olib
|
|
EXTERNAL hwim
|
|
|
|
INCLUDE lprinter.g
|
|
INCLUDE help.g
|
|
|
|
CLASS hprinter lprinter
|
|
{
|
|
REPLACE lpr_read
|
|
REPLACE lpr_sense_text
|
|
PROPERTY
|
|
{
|
|
INT (*sense)(WDR_PRINT *);
|
|
}
|
|
}
|
|
|
|
CLASS hhelpdlg helpdlg
|
|
{
|
|
REPLACE destroy
|
|
}
|
|
|