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/wxMenuItem.erl | 48 +++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'lib/wx/src/gen/wxMenuItem.erl') diff --git a/lib/wx/src/gen/wxMenuItem.erl b/lib/wx/src/gen/wxMenuItem.erl index 7ad71a2858..5a7d210d15 100644 --- a/lib/wx/src/gen/wxMenuItem.erl +++ b/lib/wx/src/gen/wxMenuItem.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: wxMenuItem. +%% @doc See external documentation: wxMenuItem. %% @type wxMenuItem(). An object reference, The representation is internal %% and can be changed without notice. It can't be used for comparsion %% stored on disc or distributed for use on other nodes. @@ -43,7 +43,7 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). new() -> new([]). -%% @doc See external documentation. +%% @doc See external documentation. %%
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX -spec new([Option]) -> wxMenuItem() when Option :: {parentMenu, wxMenu:wxMenu()} @@ -73,7 +73,7 @@ check(This) when is_record(This, wx_ref) -> check(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec check(This, [Option]) -> ok when This::wxMenuItem(), Option :: {check, boolean()}. @@ -94,7 +94,7 @@ enable(This) when is_record(This, wx_ref) -> enable(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec enable(This, [Option]) -> ok when This::wxMenuItem(), Option :: {enable, boolean()}. @@ -107,7 +107,7 @@ enable(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxMenuItem_Enable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBitmap(This) -> wxBitmap:wxBitmap() when This::wxMenuItem(). getBitmap(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -115,7 +115,7 @@ getBitmap(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetBitmap, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getHelp(This) -> unicode:charlist() when This::wxMenuItem(). getHelp(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -123,7 +123,7 @@ getHelp(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetHelp, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getId(This) -> integer() when This::wxMenuItem(). getId(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -131,7 +131,7 @@ getId(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetId, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX -spec getKind(This) -> wx:wx_enum() when This::wxMenuItem(). @@ -140,7 +140,7 @@ getKind(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetKind, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getLabel(This) -> unicode:charlist() when This::wxMenuItem(). getLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -148,7 +148,7 @@ getLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getLabelFromText(Text) -> unicode:charlist() when Text::unicode:chardata(). getLabelFromText(Text) @@ -157,7 +157,7 @@ getLabelFromText(Text) wxe_util:call(?wxMenuItem_GetLabelFromText, <<(byte_size(Text_UC)):32/?UI,(Text_UC)/binary, 0:(((8- ((4+byte_size(Text_UC)) band 16#7)) band 16#7))/unit:8>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMenu(This) -> wxMenu:wxMenu() when This::wxMenuItem(). getMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -165,7 +165,7 @@ getMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetMenu, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getText(This) -> unicode:charlist() when This::wxMenuItem(). getText(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -173,7 +173,7 @@ getText(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSubMenu(This) -> wxMenu:wxMenu() when This::wxMenuItem(). getSubMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -181,7 +181,7 @@ getSubMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_GetSubMenu, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isCheckable(This) -> boolean() when This::wxMenuItem(). isCheckable(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -189,7 +189,7 @@ isCheckable(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_IsCheckable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isChecked(This) -> boolean() when This::wxMenuItem(). isChecked(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -197,7 +197,7 @@ isChecked(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_IsChecked, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isEnabled(This) -> boolean() when This::wxMenuItem(). isEnabled(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -205,7 +205,7 @@ isEnabled(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_IsEnabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSeparator(This) -> boolean() when This::wxMenuItem(). isSeparator(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -213,7 +213,7 @@ isSeparator(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_IsSeparator, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSubMenu(This) -> boolean() when This::wxMenuItem(). isSubMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -221,7 +221,7 @@ isSubMenu(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxMenuItem_IsSubMenu, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBitmap(This, Bitmap) -> ok when This::wxMenuItem(), Bitmap::wxBitmap:wxBitmap(). setBitmap(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=BitmapT,ref=BitmapRef}) -> @@ -230,7 +230,7 @@ setBitmap(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=BitmapT,ref=BitmapRef}) - wxe_util:cast(?wxMenuItem_SetBitmap, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setHelp(This, Str) -> ok when This::wxMenuItem(), Str::unicode:chardata(). setHelp(#wx_ref{type=ThisT,ref=ThisRef},Str) @@ -240,7 +240,7 @@ setHelp(#wx_ref{type=ThisT,ref=ThisRef},Str) wxe_util:cast(?wxMenuItem_SetHelp, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMenu(This, Menu) -> ok when This::wxMenuItem(), Menu::wxMenu:wxMenu(). setMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef}) -> @@ -249,7 +249,7 @@ setMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef}) -> wxe_util:cast(?wxMenuItem_SetMenu, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSubMenu(This, Menu) -> ok when This::wxMenuItem(), Menu::wxMenu:wxMenu(). setSubMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef}) -> @@ -258,7 +258,7 @@ setSubMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef}) -> wxe_util:cast(?wxMenuItem_SetSubMenu, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setText(This, Str) -> ok when This::wxMenuItem(), Str::unicode:chardata(). setText(#wx_ref{type=ThisT,ref=ThisRef},Str) -- cgit v1.2.3