File diff r12299:2f5efa6ba8ec → r12300:489a80ad79ba
src/window_gui.h
Show inline comments
 
@@ -73,12 +73,14 @@ enum WidgetDrawDistances {
 

	
 
	/* Dropdown widget. */
 
	WD_DROPDOWN_HEIGHT = 12,    ///< Height of a drop down widget.
 
	WD_DROPDOWNTEXT_LEFT = 2,   ///< Left offset of the dropdown widget string.
 
	WD_DROPDOWNTEXT_RIGHT = 14, ///< Right offset of the dropdown widget string.
 
	WD_DROPDOWNTEXT_TOP = 1,    ///< Top offset of the dropdown widget string.
 

	
 
	WD_SORTBUTTON_ARROW_WIDTH = 11, ///< Width of up/down arrow of sort button state.
 
};
 

	
 
/* wiget.cpp */
 
void DrawFrameRect(int left, int top, int right, int bottom, Colours colour, FrameFlags flags);
 

	
 
/* window.cpp */