Hi, I'm trying to rebuild AHIPrefs ReAction GUI from the "old" AHI SDK/sources (AHI gui_ca.c). I have almost remove all warnings, but can't get to complete the compilation, 'cos it uses
from reaction_lib_protos.h, I copy&paster from ReAction Layout LayoutExample.c :-) and cloned to create 'struct List *ClickTabsA(STRPTR *)'
but I don't know how to "recreate"
fuctions. Are they "doable"? Or where to look to try to find a replacement?
TIA
struct List *BrowserNodesA( STRPTR * ); struct List *ChooserLabelsA( STRPTR * ); struct List *ChooserLabels( STRPTR, ... ); void FreeBrowserNodes( struct List *); void FreeChooserLabels( struct List * ); struct List *ClickTabsA( STRPTR * ); struct List *ClickTabs( STRPTR, ... ); void FreeClickTabs( struct List * );
struct List *ChooserLabels( STRPTR, ... ); struct List *ClickTabs( STRPTR, ... );