Searched defs:addButton (Results 1 – 5 of 5) sorted by relevance
24 private Button addButton = new Button("Add >"), addAllButton = new Button("Add all >"); field in DoubleListSelector
64 JButton addButton = new JButton(msg("add")); in addAddButton() local
170 protected void addButton(JComponent button) in addButton() method in ListPanel
85 JButton addButton = new JButton(msg(inputAndOutput ? in addAddButton() local
1108 void GuiReceiver::addButton(QString button_name, int button_type, int initial_button_state, void* o… in addButton() function in GuiReceiver1396 void CvButtonbar::addButton(QString name, CvButtonCallback call, void* userdata, int button_type, … in addButton() function in CvButtonbar