Enhancement to ResizeWindow()
Posted: Mon Aug 29, 2005 7:39 pm
Currently the syntax is: ResizeWindow(Width, Height)
I would like it to be: ResizeWindow(Width, Height [,Flags])
where flags is one of:
#PB_Window_ScreenCentered
#PB_Window_WindowCentered
This would give a simple way of centering a window when resizing it.
I would like it to be: ResizeWindow(Width, Height [,Flags])
where flags is one of:
#PB_Window_ScreenCentered
#PB_Window_WindowCentered
This would give a simple way of centering a window when resizing it.