コード例 #1
0
ファイル: lanchat.php プロジェクト: phpsong/wxphp
 function __construct()
 {
     parent::__construct();
     $this->SetIcon(new wxIcon("images/app.png", wxBITMAP_TYPE_PNG), "wxPHP Lan Chat v0.1");
 }
コード例 #2
0
ファイル: selector.php プロジェクト: phpsong/wxphp
 function __construct()
 {
     parent::__construct();
 }