
Soui五
消息通讯 真窗口 #define WM_MYMSG (WM_USER+1000) LRESULT OnMyMsg(UINT uMsg, WPARAM wp, LPARAM lp, BOOL& bHandled...
消息通讯 真窗口 #define WM_MYMSG (WM_USER+1000) LRESULT OnMyMsg(UINT uMsg, WPARAM wp, LPARAM lp, BOOL& bHandled...
类 基础 class Dog(): """test""" def __init__(self, name, age): """...
有窗口句柄的子窗口 IRealWndHandler struct IRealWndHandler : public IObjRef { /** * SRealWnd::OnRealWndCreate * @brief...
资源管理 在SOUI系统中,资源文件通过一个统一的接口对象读取 namespace SOUI { enum BUILTIN_RESTYPE { RES_PE=0, RES_FILE, }; /** * @struct...
锚点布局 size size="width, height" width height full 代表高度或者宽度和父窗口的客户区大小相等 -1 根据窗口内容自动计算窗口大小 int pos | ...
语法 条件控制 if 返回True或False。 // 条件判断 for car in cars: if car == 'bmw': print("bmw") else: pr...