mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Added PushDisabled(), PopDisabled() currently only exposed in imgui_internal.h (#211)
This commit is contained in:
		@@ -2604,6 +2604,8 @@ namespace ImGui
 | 
			
		||||
    IMGUI_API void          PushMultiItemsWidths(int components, float width_full);
 | 
			
		||||
    IMGUI_API void          PushItemFlag(ImGuiItemFlags option, bool enabled);
 | 
			
		||||
    IMGUI_API void          PopItemFlag();
 | 
			
		||||
    IMGUI_API void          PushDisabled();
 | 
			
		||||
    IMGUI_API void          PopDisabled();
 | 
			
		||||
    IMGUI_API bool          IsItemToggledSelection();                                   // Was the last item selection toggled? (after Selectable(), TreeNode() etc. We only returns toggle _event_ in order to handle clipping correctly)
 | 
			
		||||
    IMGUI_API ImVec2        GetContentRegionMaxAbs();
 | 
			
		||||
    IMGUI_API void          ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user