File diff r8025:bed915e3f346 → r8026:84e6cb6c7cb8
src/window.h
Show inline comments
 
@@ -294,13 +294,13 @@ struct Window {
 
	bool IsWidgetLowered(byte widget_index) const;
 

	
 
	void RaiseButtons();
 
	void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
 
	void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...);
 
	void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
 
	void InvalidateWidget(byte widget_index);
 
	void InvalidateWidget(byte widget_index) const;
 
};
 

	
 
struct querystr_d {
 
	StringID caption;
 
	Textbuf text;
 
	const char *orig;