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/wxListView.erl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/wx/src/gen/wxListView.erl') diff --git a/lib/wx/src/gen/wxListView.erl b/lib/wx/src/gen/wxListView.erl index 87cc28cd15..b8b10e0e62 100644 --- a/lib/wx/src/gen/wxListView.erl +++ b/lib/wx/src/gen/wxListView.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: wxListView. +%% @doc See external documentation: wxListView. %%

This class is derived (and can use functions) from: %%
{@link wxControl} %%
{@link wxWindow} @@ -78,7 +78,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxListView() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec clearColumnImage(This, Col) -> ok when This::wxListView(), Col::integer(). clearColumnImage(#wx_ref{type=ThisT,ref=ThisRef},Col) @@ -87,7 +87,7 @@ clearColumnImage(#wx_ref{type=ThisT,ref=ThisRef},Col) wxe_util:cast(?wxListView_ClearColumnImage, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec focus(This, Index) -> ok when This::wxListView(), Index::integer(). focus(#wx_ref{type=ThisT,ref=ThisRef},Index) @@ -96,7 +96,7 @@ focus(#wx_ref{type=ThisT,ref=ThisRef},Index) wxe_util:cast(?wxListView_Focus, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFirstSelected(This) -> integer() when This::wxListView(). getFirstSelected(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -104,7 +104,7 @@ getFirstSelected(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListView_GetFirstSelected, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFocusedItem(This) -> integer() when This::wxListView(). getFocusedItem(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -112,7 +112,7 @@ getFocusedItem(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxListView_GetFocusedItem, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getNextSelected(This, Item) -> integer() when This::wxListView(), Item::integer(). getNextSelected(#wx_ref{type=ThisT,ref=ThisRef},Item) @@ -121,7 +121,7 @@ getNextSelected(#wx_ref{type=ThisT,ref=ThisRef},Item) wxe_util:call(?wxListView_GetNextSelected, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSelected(This, Index) -> boolean() when This::wxListView(), Index::integer(). isSelected(#wx_ref{type=ThisT,ref=ThisRef},Index) @@ -138,7 +138,7 @@ select(This,N) when is_record(This, wx_ref),is_integer(N) -> select(This,N, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec select(This, N, [Option]) -> ok when This::wxListView(), N::integer(), Option :: {on, boolean()}. @@ -151,7 +151,7 @@ select(#wx_ref{type=ThisT,ref=ThisRef},N, Options) wxe_util:cast(?wxListView_Select, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setColumnImage(This, Col, Image) -> ok when This::wxListView(), Col::integer(), Image::integer(). setColumnImage(#wx_ref{type=ThisT,ref=ThisRef},Col,Image) -- cgit v1.2.3