in reply to How to manage .Xdefaults to be used for Tk on Win32?
When I put
in there, it was obvious my file was processed*background: yellow
And while trying to solve my problem I've discovered an interest way to override .Xdefaults from command line:
and really short GUI program without any punctuation:perl -MTk -we "MainLoop(tkinit->Button(-text=>'test')->grid)" -- -xrm +*background:red -xrm *foreground:white
perl -MTk -we "MainLoop tkinit"
Best wishes,
I.R.Baboon.
|
|---|