[][src]Function ul_sys::ulViewCreateInspectorView

pub unsafe extern "C" fn ulViewCreateInspectorView(view: ULView) -> ULView

Create an inspector for this View, this is useful for debugging and inspecting pages locally. This will only succeed if you have the inspector assets in your filesystem-- the inspector will look for file:///inspector/Main.html when it loads.

@note The initial dimensions of the returned View are 10x10, you should call ulViewResize on the returned View to resize it to your desired dimensions.

@note You will need to call ulDestroyView on the returned instance when you're done using it.