LBNA_Selected

Have a question about our Software Developer Kit? Ask them here.
Post Reply
User avatar
mritter0
Posts: 214
Joined: Mon Aug 25, 2014 9:41 pm
Location: Bettendorf, IA, USA

LBNA_Selected

Post by mritter0 »

WIKI->listbrowser_gc.txt->LBNA_Selected (BOOL)

should be uint32 for GetListBrowserNodeAttrs() to return proper value.
Workbench Explorer - A better way to browse drawers
User avatar
broadblues
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 600
Joined: Sat Jun 18, 2011 2:40 am
Location: Portsmouth, UK
Contact:

Re: LBNA_Selected

Post by broadblues »

mritter0 wrote:WIKI->listbrowser_gc.txt->LBNA_Selected (BOOL)

should be uint32 for GetListBrowserNodeAttrs() to return proper value.
It means it returns a boolean value TRUE or FALSE , you should still pass a pointer to 32 bit value in yout tag list as with any taglist.
Post Reply