(Programming Guide) Initial chapter on creating a custom control 48/59948/8
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 19 Feb 2016 15:53:35 +0000 (15:53 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 24 Feb 2016 16:10:00 +0000 (16:10 +0000)
commit971bfa9c6730fefc49e45c5df796ce7e34e43ae3
treee9a38a6ee0873cdbbcb05503f4d5df780e20f963
parent864042717041b6d9ad114b2e2f360f5f07c7682b
(Programming Guide) Initial chapter on creating a custom control

- Update Properties to include Animatable Properties
  - Also updated the examples
- Updated Accessibility
- Added a CMakeLists.txt to the example-code directly to directly build the example code

Change-Id: I8a363e79a13d639b14be6d1d4ae487eea9d35563
13 files changed:
docs/content/example-code/.gitignore [new file with mode: 0644]
docs/content/example-code/CMakeLists.txt [new file with mode: 0644]
docs/content/example-code/images/cards.jpg [new file with mode: 0644]
docs/content/example-code/properties.cpp [new file with mode: 0644]
docs/content/example-code/property-example.cpp [deleted file]
docs/content/images/creating-custom-controls/control-handle-body.png [new file with mode: 0644]
docs/content/images/creating-custom-controls/popup-normal.png [new file with mode: 0644]
docs/content/images/creating-custom-controls/popup-styled.png [new file with mode: 0644]
docs/content/images/creating-custom-controls/rendering.png [new file with mode: 0644]
docs/content/main.md
docs/content/programming-guide/properties.h
docs/content/shared-javascript-and-cpp-documentation/accessibility.md
docs/content/shared-javascript-and-cpp-documentation/creating-custom-controls.md [new file with mode: 0644]