~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/exercises/auxctrols/lenmus_counters_ctrol.cpp

  • Committer: cecilios
  • Date: 2012-09-07 17:42:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:721
initial commit with all changes for 5.1. See changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
    // Create the controls for counter group nTeam (0...n)
276
276
 
277
277
//    ImoStyle* pRowStyle = m_pDoc->create_private_style();
278
 
//    pRowStyle->set_float_property(ImoStyle::k_font_size, 10.0f);
279
 
//    pRowStyle->set_lunits_property(ImoStyle::k_margin_bottom, 0.0f);
 
278
//    pRowStyle->font_size( 10.0f);
 
279
//    pRowStyle->margin_bottom( 0.0f);
280
280
//    pRowStyle->set_lunits_property(ImoStyle::k_margin_left, 0.0f);
281
281
//
282
282
//    LUnits counterWidth = 1000.0f;
288
288
//    ImoParagraph* pCountersRow = pMainWrapper->add_paragraph(pRowStyle);
289
289
//
290
290
//    ImoStyle* pBoxStyle = m_pDoc->create_private_style();
291
 
//    pBoxStyle->set_lunits_property(ImoStyle::k_font_size, 12.0f);
292
 
//    pBoxStyle->set_lunits_property(ImoStyle::k_margin_bottom, 0.0f);
 
291
//    pBoxStyle->font_size( 12.0f);
 
292
//    pBoxStyle->margin_bottom( 0.0f);
293
293
//    pBoxStyle->set_lunits_property(ImoStyle::k_margin_left, 0.0f);
294
294
//    pBoxStyle->set_border_width_property(15.0f);
295
295
//    pBoxStyle->set_lunits_property(ImoStyle::k_padding_top, 500.0f);