在wx Python中添加阴影到frame / panel / label / ...

时间:2014-05-01 13:17:02

标签: python wxwidgets

我主要使用C ++和Qt,但现在我被迫编写一些python的东西。我想知道是否有可能为pytohn的wx gui元素添加花哨的阴影?与Qt / C ++类似的东西:

QGraphicsDropShadowEffect *g1 = new QGraphicsDropShadowEffect(this);
ui->pushButton->setGraphicsEffect(g1);

0 个答案:

没有答案