开发者

How to draw this window?

Can I create a window without this topbar? :

开发者_如何学运维

How to draw this window?

I want a window like this:

How to draw this window?


Here they say you could try:

gtk.Window.set_decorated(False)


You could also do

window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_SPLASHSCREEN)

but that doesn't have rounded corners either, at least on my theme. As eumiro says, that depends on the theme settings.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜