DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Extending Dia

Info Catalog (guile.info.gz) Programming Overview (guile.info.gz) Scheme vs C
 
 17.1 How One Might Extend Dia Using Guile
 =========================================
 
 Dia is a free software program for drawing schematic diagrams like flow
 charts and floor plans (REFFIXME).  This section conducts the thought
 experiment of adding Guile to Dia.  In so doing, it aims to illustrate
 several of the steps and considerations involved in adding Guile to
 applications in general.
 

Menu

 
* Dia Objective               Deciding why you want to add Guile.
* Dia Steps                   Four steps required to add Guile.
* Dia Smobs                   How to represent Dia data in Scheme.
* Dia Primitives              Writing Guile primitives for Dia.
* Dia Hook                    Providing a hook for Scheme evaluation.
* Dia Structure               Overall structure for adding Guile.
* Dia Advanced                Going further with Dia and Guile.
 
Info Catalog (guile.info.gz) Programming Overview (guile.info.gz) Scheme vs C
automatically generated byinfo2html