essentially yes, but it can be to use for text_input, checkbox, dropdown, list... Overall, all QT widgets has this method, VLC GUI is built in QT no? :) widgetLUA:set_enabled(...) => widgetQT::setEnable(...) And let's go :) PS: Congratulation and thanks for your good VLC extension's implementation m...