mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: add a tooltip of adding custom gcode
Change-Id: I8908dd7cdba6138a90fb9a7de92d9eb346495690
This commit is contained in:
parent
adb6583458
commit
92266c1edf
4 changed files with 33 additions and 17 deletions
|
@ -39,7 +39,7 @@ bool button_with_pos(ImTextureID user_texture_id,
|
|||
const ImVec2 &margin = ImVec2(0, 0));
|
||||
bool begin_menu(const char *label, bool enabled = true);
|
||||
void end_menu();
|
||||
bool menu_item_with_icon(const char *label, const char *shortcut, ImVec2 icon_size = ImVec2(0, 0), ImU32 icon_color = 0, bool selected = false, bool enabled = true);
|
||||
bool menu_item_with_icon(const char *label, const char *shortcut, ImVec2 icon_size = ImVec2(0, 0), ImU32 icon_color = 0, bool selected = false, bool enabled = true, bool* hovered = nullptr);
|
||||
|
||||
|
||||
class ImGuiWrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue