Changes between Version 85 and Version 86 of Developing your own applications
- Timestamp:
- 01/18/11 22:17:26 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developing your own applications
v85 v86 122 122 == Graphical User Interface == 123 123 124 Once you have successfully completed the steps above, you may wish to know how to add a Graphical User Interface (GUI). Th e next steps will show how to adapt the Hello World program to use the Elementary widget set.124 Once you have successfully completed the steps above, you may wish to know how to add a Graphical User Interface (GUI). This section will show how to do this using the Elementary widget set which is the basis for the core SHR phone applications. 125 125 126 126 === 1. Creating a source folder === … … 177 177 }}} 178 178 179 More information about Vala can be found here: [http://live.gnome.org/Vala/Tutorial]179 More information about Elementary can be found here: [http://trac.enlightenment.org/e/wiki/Elementary] 180 180
