Hey there.. I am developing a client application where , the client interface is used to query a object oriented database.
Currently, the application communicates with server and gets a list of object names which are stored into a file cache and then displayed on a window. The project guide suggests to keep these names as links rather than plain text ( so that , clicking on any , further gets other attributes from server ) Since, the number of objects names i get in a request is varying from request to request, i dont know, how to make these clickable. Can anyone please guide me as to how should i go about , making any text clickable in my interface, so that clicking on it further gets itz details on to the interface. Any help will be highly appreciated -- Saurabh Wagh _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
