examples: Take advantage of user_data passed
authorMohammed Sadiq <sadiq@sadiqpk.org>
Tue, 8 May 2018 12:47:54 +0000 (18:17 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Tue, 8 May 2018 13:25:48 +0000 (18:55 +0530)
commit8fcc401e05b9db074fbdf2cc83c497aae1df477b
tree1c28cda04d8ddd703f5aa6eae6586a97b5d58581
parentf07b1313621ca7e69d236161f9b96578fc98e435
examples: Take advantage of user_data passed

The last parameter of the signal callback from .ui
is the template's object from which the class is
derived.

And so, we already have access to the window object.
Let's just use it.
examples/application10/exampleappwin.c
examples/application7/exampleappwin.c
examples/application8/exampleappwin.c
examples/application9/exampleappwin.c