Difference between revisions of "Python LCL Bindings"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "The python LCL Bindings are a project to make the Lazarus Component Library from python programming languages,it also aim to allow using lazarus-ide as python editor . ==Stat...")
 
Line 1: Line 1:
The python LCL Bindings are a project to make the Lazarus Component Library from python programming languages,it also aim to allow using lazarus-ide as python editor .
+
The python LCL Bindings are a project to make the Lazarus Component Library accessible from python programming languages,it also aim to allow using lazarus-ide as python editor .
  
 
==Status==
 
==Status==

Revision as of 11:12, 21 August 2015

The python LCL Bindings are a project to make the Lazarus Component Library accessible from python programming languages,it also aim to allow using lazarus-ide as python editor .

Status

pre-alpha

What already works

  • Creating a form from .lfm file, the form must only contain stdcrtls.
  • adding TNotifyEvent event to controls.
  • accessing some property's and functions of controls (few of them has been tested).
  • run python file from lazarus and some debugging functionality.

testing, ideas ,code are appreciated.

git

https://github.com/mabudrais/laz4py

See Also