OpenTTD Source 20241224-master-gf74b0cf984
|
Data structure for resizing a window. More...
#include <window_gui.h>
Data Fields | |
uint | step_width |
Step-size of width resize changes. | |
uint | step_height |
Step-size of height resize changes. | |
Data structure for resizing a window.
Definition at line 212 of file window_gui.h.
uint ResizeInfo::step_height |
Step-size of height resize changes.
Definition at line 214 of file window_gui.h.
Referenced by DispatchLeftClickEvent(), TownAuthorityWindow::DrawRatings(), NetworkGameWindow::DrawServerLine(), BuildBridgeWindow::DrawWidget(), SelectCompanyLiveryWindow::DrawWidget(), DepotWindow::DrawWidget(), SaveLoadWindow::DrawWidget(), VehicleGroupWindow::DrawWidget(), BuildIndustryWindow::DrawWidget(), IndustryDirectoryWindow::DrawWidget(), NetworkGameWindow::DrawWidget(), SignListWindow::DrawWidget(), SelectStationWindow< T >::DrawWidget(), TownDirectoryWindow::DrawWidget(), VehicleListWindow::DrawWidget(), ScriptDebugWindow::DrawWidgetLog(), Window::FindWindowPlacementAndResize(), HandleWindowDragging(), Window::InitializeData(), and Window::ReInit().
uint ResizeInfo::step_width |
Step-size of width resize changes.
Definition at line 213 of file window_gui.h.
Referenced by DispatchLeftClickEvent(), DepotWindow::DrawWidget(), Window::FindWindowPlacementAndResize(), HandleWindowDragging(), Window::InitializeData(), and Window::ReInit().