Re: structures, and tabitem right-click hittest
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Dec 06, 2003
- 605 views
----- Original Message ----- From: "Dan Moyer" <DANIELMOYER at prodigy.net> To: <EUforum at topica.com> Subject: Re: structures, and tabitem right-click hittest > > > Derek, > > Appears to work ok if I just use allot rather than W32_allot; is this likely > to cause a problem? (Tab index returned is 0 referenced, which is fine) > > Dan Moyer > > > > > Derek, > > > > Ok, but what version of Win32Lib has W32_allot in it? I'm using 59.01. > > > > Dan Moyer > > The next one has all the 'generic' named routines prefixed with "W32_". There is also a w32tk.e which allows the old (current) named routines work as well. This was done because I was told my names should not be used because they had a high probability of clashing with names that other might use. So I renamed them all. I'll build this hit test into the library so that it returns the id of the TabItem control. -- Derek