mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-19 22:30:05 +01:00
ImGuiToolkit to render a Disabled Button
This commit is contained in:
@@ -35,6 +35,7 @@ namespace ImGuiToolkit
|
||||
bool ButtonToggle (const char* label, bool* toggle, const char *tooltip = nullptr);
|
||||
bool ButtonSwitch (const char* label, bool* toggle, const char *shortcut = nullptr);
|
||||
void ButtonOpenUrl (const char* label, const char* url, const ImVec2& size_arg = ImVec2(0,0));
|
||||
void ButtonDisabled(const char* label, const ImVec2& size_arg = ImVec2(0,0));
|
||||
|
||||
// tooltip and mouse over help
|
||||
void setToolTipsEnabled (bool on);
|
||||
|
||||
Reference in New Issue
Block a user