Home | History | Annotate | Download | only in win

Lines Matching defs:ob_freeit

53     void (*ob_freeit)(WindowPtr ptr);
64 it->ob_freeit = NULL;
68 it->ob_freeit = PyMac_AutoDisposeWindow;
98 if (self->ob_freeit && self->ob_itself)
101 self->ob_freeit(self->ob_itself);
104 self->ob_freeit = NULL;
2314 if ( _self->ob_freeit )
2317 _self->ob_freeit = PyMac_AutoDisposeWindow;
2319 _self->ob_freeit = NULL;
3225 ((WindowObject *)it)->ob_freeit = NULL;