#ifdef _WIN32
#define GTKTOPVIEW_ICONSDIR "C:\\Projects\\ATT\\GTK\\GTKTest2\\GUI\\images\\"
#endif
- xml = glade_xml_new(GTKTOPVIEW_GLADE, NULL, NULL);
+ xml = glade_xml_new(SMYRNA_GLADE, NULL, NULL);
gladewidget = glade_xml_get_widget(xml, "frmMain");
gtk_widget_show (gladewidget);
g_signal_connect ((gpointer) gladewidget, "destroy", G_CALLBACK(mQuitSlot),
SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \
circogen dotgen fdpgen neatogen twopigen common pack gvc \
- ingraphs expr cgraph utilities xdot gui filter topfish
+ ingraphs expr cgraph utilities xdot gui filter topfish glcomp
EXTRA_DIST = Makefile.old
void glCompDrawEnd(); //pops the gl stack
int glCompDrawPanel(glCompPanel* p);
int glCompSetClick(glCompSet* s,int x,int y);
-int glCompSetRelease(glCompSet* s);
+int glCompSetRelease(glCompSet* s, int x, int y);
void glCompSetGetPos(int x, int y,float* X,float* Y,float* Z);
int glCompPointInButton(glCompButton* p,float x,float y);
void glCompButtonClick(glCompButton* p);
int glCompPanelShow(glCompPanel* p);
-#endif
\ No newline at end of file
+#endif