Changeset 1034 in Sophya for trunk/SophyaPI/PI/pibwdggen.cc
- Timestamp:
- May 29, 2000, 10:52:55 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pibwdggen.cc
r547 r1034 53 53 //-- 54 54 //++ 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.60 55 // void SelPointerShape(PIPointer ptr=PI_ArrowPointer) 61 56 // Choix de la forme du pointeur (souris) pour la fenêtre 62 57 // associée à l'objet. 63 58 //| PI_ArrowPointer, PI_CrossPointer, PI_HandPointer, PI_TDLRArrowPointer 64 // PIColors GetBackgroundColor()65 // Renvoie la couleur de fond66 59 // PIPointer GetPointerShape() 67 60 // Renvoie la forme du pointeur
Note:
See TracChangeset
for help on using the changeset viewer.