~tux-style/eflxx/eflxx_examples

« back to all changes in this revision

Viewing changes to src/elementaryxx/full/test_slider.cpp

  • Committer: seoz
  • Date: 2011-04-13 13:25:55 UTC
  • Revision ID: svn-v4:7cbeb6ba-43b4-40fd-8cce-4c39aea84d33:trunk/BINDINGS/cxx/eflxx_examples:58633
BINDINGS/cxx elementaryxx: Removed trailing whitespaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  ic->setFile (searchPixmapFile ("elementaryxx/logo_small.png"));
24
24
  ic->setAspectHintSize (EVAS_ASPECT_CONTROL_VERTICAL, Size (1, 1));
25
25
  ic->show ();
26
 
  
 
26
 
27
27
  sl = Slider::factory (*win);
28
28
  sl->setLabel ("Label");
29
29
  sl->setIcon (*ic);