Displaying 1 result from an estimated 1 matches for "abtitle".
Did you mean:
btitle
2008 Apr 28
2
X11 window title setting in X11() Device (PR#11325)
...o give them different attributes (I use it to make all my R
Graphics windows floating). And due to the fact that the title is set
after opening, my window manager rules don't apply anymore.
I found a quick and dirty workaround which set the title immediately
after the window opening if the =C2=ABtitle=C2=BB option in X11.options() is
set. You will find the patch for devX11.c attached to this mail, it is
just two lines moved before the call to X11_Open.
Surely there could be something much better, but I am quite new to C
and X11 programming...
Here is my sessionInfo() :
,----
| R version 2.7.0...