~unity-team/nux/nux.remove-deprecated

« back to all changes in this revision

Viewing changes to Nux/Button.cpp

  • Committer: Eleni Maria Stea
  • Date: 2012-10-15 11:35:23 UTC
  • Revision ID: elene.mst@gmail.com-20121015113523-mv0ume9jgz4dl1bs
removed deprecated enumerations

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
      switch(distribution_)
304
304
      {
305
305
      case START_OF_LAYOUT:
306
 
        layout->SetContentDistribution(MAJOR_POSITION_LEFT);
 
306
        layout->SetContentDistribution(MAJOR_POSITION_START);
307
307
        break;
308
308
 
309
309
      case END_OF_LAYOUT:
310
 
        layout->SetContentDistribution(MAJOR_POSITION_RIGHT);
 
310
        layout->SetContentDistribution(MAJOR_POSITION_END);
311
311
        break;
312
312
 
313
313
      case CENTER_OF_LAYOUT: