Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R の Cairo パッケージを介していくつかのプロットを出力しています。
タイトルバーのテキストを変更する方法はありますか?
これらは機能しませんでした:
CairoWin(title="Hello")
windows.options(title="Hello"); CairoWin()
残念ながら、ウィンドウ タイトルは Cairo ソース コードにハードコードされています ( w32-backend.c)。
w32-backend.c
window gawin = newwindow("Cairo Graphics", rect(20,20,width,height), Document|StandardWindow);
したがって、パッケージにパッチを適用して再コンパイルしない限り、答えはノーです。