src/window.h
changeset 8522 a1c44311e09e
parent 8515 d0401d967e99
child 8527 f463267f422f
equal deleted inserted replaced
8521:ca9e5d1537c9 8522:a1c44311e09e
   295 
   295 
   296 	void RaiseButtons();
   296 	void RaiseButtons();
   297 	void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
   297 	void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
   298 	void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...);
   298 	void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...);
   299 	void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
   299 	void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);
   300 	void InvalidateWidget(byte widget_index);
   300 	void InvalidateWidget(byte widget_index) const;
   301 };
   301 };
   302 
   302 
   303 struct querystr_d {
   303 struct querystr_d {
   304 	StringID caption;
   304 	StringID caption;
   305 	Textbuf text;
   305 	Textbuf text;