summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-03-16 23:45:48 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-03-16 23:45:48 +0000
commit8bb18421130e4104633199f309475723f5d43866 (patch)
tree209ae92f9b0ab16955531ab2da5dd773113e62a6 /doc/examples.dox
parent9c16a08b408c709782fe1cc908b6f5eb84fc3927 (diff)
downloadelementary-8bb18421130e4104633199f309475723f5d43866.tar.gz
clean up toggle turds :)
SVN revision: 69478
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index 1e58e67b1..d43fe4648 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -1821,14 +1821,14 @@
*
* By default map is disabled. So just setting content isn't enough.
* Alpha and smooth settings will be applied when map is enabled.
- * So we'll add a toggle for that. Everytime the map properties
+ * So we'll add a check for that. Everytime the map properties
* are changed, map will need to be enabled again. So if you
* want to play a bit with our example, remember to always enable
* map again after concluding your changes.
- * @skipline toggle_add
+ * @skipline check_add
* @until show
*
- * We have added a callback function to this toggle, so it will enable
+ * We have added a callback function to this check, so it will enable
* or disable map:
* @dontinclude mapbuf_example.c
* @skip static
@@ -1844,7 +1844,7 @@
* By default, mapbuf would enable alpha blending and smooth rendering,
* so we need to check boxes to be consistent with its behavior.
*
- * Callback functions look like the one added to the toggle. This way we
+ * Callback functions look like the one added to the check. This way we
* could enable or disable the both properties:
* @dontinclude mapbuf_example.c
* @skip static
@@ -4107,7 +4107,7 @@
* whose value it should change:
* @until show
*
- * We also set the callback that will be called when the toggles value changes:
+ * We also set the callback that will be called when the check value changes:
* @until smart_callback
*
* For our second toggle it important to note that we set the states labels,