~tux-style/eflxx/eflxx_examples

« back to all changes in this revision

Viewing changes to src/elementaryxx/full/test_box.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:
31
31
  ic2->setAlignHintSize (0.0, 0.5);
32
32
  bx->packEnd (*ic2);
33
33
  ic2->show ();
34
 
  
 
34
 
35
35
  Icon *ic3 = Icon::factory (*win);
36
36
  ic3->setFile (searchPixmapFile ("elementaryxx/logo_small.png"));
37
37
  ic3->setScale (false, false);
47
47
  Window *win = Window::factory ("box-horiz", ELM_WIN_BASIC);
48
48
  win->setTitle ("Box Horiz");
49
49
  win->setAutoDel (true);
50
 
  
 
50
 
51
51
  Background *bg = Background::factory (*win);
52
52
  win->addObjectResize (*bg);
53
53
  bg->setWeightHintSize (EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
54
54
  bg->show ();
55
 
  
 
55
 
56
56
  Box *bx = Box::factory (*win);
57
57
  bx->setOrientation (Box::Horizontal);
58
58
  win->addObjectResize (*bx);
72
72
  ic2->setAlignHintSize (0.5, 0.0);
73
73
  bx->packEnd (*ic2);
74
74
  ic2->show ();
75
 
  
 
75
 
76
76
  Icon *ic3 = Icon::factory (*win);
77
77
  ic3->setFile (searchPixmapFile ("elementaryxx/logo_small.png"));
78
78
  ic3->setScale (false, false);