mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
ENH:add a search box for text toolbar
Change-Id: If8a43671916e56d6cb52b9fbd21dd8b8f9539083
This commit is contained in:
parent
ac854d8f4d
commit
78b6e75955
8 changed files with 177 additions and 29 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
void set_next_window_size(float x, float y, ImGuiCond cond);
|
||||
|
||||
/* BBL style widgets */
|
||||
bool bbl_combo_with_filter(const char* label, const std::string& preview_value, const std::vector<std::string>& all_items, std::vector<int>* filtered_items_idx, bool* is_filtered, float item_height = 0.0f);
|
||||
bool bbl_input_double(const wxString &label, const double &value, const std::string &format = "%0.2f");
|
||||
bool bbl_slider_float(const std::string &label, float* v, float v_min, float v_max, const char* format = "%.3f", float power = 1.0f, bool clamp = true, const wxString& tooltip = {});
|
||||
bool bbl_slider_float_style(const std::string &label, float* v, float v_min, float v_max, const char* format = "%.3f", float power = 1.0f, bool clamp = true, const wxString& tooltip = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue