Changeset 61 in Sophya for trunk/SophyaPI/PI/pibwdgx.cc


Ignore:
Timestamp:
Nov 26, 1997, 7:30:27 PM (28 years ago)
Author:
ansari
Message:

J'ai remis les fonctions d'Activation d'evts (ActivateButton(), ...) ds

PIBaseWdgGen - et correction petit pb ds pixtbase.cc (Leave etait appele
au moment de Close !) Reza 26/11/97

File:
1 edited

Legend:

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

    r60 r61  
    6565SelMarker(1, PI_DotMarker);
    6666
    67 // On active tous les evenements ...
    68 ActivatePtrCross();
    69 ActivateKeyboard();
    70 int i;
    71 for(i=1; i<=3; i++) {
    72   ActivateButton(i);
    73   ActivateMove(i);
    74 }
    7567Manage();
    7668}
     
    8072PIBaseWdgX::~PIBaseWdgX()
    8173{
    82 
     74#ifdef DEBUG_PIBWDGX
     75printf("PIBaseWdgX::~PIBaseWdgX()_Debug: Object= %lx (%lx) Wdg= %lx \n",
     76(long)this, (long)(((PIXtBaseWidget)XtWdg())->pixtbase.objet), (long)XtWdg() ); 
     77#endif
     78Arg  wargs[2];
     79XtSetArg(wargs[0],PIXNobject,NULL);
     80XtSetValues(XtWdg(), wargs, 1);
    8381}
    8482
Note: See TracChangeset for help on using the changeset viewer.