Class: WinFFI::User32::CREATESTRUCT

Inherits:
FFIStruct
  • Object
show all
Defined in:
lib/win-ffi/structs/user32/window/create_struct.rb

Instance Method Summary collapse

Methods inherited from FFIStruct

layout

Instance Method Details

#to_sObject



17
18
19
# File 'lib/win-ffi/structs/user32/window/create_struct.rb', line 17

def to_s
  [:lpCreateParams, :x, :y, :width, :height, :style, :dwExStyle].map{|n| "#{n} = #{send(n)}"}.join(', ')
end