Hi, I'm trying to implement saving actual window title to my time tracking app. Under window, It's easy. I just get window handle and than title. But under Linux (Ubuntu, Debian), with GTK2 widgetset, I'm not able to code it in FPC. I can get handle of window, but don't know how to continue. I'm using tempolary solution with xdotool, but it's not really good solution. I have spent hours by looking into docs, googling and reading forums. Can you tell me if I am just blind or what I'm supposed to do?
Thank you for your patience, Valicek1
PS: I was programming few years in Delphi and Lazarus under windows, but I don't know much about gui programming under linux GUI...