Cairo__Surface.st
changeset 43 1006839761af
parent 40 28dfc583beb5
child 45 8ee53c41a084
equal deleted inserted replaced
42:475e93b10c8f 43:1006839761af
   140     ^ CPrimitives cairo_surface_get_reference_count: self
   140     ^ CPrimitives cairo_surface_get_reference_count: self
   141 
   141 
   142     "Created: / 28-12-2014 / 22:09:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   142     "Created: / 28-12-2014 / 22:09:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   143 !
   143 !
   144 
   144 
       
   145 status
       
   146     "Checks whether an error has previously occurred for this object.
       
   147      See Cairo::Status pool for possible values."
       
   148 
       
   149     ^ CPrimitives cairo_surface_status: self
       
   150 
       
   151     "Modified: / 23-02-2016 / 11:28:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   152 !
       
   153 
   145 type
   154 type
   146     ^CPrimitives cairo_surface_get_type: self
   155     ^CPrimitives cairo_surface_get_type: self
   147 
   156 
   148     "Created: / 10-07-2008 / 10:34:36 / Jan Vrany <vranyj1@fel.cvut.cz>"
   157     "Created: / 10-07-2008 / 10:34:36 / Jan Vrany <vranyj1@fel.cvut.cz>"
   149     "Modified: / 28-12-2014 / 21:46:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   158     "Modified: / 28-12-2014 / 21:46:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"