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/wxListItem.erl | 56 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'lib/wx/src/gen/wxListItem.erl') diff --git a/lib/wx/src/gen/wxListItem.erl b/lib/wx/src/gen/wxListItem.erl index 787d686135..5b3c8c2f5f 100644 --- a/lib/wx/src/gen/wxListItem.erl +++ b/lib/wx/src/gen/wxListItem.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: wxListItem. +%% @doc See external documentation: wxListItem. %% @type wxListItem(). 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. @@ -38,13 +38,13 @@ parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxListItem() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxListItem(). new() -> wxe_util:construct(?wxListItem_new_0, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Item) -> wxListItem() when Item::wxListItem(). new(#wx_ref{type=ItemT,ref=ItemRef}) -> @@ -52,7 +52,7 @@ new(#wx_ref{type=ItemT,ref=ItemRef}) -> wxe_util:construct(?wxListItem_new_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clear(This) -> ok when This::wxListItem(). clear(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -60,7 +60,7 @@ clear(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxListItem_Clear, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER -spec getAlign(This) -> wx:wx_enum() when This::wxListItem(). @@ -69,7 +69,7 @@ getAlign(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetAlign, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBackgroundColour(This) -> wx:wx_colour4() when This::wxListItem(). getBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -77,7 +77,7 @@ getBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getColumn(This) -> integer() when This::wxListItem(). getColumn(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -85,7 +85,7 @@ getColumn(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetColumn, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFont(This) -> wxFont:wxFont() when This::wxListItem(). getFont(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -93,7 +93,7 @@ getFont(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getId(This) -> integer() when This::wxListItem(). getId(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -101,7 +101,7 @@ getId(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetId, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getImage(This) -> integer() when This::wxListItem(). getImage(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -109,7 +109,7 @@ getImage(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMask(This) -> integer() when This::wxListItem(). getMask(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -117,7 +117,7 @@ getMask(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetMask, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getState(This) -> integer() when This::wxListItem(). getState(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -125,7 +125,7 @@ getState(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetState, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getText(This) -> unicode:charlist() when This::wxListItem(). getText(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -133,7 +133,7 @@ getText(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTextColour(This) -> wx:wx_colour4() when This::wxListItem(). getTextColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -141,7 +141,7 @@ getTextColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWidth(This) -> integer() when This::wxListItem(). getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -149,7 +149,7 @@ getWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListItem_GetWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Align = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER -spec setAlign(This, Align) -> ok when This::wxListItem(), Align::wx:wx_enum(). @@ -159,7 +159,7 @@ setAlign(#wx_ref{type=ThisT,ref=ThisRef},Align) wxe_util:cast(?wxListItem_SetAlign, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBackgroundColour(This, ColBack) -> ok when This::wxListItem(), ColBack::wx:wx_colour(). setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},ColBack) @@ -168,7 +168,7 @@ setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},ColBack) wxe_util:cast(?wxListItem_SetBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColumn(This, Col) -> ok when This::wxListItem(), Col::integer(). setColumn(#wx_ref{type=ThisT,ref=ThisRef},Col) @@ -177,7 +177,7 @@ setColumn(#wx_ref{type=ThisT,ref=ThisRef},Col) wxe_util:cast(?wxListItem_SetColumn, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFont(This, Font) -> ok when This::wxListItem(), Font::wxFont:wxFont(). setFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> @@ -186,7 +186,7 @@ setFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> wxe_util:cast(?wxListItem_SetFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setId(This, Id) -> ok when This::wxListItem(), Id::integer(). setId(#wx_ref{type=ThisT,ref=ThisRef},Id) @@ -195,7 +195,7 @@ setId(#wx_ref{type=ThisT,ref=ThisRef},Id) wxe_util:cast(?wxListItem_SetId, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setImage(This, Image) -> ok when This::wxListItem(), Image::integer(). setImage(#wx_ref{type=ThisT,ref=ThisRef},Image) @@ -204,7 +204,7 @@ setImage(#wx_ref{type=ThisT,ref=ThisRef},Image) wxe_util:cast(?wxListItem_SetImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMask(This, Mask) -> ok when This::wxListItem(), Mask::integer(). setMask(#wx_ref{type=ThisT,ref=ThisRef},Mask) @@ -213,7 +213,7 @@ setMask(#wx_ref{type=ThisT,ref=ThisRef},Mask) wxe_util:cast(?wxListItem_SetMask, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setState(This, State) -> ok when This::wxListItem(), State::integer(). setState(#wx_ref{type=ThisT,ref=ThisRef},State) @@ -222,7 +222,7 @@ setState(#wx_ref{type=ThisT,ref=ThisRef},State) wxe_util:cast(?wxListItem_SetState, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setStateMask(This, StateMask) -> ok when This::wxListItem(), StateMask::integer(). setStateMask(#wx_ref{type=ThisT,ref=ThisRef},StateMask) @@ -231,7 +231,7 @@ setStateMask(#wx_ref{type=ThisT,ref=ThisRef},StateMask) wxe_util:cast(?wxListItem_SetStateMask, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setText(This, Text) -> ok when This::wxListItem(), Text::unicode:chardata(). setText(#wx_ref{type=ThisT,ref=ThisRef},Text) @@ -241,7 +241,7 @@ setText(#wx_ref{type=ThisT,ref=ThisRef},Text) wxe_util:cast(?wxListItem_SetText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setTextColour(This, ColText) -> ok when This::wxListItem(), ColText::wx:wx_colour(). setTextColour(#wx_ref{type=ThisT,ref=ThisRef},ColText) @@ -250,7 +250,7 @@ setTextColour(#wx_ref{type=ThisT,ref=ThisRef},ColText) wxe_util:cast(?wxListItem_SetTextColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWidth(This, Width) -> ok when This::wxListItem(), Width::integer(). setWidth(#wx_ref{type=ThisT,ref=ThisRef},Width) -- cgit v1.2.3