Searched defs:addButton (Results 1 – 8 of 8) sorted by relevance
53 addButton: function(text, clickCallback) { method in InfoBar
7 function addButton(name, cb) { function
64 JButton addButton = new JButton(msg("add")); in addAddButton() local
171 protected void addButton(JComponent button) in addButton() method in ListPanel
85 JButton addButton = new JButton(msg(inputAndOutput ? in addAddButton() local
195 void RadioButtonGroupScope::addButton(HTMLInputElement* element) in addButton() function in WebCore::RadioButtonGroupScope
952 ImageEditor.Toolbar.prototype.addButton = function( method in ImageEditor.Toolbar