View | Details | Raw Unified
Collapse All | Expand All

(-) guiExtended/progress.h.orig (-2 / +2 lines)
 Lines 43-49    Link Here 
	/** if width of the resource is greater then its height then makes
	/** if width of the resource is greater then its height then makes
		a horizontal, else makes a vertical progress bar
		a horizontal, else makes a vertical progress bar
	*/
	*/
	KrProgress::KrProgress (int width,
	KrProgress (int width,
							int height,
							int height,
							KrRGBA FillColor,
							KrRGBA FillColor,
							KrRGBA ChangeColor,
							KrRGBA ChangeColor,
 Lines 53-59    Link Here 
	/** if width of the resource is greater then its height then makes
	/** if width of the resource is greater then its height then makes
		a horizontal, else makes a vertical progress bar
		a horizontal, else makes a vertical progress bar
	*/
	*/
	KrProgress::KrProgress (int width,
	KrProgress (int width,
							int height,
							int height,
							const KrScheme& scheme);
							const KrScheme& scheme);