/****************\ * * * Ruler dialog * * * \****************/ #ifndef GTKFIG_RULERDIALOG_H #define GTKFIG_RULERDIALOG_H #include "sheet.h" void ShowRulerDialog(TCADSheet *Sheet); #endif