I would assume, since the 'actions' list is a public C++ 'vector' construct, that you would use the 'insert' method of that class:
http://www.cplusplus.com/reference/stl/vector/insert/ If that doesn't work, I'd keep the column list locally, insert into my own copy, and simply redefine the list_knob when it changes. Steve -----Original Message----- From: nuke-dev-boun...@support.thefoundry.co.uk [mailto:nuke-dev-boun...@support.thefoundry.co.uk] On Behalf Of Nhat Phong Tran Sent: Friday, April 22, 2011 7:59 PM To: Nuke plug-in development discussion Subject: [Nuke-dev] List_knob() Hi! Does anybody know how to use the List_knob properly? I couldn't find any documentation, but according to the header it looks like it holds a table of strings. Would be interesting to figure out how to add elems to it. Thanks, Phong _______________________________________________ Nuke-dev mailing list Nuke-dev@support.thefoundry.co.uk http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev (CONFIDENTIALITY NOTICE: The information contained in this email may be confidential and/or privileged. This email is intended to be reviewed by only the individual or organization named above. If you are not the intended recipient, or an authorized representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this email, or the information contained herein is strictly prohibited. If you have received this communication in error, please notify the sender by return email and delete this email from your system. Thank You.) _______________________________________________ Nuke-dev mailing list Nuke-dev@support.thefoundry.co.uk http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev