GenView: 2 Getting Started: View Basics

Up: GEOS SDK TechDocs | Up | Down | Prev: 1 GenView Overview | Next: 3 Basic View Attributes

As stated earlier, this chapter will demonstrate how an application would display a graphic document in a scrollable window. You can look at the Hello World and VisSamp sample applications for examples of the view's features and how to manipulate them. The entire code listing of the Hello World application is located in the Hello World chapter.

This section is meant to show you the basic requirements for implementation of a view. It begins with a review of the concepts employed by the GEOS graphics system and then describes how to define a GenView in your Goc code. It also shows how to handle important messages sent by the view.


Up: GEOS SDK TechDocs | Up | Down | Prev: 1 GenView Overview | Next: 3 Basic View Attributes