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/wxCommandEvent.erl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lib/wx/src/gen/wxCommandEvent.erl') diff --git a/lib/wx/src/gen/wxCommandEvent.erl b/lib/wx/src/gen/wxCommandEvent.erl index a7567163cf..c0bcf97231 100644 --- a/lib/wx/src/gen/wxCommandEvent.erl +++ b/lib/wx/src/gen/wxCommandEvent.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: wxCommandEvent. +%% @doc See external documentation: wxCommandEvent. %%
Use {@link wxEvtHandler:connect/3.} with EventType:
%%
command_button_clicked, command_checkbox_clicked, command_choice_selected, command_listbox_selected, command_listbox_doubleclicked, command_text_updated, command_text_enter, command_menu_selected, command_slider_updated, command_radiobox_selected, command_radiobutton_selected, command_scrollbar_updated, command_vlbox_selected, command_combobox_selected, command_tool_rclicked, command_tool_enter, command_checklistbox_toggled, command_togglebutton_clicked, command_left_click, command_left_dclick, command_right_click, command_set_focus, command_kill_focus, command_enter
%% See also the message variant {@link wxEvtHandler:wxCommand(). #wxCommand{}} event record type. @@ -44,7 +44,7 @@ parent_class(wxEvent) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxCommandEvent() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec getClientData(This) -> term() when This::wxCommandEvent(). getClientData(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -52,7 +52,7 @@ getClientData(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_getClientData, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getExtraLong(This) -> integer() when This::wxCommandEvent(). getExtraLong(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -60,7 +60,7 @@ getExtraLong(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_GetExtraLong, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getInt(This) -> integer() when This::wxCommandEvent(). getInt(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -68,7 +68,7 @@ getInt(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_GetInt, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSelection(This) -> integer() when This::wxCommandEvent(). getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -76,7 +76,7 @@ getSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_GetSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getString(This) -> unicode:charlist() when This::wxCommandEvent(). getString(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -84,7 +84,7 @@ getString(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_GetString, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isChecked(This) -> boolean() when This::wxCommandEvent(). isChecked(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -92,7 +92,7 @@ isChecked(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_IsChecked, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isSelection(This) -> boolean() when This::wxCommandEvent(). isSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -100,7 +100,7 @@ isSelection(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxCommandEvent_IsSelection, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setInt(This, I) -> ok when This::wxCommandEvent(), I::integer(). setInt(#wx_ref{type=ThisT,ref=ThisRef},I) @@ -109,7 +109,7 @@ setInt(#wx_ref{type=ThisT,ref=ThisRef},I) wxe_util:cast(?wxCommandEvent_SetInt, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setString(This, S) -> ok when This::wxCommandEvent(), S::unicode:chardata(). setString(#wx_ref{type=ThisT,ref=ThisRef},S) -- cgit v1.2.3