Category:DFL: Difference between revisions

added github link
(content from duplicate page)
(added github link)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{library}}FromThe DFL Wiki:''D Forms Library'', or '''DFL''', is a Win32 windowing library for the [[D]] language. DFL attempts to bring a high level, easy to use interface to the Win32 [[API]]. In fact, you rarely even need to directly access the Win32 API when using DFL!
 
Selected Features of DFL:
With DFL you can:
 
* CreateCreation and managemanagement yourof [[GUI]] applicationapplications with a simple, object-oriented interface.
* AttachEvent handlers for almost any event handlerscan be attached to many objects, such as controls, forms, and menus, for practically any event.
* DockControls controlscan be docked on the parent form, so resize code isn't needed.
* UseDFL provides sockets that do not block the GUI thread.
 
* Much more!
(Adapted from the DFL Wiki)
 
==See==
* [http://www.dprogramming.com/dfl.php DFL Home]
* [http://wiki.dprogramming.com/Dfl/HomePage DFL Wiki]
* [https://github.com/Rayerd/dfl DFL Github (actively maintained version)]
Anonymous user