Mail Archives: djgpp/1996/09/12/18:37:33
Francis wrote:
>
> Could anyone tell me how to write a program which can move a window with
> the GRX2.0 graphics library please!!
What's a *window* for you ?
If you mean a portion of the screen area, then you can use the GrBitBlt()
function to move areas on the screen.
GRX is not a windowing system like Windows or X-Window. Rather, it offers a
very good API for the drawing primitives and the keybord/mouse event handling.
I based the 32 bit DOS version of my cross-plaform GUI library on
DJGPP 2.0 + GRX 2.0.
If you need a GUI library with windowing capabilities for DJGPP, try MGUI:
ftp://ftp.simtel.net/pub/simtelnet/msdos/c/mgdos152.zip
Bye,
Vincenzo
- Raw text -