Grx.Context.get_height

@accepts(Grx.Context)
@returns(int)
def get_height(self):
    # Python wrapper for grx_context_get_height()
  

Gets the height of self.

self

a Grx.Context

Returns