mirror of https://github.com/OpenTTD/OpenTTD
(svn r15627) -Documentation: Add two Doxygen strings (Alberth).
parent
86ca408d46
commit
3d05c31031
|
@ -1347,7 +1347,7 @@ void ResizeWindow(Window *w, int x, int y)
|
||||||
w->SetDirty();
|
w->SetDirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool _dragging_window;
|
static bool _dragging_window; ///< A window is being dragged or resized.
|
||||||
|
|
||||||
static bool HandleWindowDragging()
|
static bool HandleWindowDragging()
|
||||||
{
|
{
|
||||||
|
|
|
@ -584,7 +584,7 @@ enum WindowFlags {
|
||||||
WF_SCROLL_DOWN = 1 << 5, ///< Lower scroll button has been pressed, @see ScrollbarClickHandler()
|
WF_SCROLL_DOWN = 1 << 5, ///< Lower scroll button has been pressed, @see ScrollbarClickHandler()
|
||||||
WF_SCROLL_MIDDLE = 1 << 6, ///< Scrollbar scrolling, @see ScrollbarClickHandler()
|
WF_SCROLL_MIDDLE = 1 << 6, ///< Scrollbar scrolling, @see ScrollbarClickHandler()
|
||||||
WF_HSCROLL = 1 << 7,
|
WF_HSCROLL = 1 << 7,
|
||||||
WF_SIZING = 1 << 8,
|
WF_SIZING = 1 << 8, ///< Window is being resized.
|
||||||
WF_STICKY = 1 << 9, ///< Window is made sticky by user
|
WF_STICKY = 1 << 9, ///< Window is made sticky by user
|
||||||
|
|
||||||
WF_DISABLE_VP_SCROLL = 1 << 10, ///< Window does not do autoscroll, @see HandleAutoscroll()
|
WF_DISABLE_VP_SCROLL = 1 << 10, ///< Window does not do autoscroll, @see HandleAutoscroll()
|
||||||
|
|
Loading…
Reference in New Issue