|
window name string to module link manifest
|
09/24/2010 9:25 AM
post68505
|
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
|
|
|