::hwat::widgets::assementry::AssemEntry
Creates a frame with an entry field and two buttons: "Create/Update" and "Review". This frame could be incorporated to any panel which references assemblies.
Syntax
::hwat::widgets::assementry::AssemEntry str_parentFrame str_callBack
Arguments
- str_parentFrame
- Parent frame name.
- str_callBack
- User’s callback.
Returns
- Success
- str_assmEntryFrame - assembly entry frame for external packing.
Example