Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - window name string to module link manifest: (1 Item)
   
window name string to module link manifest  
Hello,

I have a need to configure from code a PtButton to open a particular window. The window name is read in from a file, so 
I don't have the manifest ABM_windname. 

I know the type of the manifest should be ApEventLink_t, but I have found no documentation on that data type. 

PtWidget_t * ApCreateModule(
                ApEventLink_t const *link_callback,
                PtWidget_t *widget,
                PtCallbackInfo_t *cbinfo );

Does anybody know how I could go from a window name string to the module link manifest?  

Thank you,
Elena