Gloal InvisibleComponent Functions
[Global defines]

Data Structures

Typedefs

Functions


Typedef Documentation

A struct include Invisible Component Create info

See also:
ncsCreateInvsbCompIndirect

Function Documentation

mInvsbComp * ncsCreateInvsbComp ( const char *  class_name,
mComponent parent,
int  id,
NCS_PROP_ENTRY props,
NCS_EVENT_HANDLER handlers,
DWORD  user_data 
)

create an Invisible Component

Parameters:
class_name the class name of Invisible Component
parent the parent of creating Invisible Component
id the id of Invisible Component
props the properties array of Invisible Component
handlers the event handler array of Invisible Component
user_data user data
Returns:
mInvsbComp * - the new created Invisible Component pointer, NULL or failed
See also:
NCS_INVSB_CREATE_INFO, ncsCreateInvsbCompIndirect
mInvsbComp * ncsCreateInvsbCompIndirect ( const char *  class_name,
NCS_INVSB_CREATE_INFO create_info 
)

create an Invisible Component from creating info

Parameters:
class_name the class name of Invisible Component
create_info the creating information pointer
Returns:
mInvsbComp * - the Invisible Component pointer if success, NULL or failed
See also:
NCS_INVSB_CREATE_INFO, ncsCreateInvsbComp
Generated on Fri Jun 10 11:18:06 2011 for New Control Set V1.0.0 API Reference by  doxygen 1.6.3