开发者

List of all style parameters used in the wx.Frame style bitmask

Gettin开发者_开发技巧g a listing of all wxPython events is possible using:

import wx
for x in dir(wx):
    if x.startswith('EVT_'):
     print x

How do I get the list of all style parameters used in defining the wx.Frame style bitmask?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜