[ Maverik Level 1 functions ]


mav_windowLineWidthSet

Summary

Set the line width for a window.


Syntax

void mav_windowLineWidthSet(MAV_window *w, float wd);


Description

This function sets the line width for window w to be wd.


Back to the index page.