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.
我想将图像(wxStaticBitmap)放在 wxGauge 上方,它是一个具有透明度的 png 文件。我想要实现的结果不是矩形进度条。透明度应决定形状。不幸的是,当 wxGauge 的值改变时,进度条会显示在 wxStaticBitmap 上方。是否可以在图像下方的第二层保持更深?
不,wxWidgets 不支持重叠的子控件,因为没有一个平台实际上支持这一点(或者至少不习惯,我不确定最新版本的状态是什么)。如果你想有一个非矩形的进度条,你需要自己实现它。