~canonical-dx-team/nux/trunk

« back to all changes in this revision

Viewing changes to Nux/HScrollBar.cpp

  • Committer: Jason Smith
  • Date: 2010-11-24 16:08:41 UTC
  • mfrom: (126.1.2 nux)
  • Revision ID: jason.smith@canonical.com-20101124160841-a25g7jmjb11j9of9
merge damage fixes branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
    return FALSE;
428
428
  }
429
429
 
430
 
  int HScrollBar::GetBaseWidth()
431
 
  {
432
 
    return Area::GetBaseWidth();
433
 
  }
434
 
 
435
 
  int HScrollBar::GetBaseHeight()
436
 
  {
437
 
    return HSCROLLBAR_HEIGHT;
438
 
  }
439
 
 
440
430
  long HScrollBar::PostLayoutManagement (long LayoutResult)
441
431
  {
442
432
    long ret = ScrollBar::PostLayoutManagement (LayoutResult);