Changeset 1034 in Sophya for trunk/SophyaPI/PI/pibwdggen.cc


Ignore:
Timestamp:
May 29, 2000, 10:52:55 AM (25 years ago)
Author:
ercodmgr
Message:

Ajout des methodes PIWdg::SetBackgroundColor() et PIWdg::SetForegroundColor()
Ajout du fichier picolist.h (liste des couleurs standard PI)
Ajout du widget PIThermometer (bar-graph) et MAJ num de version

Reza 29/05/2000

File:
1 edited

Legend:

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

    r547 r1034  
    5353//--
    5454//++
    55 // void  SetBackgroundColor(PIColors col=PI_White)
    56 //      Choix de la couleur de fond.
    57 // void  EraseWindow(int x0=0, int y0=0, int dx=0, int dy=0)
    58 //      Efface la zone rectangulaire définie par le coin "(x0,y0)" ,
    59 //      de taille "dx,dy" à l'aide de la couleur de fond.
    6055// void  SelPointerShape(PIPointer ptr=PI_ArrowPointer)
    6156//      Choix de la forme du pointeur (souris) pour la fenêtre
    6257//      associée à l'objet.
    6358//|     PI_ArrowPointer, PI_CrossPointer, PI_HandPointer, PI_TDLRArrowPointer
    64 // PIColors  GetBackgroundColor()
    65 //      Renvoie la couleur de fond
    6659// PIPointer  GetPointerShape()
    6760//      Renvoie la forme du pointeur
Note: See TracChangeset for help on using the changeset viewer.