static Rect dm_getBounds(O module) { ret shallowCloneToClass Rect(call(dm_getStem(module), 'getFrameRect)); } ifndef InOSCore static Rect dm_getBounds() { ret dm_getBounds(dm_current_generic()); } endifndef