HI,
I’m new to wxpython. How would I go about changing the activecaption background color for my form. Assuming this can be done would it be at the frame level or panel ?
thanks in advance,
HI,
I’m new to wxpython. How would I go about changing the activecaption background color for my form. Assuming this can be done would it be at the frame level or panel ?
thanks in advance,
Do you mean the application's top level window's title bar color when the
top-level window frame is THE active window as opposed to some other
application being active (front-most/top-most)?
If so, the active window's title bar color is usually controlled by your
operating system "Theme" settings. I do not personally know how to make my
top-level window title bar color be different than all other
application-top-level window [frames]. But that doesn't mean it can't be
done.