0

For example, like google drive. Google drive is developed using wxPython, which means there is such a possibility Screenshot from Google Drive Ideas using Bitmap and DC come to mind, but I would like a more beautiful solution.

I would like to get an idea on how to implement it

2
  • nothing in WxWidgets seems to do it, your best bet is using Win32 Api directly to set CS_DROPSHADOW on the main window class. Commented May 22, 2024 at 21:07
  • on some systems shadow is created by system and its theme - so it is not created by application. Commented May 23, 2024 at 0:43

1 Answer 1

0

There is no way to do it portably, but it's possible to do it at Win32 level, see this example for one possible implementation.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.