Module: Iup::InternalDragDropAttributes

Extended by:
AttributeBuilders
Included in:
List
Defined in:
lib/wrapped/internal-drag-drop-attributes.rb

Overview

defines attributes and methods used for internal drag and drop

Instance Method Summary collapse

Methods included from AttributeBuilders

define_attribute, define_id_attribute, define_id_readonly, define_id_writeonly, define_property_attribute, define_property_writeonly, define_readonly, define_writeonly

Instance Method Details

#dragdrop_cb(callback) ⇒ Object

callbacks



16
17
18
# File 'lib/wrapped/internal-drag-drop-attributes.rb', line 16

def dragdrop_cb callback
  define_callback callback, 'DRAGDROP_CB', :iiii_i
end