I'm outputting several plots via the Cairo package in R. But having five windows titled "Cairo Graphics" makes it hard to find the right one in the taskbar.
Is there anyway to change the text in the title bar?
These did NOT work:
CairoWin(title="Hello")windows.options(title="Hello"); CairoWin()Unfortunately, the window title is hard-coded in the Cairo source code (in w32-backend.c):
window gawin = newwindow("Cairo Graphics", rect(20,20,width,height),
Document|StandardWindow);
So the answer is no, unless you want to patch and recompile it the package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With