aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxBitmapDataObject.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/src/gen/wxBitmapDataObject.erl')
-rw-r--r--lib/wx/src/gen/wxBitmapDataObject.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxBitmapDataObject.erl b/lib/wx/src/gen/wxBitmapDataObject.erl
index 35ab146457..8f9701d3c2 100644
--- a/lib/wx/src/gen/wxBitmapDataObject.erl
+++ b/lib/wx/src/gen/wxBitmapDataObject.erl
@@ -45,6 +45,10 @@ new() ->
new([]).
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxbitmapdataobject.html#wxbitmapdataobjectwxbitmapdataobject">external documentation</a>.
+%% <br /> Also:<br />
+%% new(Bitmap) -> wxBitmapDataObject() when<br />
+%% Bitmap::wxBitmap:wxBitmap().<br />
+%%
-spec new([Option]) -> wxBitmapDataObject() when
Option :: {bitmap, wxBitmap:wxBitmap()};
(Bitmap) -> wxBitmapDataObject() when