Skip to content
Snippets Groups Projects
Commit 7a90d8a2 authored by Lars Kanis's avatar Lars Kanis
Browse files

Merge branch '1.6' of github.com:larskanis/fxruby into 1.6

parents 77d5c68b c13d443d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ module Fox ...@@ -30,7 +30,7 @@ module Fox
# +width+:: width [Integer] # +width+:: width [Integer]
# +height+:: height [Integer] # +height+:: height [Integer]
# #
def initialize(a, pix=nil, clr=FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon def initialize(a, pix=nil, clr=Fox.FXRGB(192,192,192), opts=0, width=1, height=1) # :yields: theBMPIcon
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment