Searched refs:dropdown (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h119 dropdown = true;
152 dropdown = c.dropdown;
203 void SetHasDropDown(bool b) { dropdown = b; }
204 bool HasDropDown() const { return dropdown; }
229 bool dropdown; // true if the item has a dropdown button member in class:wxAuiToolBarItem
519 void SetToolDropDown(int tool_id, bool dropdown);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchoice.tex145 the user closes the dropdown list, this function returns the current selection.
146 That is, while the dropdown list is shown, it returns the currently selected
H A Dcomboctrl.tex16 For instance, position and size of the dropdown button
359 Returns current size of the dropdown button.
473 borders and the dropdown button).
503 dropdown button click.
552 Sets custom dropdown button graphics.
570 Sets size and position of dropdown button.
711 string must be accepted by the popup (for instance, exist in the dropdown
H A Dcombobox.tex200 returns the item currently selected in the dropdown list if it's open or the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp594 // if the tool has a dropdown button, add it to the width
934 item.dropdown = false;
972 item.dropdown = false;
1000 item.dropdown = false;
1025 item.dropdown = false;
1046 item.dropdown = false;
1068 item.dropdown = false;
1241 void wxAuiToolBar::SetToolDropDown(int tool_id, bool dropdown) argument
1247 item->dropdown = dropdown;
[all...]

Completed in 120 milliseconds