Changeset 2780 in Sophya for trunk/SophyaPI/PI/pibargraph.cc


Ignore:
Timestamp:
May 30, 2005, 9:41:30 AM (20 years ago)
Author:
ansari
Message:

1/ Suite corrections liees a l'appel de FinishCreate() (la bonne methode et au bon moment) dans les PIContainer (picontainergen/xx.cc)
2/ Corrections diverses liees au trace des axes / titre (piaxes.h pieldrw.cc)
3/ Ajout possibilite de faire Refresh() du widget a partir du drawer et bouton Refresh ds PIDrwOptionStringWindow - (pidrawer.h .cc pidrwtools.h .cc)
4/ Petites corrections de gestions des attributs graphiques (pigratt.cc piyfxdrw.cc ...)
5/ Amelioration/corrections PIBarGraph et PITextDrawer

Reza 30 Mai 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pibargraph.cc

    r2615 r2780  
    4444  fgValLabel = false;
    4545  packFrac = 0.5;
     46  GetGraphicAtt().SetColAtt(PI_Black, PI_White);
     47  GetGraphicAtt().SetFontAtt(PI_DefaultFont, PI_NormalSizeFont, PI_RomanFont);
     48  GetGraphicAtt().SetLineAtt(PI_NormalLine);
    4649  SetName("BarGraph");
    4750}
Note: See TracChangeset for help on using the changeset viewer.