Sha256: 1aa13ceed717d5b79095da6c73b052489abd09ddc21d86b1487a5613f0a44067

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

require 'win/library'

module Win
  module Gui
    # Contains constants and Win32API functions related to dialog manipulation
    #
    module Dialog
      include Win::Library

      function 'GetDlgItem', 'LL', 'L'
    end
  end
end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
win-0.1.0 lib/win/gui/dialog.rb