Xref: news2.mv.net comp.os.msdos.djgpp:8554 From: Vincenzo Morello Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP ME ON GRX!! Date: Tue, 10 Sep 1996 19:38:34 -0700 Organization: Video On Line Lines: 22 Message-ID: <3236262A.6586@mbox.vol.it> References: <323023A4 DOT 7F0A AT wr DOT com DOT au> NNTP-Posting-Host: tipa2.vol.it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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