diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-07-27 05:51:37 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-07-27 05:51:37 -0700 |
commit | 0245c63127993a34f752503594fb09ad0bbf8e1a (patch) | |
tree | f91872644321b83c4f4e221066839b8d07fc6c09 /pages | |
parent | 5625092d4746385d370aed0711918217c7d684cb (diff) |
Wiki page hello-world-gui.md changed with summary [typo] by Xavi Artigas
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/tutorials/c/hello-world-gui.md.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/develop/tutorials/c/hello-world-gui.md.txt b/pages/develop/tutorials/c/hello-world-gui.md.txt index f3c03ed43..d8784530f 100644 --- a/pages/develop/tutorials/c/hello-world-gui.md.txt +++ b/pages/develop/tutorials/c/hello-world-gui.md.txt | |||
@@ -423,7 +423,7 @@ If anything goes wrong check out the [Troubleshooting](#Troubleshooting) section | |||
423 | 423 | ||
424 | ## Things to Try ## | 424 | ## Things to Try ## |
425 | 425 | ||
426 | Try adding more widgets such as an *About* button to your program. Experiment with different values of weight hinting to understand better how you can place and size your widgets. Create a new callback for your *About* button to practise linking an action with a function. | 426 | Try adding more widgets such as an *About* button to your program. Experiment with different values of weight hinting to understand better how you can place and size your widgets. Create a new callback for your *About* button to practice linking an action with a function. |
427 | 427 | ||
428 | ## Summary ## | 428 | ## Summary ## |
429 | 429 | ||
@@ -440,7 +440,7 @@ Apart from typos that may cause problems compiling or running, there is not much | |||
440 | ## Resources ## | 440 | ## Resources ## |
441 | 441 | ||
442 | [EFL Installation Guide](/develop/setup/c/start.md) | 442 | [EFL Installation Guide](/develop/setup/c/start.md) |
443 | : Instructions for installating and using EFL on a variety of operating systems. | 443 | : Instructions for installing and using EFL on a variety of operating systems. |
444 | 444 | ||
445 | [Tutorial Code Examples](https://git.enlightenment.org/tools/examples.git/tree/tutorial/c) | 445 | [Tutorial Code Examples](https://git.enlightenment.org/tools/examples.git/tree/tutorial/c) |
446 | : Source code for programs included in this and other tutorials. \ No newline at end of file | 446 | : Source code for programs included in this and other tutorials. \ No newline at end of file |