Grx.Context.get_width

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

Gets the width of self.

self

a Grx.Context

Returns