python:wxpython

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:wxpython [2020/03/09 09:20] – [distutils.msvccompiler の get_build_version() の実装 (Python 3.8)] ともやんpython:wxpython [2020/09/11 19:14] ともやん
行 1: 行 1:
-<html> +
-  <style> +
-    #result pre { +
-      overflow: scroll; +
-      overflow-x: hidden; +
-      font-size: 12px; +
-    } +
-    #result_long pre { +
-      height: 300px; +
-      overflow: scroll; +
-      overflow-x: hidden; +
-      font-size: 12px; +
-    } +
-    #source_code pre { +
-      overflow: scroll; +
-      overflow-x: hidden; +
-      font-size: 12px; +
-    } +
-  </style> +
-</html>+
 ====== wxPython ====== ====== wxPython ======
-{{:python:wxpython_logo.png?309|wxPython Logo}}\\+{{python:wxpython_logo.png?309|wxPython Logo}}\\
 本家: [[https://wxpython.org/|Welcome to wxPython! | wxPython]]\\ 本家: [[https://wxpython.org/|Welcome to wxPython! | wxPython]]\\
 ソースコード: \\ ソースコード: \\
行 29: 行 10:
 ・[[https://sourceforge.net/projects/wxpython/files/wxPython/|wxPython - Browse /wxPython at SourceForge.net]] (wxPython Classic 3系)\\ ・[[https://sourceforge.net/projects/wxpython/files/wxPython/|wxPython - Browse /wxPython at SourceForge.net]] (wxPython Classic 3系)\\
 \\ \\
- wxPythonは、wxWidgets C++ クラス ライブラリ(クロス プラットフォーム GUIライブラリ)のPython言語向けバインディングである。つまり、PythonからwxWidgetsを利用できるようにしたものである。\\ + wxPythonは、wxWidgets C++ クラス ライブラリ(クロス プラットフォーム GUI ライブラリ)の Python 言語向けバインディングである。つまり、Python から wxWidgets を利用できるようにしたものである。\\ 
- wxPythonを使いPythonでプログラムを記述すると、スクリプト言語でGUIアプリケーションを作成できる。さらに、そのプログラムはLinuxやWindows、Mac OS Xで同じように動作する。(PythonとwxPythonが利用できる様々なプラットフォームで動作する。)+ wxPython を使い Python でプログラムを記述すると、スクリプト言語で GUI アプリケーションを作成できる。さらに、そのプログラムは Linux や Windows、Mac OS Xで同じように動作する。(Python と wxPython が利用できる様々なプラットフォームで動作する。)
  
 ===== インストール ===== ===== インストール =====
  • python/wxpython.txt
  • 最終更新: 2021/06/12 12:32
  • by ともやん