/ src / gui / print-gui.h
print-gui.h
 1  #ifndef _PRINTGUI_H_
 2  #define _PRINTGUI_H_
 3  
 4  #include "hw.h"
 5  #include <gtk/gtk.h>
 6  
 7  void printmarkup(const hwNode & node, GtkTextView *textview, const string & hwpath, GHashTable *pixbufs);
 8  
 9  string gethwpath(hwNode & node, hwNode & base);
10  #endif