Cairo__CObject.st
changeset 63 054f0513ea65
parent 43 1006839761af
child 86 e434bd07e403
equal deleted inserted replaced
62:a1280a796155 63:054f0513ea65
   108     ^ self subclassResponsibility
   108     ^ self subclassResponsibility
   109 
   109 
   110     "Created: / 28-12-2014 / 21:41:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   110     "Created: / 28-12-2014 / 21:41:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   111 !
   111 !
   112 
   112 
       
   113 reference
       
   114     "Increases the reference count on the receiver by one. This prevents the
       
   115      receiver from being destroyed until a matching call to #destroy is made.
       
   116 
       
   117      This method must be called whenever Cairo documentation says so, 
       
   118      check comment on return value for methods returning a Cairo object"
       
   119 
       
   120     ^ self subclassResponsibility
       
   121 
       
   122     "Created: / 05-03-2016 / 10:31:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   123 !
       
   124 
   113 statusCheck
   125 statusCheck
   114     <resource: #skipInDebuggersWalkBack>        
   126     <resource: #skipInDebuggersWalkBack>        
   115 
   127 
   116     | status |
   128     | status |
   117 
   129