Allow multiple volumes with the same name if their creation dates differ.
[AROS.git] / workbench / libs / gadtools / README.hacks
blob7512a7ea739e724678f5a579a81027e7de755ac8
1 stegerg: this hack is not needed anymore, everything is handled in
2 GT_FilterIMsg.
4 OBSOLETE:
6 Scroller and slider gadgets should pass their current values to the
7 window's msgport in the im->Code field in a IDCMP_MOUSEMOVE class message.   
8 And only when the gadgets have changed their value.
9 The only half reasonable way I could do this was to introduce a new
10 BOOPSI gadget return value, GMR_INTERIMUPDATE.
11 When the Intuition inputhandler gets this from GM_HANDLEINPUT,
12 it will copy *(gpInput->gpi_Termination) into an IntuiMessage and
13 send it to the window. What makes it a hack is that the new return
14 value might be incompatible with a later version of AmigaOS.
16 OBSOLETE: