The mouse unit appears to support resolution only at "character"
granularity. What about pixels?
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Thu, 6 Feb 2003, Holger Peters wrote:
> Hi,
> are there any alternatives?
> I think of a simple Graphic Unit, or a Widget for GTK with some simple
> drawing functions. I'm satisfied with a simple PutPixel procedure.
You may want to have a look at the 4th or 5th GTK article on the website.
Th
Hello, Holger Peters!
I hvae a unit that sits on top of X and allows run-time switching between
normal and DGA mode, and - in DGA mode - fast painting. There are almost no
widgets, but some examples (two fonts, balls, rainbows, ..). Currently, it
does NOT run under proprietary OS's. Also, it is
Hi,
are there any alternatives?
I think of a simple Graphic Unit, or a Widget for GTK with some simple
drawing functions. I'm satisfied with a simple PutPixel procedure.
Holger
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/m
Hello, Hans!
You may use the GetProcAddress (Win32 API function) to retrieve the
procedure's START-ADDRESS, wehre the input parameter is EITHER an index, I
think of limited size, OR a name, that must be SPELLED CORRECTLY.
If you try both, and look for MATCHING ADDRESSES, you should be able to g