Files
@ r27334:5391a05e2771
Branch filter:
Location: cpp/openttd-patchpack/source/src/object.h
r27334:5391a05e2771
979 B
text/x-c
Codechange: Add and use GetScrolledItemFromWidget to get a list item.
This function returns an iterator, either to the selected item or the
container's end.
This makes handling the result more robust as indices are not used.
This function returns an iterator, either to the selected item or the
container's end.
This makes handling the result more robust as indices are not used.