Class: Uia::Library::ExpandCollapseInformation

Inherits:
FFI::ManagedStruct
  • Object
show all
Defined in:
lib/uia/library/pattern_structs.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.release(pointer) ⇒ Object



71
72
73
# File 'lib/uia/library/pattern_structs.rb', line 71

def self.release(pointer)
  Library.release_expand_collapse_info(pointer)
end

Instance Method Details

#expand_collapse_stateObject



67
68
69
# File 'lib/uia/library/pattern_structs.rb', line 67

def expand_collapse_state
  self[:expand_collapse_state]
end