Thanx for your reponse.
Already got sorted a lot of it now.
Have placed the scrolledwindow in a vbox.
Then another vbox in the scrolled window via add_with_viewport.
Have gotten a process spawned via idle_add such that processing automatically starts. Also got the window scrolling and the scroll bar going in the right direction.
Only two outstaning things at the moment are,
a) I'd like to change the background color of the scrolling vbox to be white.
b) I'd like for the application to close itself if it doesn't encounter any errors. At the moment if I call window->destroy or GTK::quit() I get a errors and the php process doesn't end.
Attached is an example of my app thus far.
T
