开发者

Is it possible to put a toolbar button on the right side of it using wxpython?

开发者 https://www.devze.com 2023-01-01 20:48 出处:网络
I\'m making a toolbar using wxpython and I want to put the Quit button on the right side of it, I don\'t want to put them sequencial开发者_StackOverflow社区ly.

I'm making a toolbar using wxpython and I want to put the Quit button on the right side of it, I don't want to put them sequencial开发者_StackOverflow社区ly.

Is it possible to define this position?

Thanks in advance!


If you add the quit button last, it will be on the right side.

0

精彩评论

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