Files
@ r27334:5391a05e2771
Branch filter:
Location: cpp/openttd-patchpack/source/src/signal_type.h
r27334:5391a05e2771
1.7 KiB
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.