MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SetWidgetsLoweredState

Method SetWidgetsLoweredState

src/window_gui.h:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 */
526 template <typename... Args>
527 void SetWidgetsLoweredState(bool lowered_stat, Args... widgets)
528 {
529 (SetWidgetLoweredState(widgets, lowered_stat), ...);
530 }
531
532 /**
533 * Raises the widgets and sets widgets dirty that are lowered.

Callers 4

OnTimeoutMethod · 0.80
OnInvalidateDataMethod · 0.80
SetTabMethod · 0.80
OnClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected