Uses of Class
rope.gui.R_Dropdown
Packages that use R_Dropdown
-
Uses of R_Dropdown in rope.gui
Methods in rope.gui that return R_DropdownModifier and TypeMethodDescriptionR_Dropdown.select_value
(int index) Set value for the menu.R_Dropdown.set_box
(int num_box) R_Dropdown.set_box
(int num_box, int rank) R_Dropdown.set_box_font
(String font_name, int size) R_Dropdown.set_box_font
(processing.core.PFont font) R_Dropdown.set_box_height
(float h) R_Dropdown.set_box_rank
(int rank) R_Dropdown.set_box_text_pos
(float x, float y) R_Dropdown.set_box_text_pos
(vec2 pos) R_Dropdown.set_box_width
(int w) R_Dropdown.set_colour
(R_Colour rc) R_Dropdown.set_content
(String... content) Set a new content element for the dropdown, the list is clear before.R_Dropdown.set_content
(HashMap<Integer, String> content) Set a new content element for the dropdown, the list is clear before.R_Dropdown.set_header_text_pos
(float x, float y) R_Dropdown.set_header_text_pos
(vec2 pos) R_Dropdown.set_value
(int index) Deprecated.the function set_value(int index) is replaced by select_value(int index)