WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=74ae1e3dc627895301921337a6f35636daefa932

commit 74ae1e3dc627895301921337a6f35636daefa932
Author: Gareth Halfacree <[email protected]>
Date:   Fri Jan 5 08:00:48 2018 -0800

    Wiki page start.md changed with summary [] by Gareth Halfacree
---
 pages/develop/guides/start.md.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pages/develop/guides/start.md.txt 
b/pages/develop/guides/start.md.txt
index 3619bcac3..9b8ac1f10 100644
--- a/pages/develop/guides/start.md.txt
+++ b/pages/develop/guides/start.md.txt
@@ -21,9 +21,21 @@ The documentation of EFL and its infrastructure is an 
ongoing effort, taking pla
 
 [The Main Loop Programming 
Guide](https://www.enlightenment.org/develop/guides/c/core/main-loop.md) 
provides a reference to the internal EFL Main Loop, in which execution takes 
place, and the timers, monitors, idlers, and polling capabilities it offers.
 
+## IO Programming Guide ##
+
+[The IO Programming 
Guide](https://www.enlightenment.org/develop/guides/c/core/io.md) details the 
use of EFL's input-output handling facilities for reading and writing files, 
Unix file descriptors and networks sockets.
+
+## Events Programming Guide ##
+
+[The Events Programming 
Guide](https://www.enlightenment.org/develop/guides/c/core/events.md) provides 
a reference for EFL's event-driven nature, detailing methods for handling 
events.
+
 ## User Interface Sizing Programming Guide ##
 
 [The User Interface Sizing Programming 
Guide](https://www.enlightenment.org/develop/guides/c/ui/sizing.md) provides a 
reference to the controls offered by EFL for controlling the minimum and 
maximum size of a widget when default values are inappropriate.
 
+## User Interface Focus Programming Guide ##
+
+[The User Interface Focus Programming 
Guide](https://www.enlightenment.org/develop/guides/c/ui/focus.md) details how 
to handle focus, the graphical indicator of the widget currently selected, in 
EFL.
+
 ## EFL C Porting Guide ##
 [The EFL C Porting 
Guide](https://www.enlightenment.org/develop/guides/c/porting-guide.md) is 
designed for developers looking to transition from the current EFL API to the 
beta release, known as the Unified API. This document is a work in progress.
\ No newline at end of file

-- 


Reply via email to