Difference between revisions of "Python LCL Bindings"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== About ==
 
== About ==
The Python LCL Bindings is a project to make the [[LCL]] accessible from Python programming language,it also aims to allow using Lazarus IDE as Python editor.
+
Python LCL Bindings is a project to make the [[LCL]] accessible from Python programming language. It also aims to allow using Lazarus IDE as Python editor.
  
 
==Status==
 
==Status==

Revision as of 13:40, 21 August 2015

About

Python LCL Bindings is a project to make the LCL accessible from Python programming language. It also aims 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.

Download

Homepage: https://github.com/mabudrais/laz4py

See Also