[glade--](no subject)



I have a gui I made that has a treeview.  It has a start button which runs another program I have made.  I transferred this other programs main.cpp file into the window1.cc.  I have also implemented the makefile for this main.cpp file into the gui makefile.  Now the process can run fine and I can display rows on the treeview right out of the main.cpp file which is now in windows.cc and part of the windows.hh class.  My problem is when I the main.cpp calls a function from another file which is part of its process.  It runs a file called Output.cpp.  It will run this file fine and display on the terminal window what the output.cpp tellls it to output.  My problem lies in the output.cpp won't display rows in my treeview.  Like windows.hh does, my output.h file inherits windows1_glade.  I don't understand where it is adding these columns if the cout statement will print it to the terminal window but it will not display on the treeview.  I'm wondering if you have change or add something in my makefile for the gui so that treeview will display text from my output.cpp file.  Any help is much appreciated.
Thanks again,
John T


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]