Wiki page effects changed with summary [fix output] by Vincent Torri

This commit is contained in:
Vincent Torri 2023-07-27 05:12:08 -07:00 committed by www-data
parent a79aa7c659
commit 3aa7dbb025
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
~~Title: Implementing Effects - GL 2D Tutorial~~
//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
//**previous page:**// [[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
==== Implementing Effects ====
Create a button that resets the scene by putting the background color to black
@ -50,4 +52,5 @@ static void btn_reset_cb(void *data, Evas_Object *obj, void *event_info)
}
</code>
\\
//**__The whole code__: **//{{ code_c/tutorial/gl2d/gl_2d.c }}
//**The whole code:**// {{ code_c/tutorial/gl2d/gl_2d.c }}