On Mon, 12 Apr 1999, Arjan Molenaar wrote:
> Well, the question is: What's the use of render_object and render_store?
> They are in the dia/lib directory.
render_store is basically a storage object for rendering commands. You
can record a lot of rendering calls and then play them back into a given
renderer. The resulting commands can be scaled too.
render_object is a object subclass that uses a render_store to create an
easy to use (for a programer) way to implement simple objects. By simple
objects i mean objects that are basically static images that can be
scaled, with an optional text label.
/ Alex