From 4a9055ebb2f5fc69205a1082bbc813839c0e3138 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 21 Nov 2013 14:18:31 +0100 Subject: wx: Update documentation links to wxWidgets --- lib/wx/src/gen/wxBitmapButton.erl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/wx/src/gen/wxBitmapButton.erl') diff --git a/lib/wx/src/gen/wxBitmapButton.erl b/lib/wx/src/gen/wxBitmapButton.erl index ddddbbc1dd..326c8044f7 100644 --- a/lib/wx/src/gen/wxBitmapButton.erl +++ b/lib/wx/src/gen/wxBitmapButton.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2012. All Rights Reserved. +%% Copyright Ericsson AB 2008-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,7 +17,7 @@ %% %CopyrightEnd% %% This file is generated DO NOT EDIT -%% @doc See external documentation: wxBitmapButton. +%% @doc See external documentation: wxBitmapButton. %%

This class is derived (and can use functions) from: %%
{@link wxButton} %%
{@link wxControl} @@ -81,7 +81,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxBitmapButton() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxBitmapButton(). new() -> wxe_util:construct(?wxBitmapButton_new_0, @@ -95,7 +95,7 @@ new(Parent,Id,Bitmap) when is_record(Parent, wx_ref),is_integer(Id),is_record(Bitmap, wx_ref) -> new(Parent,Id,Bitmap, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, Id, Bitmap, [Option]) -> wxBitmapButton() when Parent::wxWindow:wxWindow(), Id::integer(), Bitmap::wxBitmap:wxBitmap(), Option :: {pos, {X::integer(), Y::integer()}} @@ -123,7 +123,7 @@ create(This,Parent,Id,Bitmap) when is_record(This, wx_ref),is_record(Parent, wx_ref),is_integer(Id),is_record(Bitmap, wx_ref) -> create(This,Parent,Id,Bitmap, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec create(This, Parent, Id, Bitmap, [Option]) -> boolean() when This::wxBitmapButton(), Parent::wxWindow:wxWindow(), Id::integer(), Bitmap::wxBitmap:wxBitmap(), Option :: {pos, {X::integer(), Y::integer()}} @@ -144,7 +144,7 @@ create(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ParentT,ref=ParentRef},Id,#w wxe_util:call(?wxBitmapButton_Create, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBitmapDisabled(This) -> wxBitmap:wxBitmap() when This::wxBitmapButton(). getBitmapDisabled(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -152,7 +152,7 @@ getBitmapDisabled(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxBitmapButton_GetBitmapDisabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBitmapFocus(This) -> wxBitmap:wxBitmap() when This::wxBitmapButton(). getBitmapFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -160,7 +160,7 @@ getBitmapFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxBitmapButton_GetBitmapFocus, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBitmapLabel(This) -> wxBitmap:wxBitmap() when This::wxBitmapButton(). getBitmapLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -168,7 +168,7 @@ getBitmapLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxBitmapButton_GetBitmapLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBitmapSelected(This) -> wxBitmap:wxBitmap() when This::wxBitmapButton(). getBitmapSelected(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -176,7 +176,7 @@ getBitmapSelected(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxBitmapButton_GetBitmapSelected, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBitmapDisabled(This, Disabled) -> ok when This::wxBitmapButton(), Disabled::wxBitmap:wxBitmap(). setBitmapDisabled(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DisabledT,ref=DisabledRef}) -> @@ -185,7 +185,7 @@ setBitmapDisabled(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DisabledT,ref=Dis wxe_util:cast(?wxBitmapButton_SetBitmapDisabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBitmapFocus(This, Focus) -> ok when This::wxBitmapButton(), Focus::wxBitmap:wxBitmap(). setBitmapFocus(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FocusT,ref=FocusRef}) -> @@ -194,7 +194,7 @@ setBitmapFocus(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FocusT,ref=FocusRef} wxe_util:cast(?wxBitmapButton_SetBitmapFocus, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBitmapLabel(This, Bitmap) -> ok when This::wxBitmapButton(), Bitmap::wxBitmap:wxBitmap(). setBitmapLabel(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=BitmapT,ref=BitmapRef}) -> @@ -203,7 +203,7 @@ setBitmapLabel(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=BitmapT,ref=BitmapRe wxe_util:cast(?wxBitmapButton_SetBitmapLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBitmapSelected(This, Sel) -> ok when This::wxBitmapButton(), Sel::wxBitmap:wxBitmap(). setBitmapSelected(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=SelT,ref=SelRef}) -> -- cgit v1.2.3