Article # 363, added by Geoworks, historical record
| first | previous | index | next | last |

Using bitmap tools.



Q. I want to use the bitmap tools in my paint program. Where are
   they in the header files?

A. The bitmap tool controller is defined in INCLUDE/OBJECTS/
   BITMAPC.GOH. The controller class is VisBitmapToolControlClass
   and this is used just like GrObjToolControlClass. You will have
   to edit the BITMAPC.GOH file before you can use it. There is a
   struct defined in it that is also defined in GROBJ.GOH, and if
   you're using both (which is highly likely), then you should
   comment out the struct in BITMAPC.GOH called RectDWFixed. It is
   not used in BITMAPC.GOH anyway.