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/wxWindow.erl | 322 ++++++++++++++++++++++---------------------- 1 file changed, 161 insertions(+), 161 deletions(-) (limited to 'lib/wx/src/gen/wxWindow.erl') diff --git a/lib/wx/src/gen/wxWindow.erl b/lib/wx/src/gen/wxWindow.erl index 229633a106..97af96f31d 100644 --- a/lib/wx/src/gen/wxWindow.erl +++ b/lib/wx/src/gen/wxWindow.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: wxWindow. +%% @doc See external documentation: wxWindow. %%

This class is derived (and can use functions) from: %%
{@link wxEvtHandler} %%

@@ -75,7 +75,7 @@ parent_class(wxEvtHandler) -> true; parent_class(_Class) -> erlang:error({badtype, ?MODULE}). -type wxWindow() :: wx:wx_object(). -%% @doc See external documentation. +%% @doc See external documentation. -spec new() -> wxWindow(). new() -> wxe_util:construct(?wxWindow_new_0, @@ -89,7 +89,7 @@ new(Parent,Id) when is_record(Parent, wx_ref),is_integer(Id) -> new(Parent,Id, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec new(Parent, Id, [Option]) -> wxWindow() when Parent::wxWindow(), Id::integer(), Option :: {pos, {X::integer(), Y::integer()}} @@ -106,7 +106,7 @@ new(#wx_ref{type=ParentT,ref=ParentRef},Id, Options) wxe_util:construct(?wxWindow_new_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec cacheBestSize(This, Size) -> ok when This::wxWindow(), Size::{W::integer(), H::integer()}. cacheBestSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) @@ -115,7 +115,7 @@ cacheBestSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxWindow_CacheBestSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec captureMouse(This) -> ok when This::wxWindow(). captureMouse(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -131,7 +131,7 @@ center(This) when is_record(This, wx_ref) -> center(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec center(This, [Option]) -> ok when This::wxWindow(), Option :: {dir, integer()}. @@ -152,7 +152,7 @@ centerOnParent(This) when is_record(This, wx_ref) -> centerOnParent(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec centerOnParent(This, [Option]) -> ok when This::wxWindow(), Option :: {dir, integer()}. @@ -173,7 +173,7 @@ centre(This) when is_record(This, wx_ref) -> centre(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec centre(This, [Option]) -> ok when This::wxWindow(), Option :: {dir, integer()}. @@ -194,7 +194,7 @@ centreOnParent(This) when is_record(This, wx_ref) -> centreOnParent(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec centreOnParent(This, [Option]) -> ok when This::wxWindow(), Option :: {dir, integer()}. @@ -207,7 +207,7 @@ centreOnParent(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxWindow_CentreOnParent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clearBackground(This) -> ok when This::wxWindow(). clearBackground(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -215,7 +215,7 @@ clearBackground(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_ClearBackground, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clientToScreen(This, Pt) -> {X::integer(), Y::integer()} when This::wxWindow(), Pt::{X::integer(), Y::integer()}. clientToScreen(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -224,7 +224,7 @@ clientToScreen(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:call(?wxWindow_ClientToScreen_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec clientToScreen(This, X, Y) -> {X::integer(), Y::integer()} when This::wxWindow(), X::integer(), Y::integer(). clientToScreen(#wx_ref{type=ThisT,ref=ThisRef},X,Y) @@ -241,7 +241,7 @@ close(This) when is_record(This, wx_ref) -> close(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec close(This, [Option]) -> boolean() when This::wxWindow(), Option :: {force, boolean()}. @@ -254,7 +254,7 @@ close(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxWindow_Close, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec convertDialogToPixels(This, Sz) -> {W::integer(), H::integer()} when This::wxWindow(), Sz::{W::integer(), H::integer()}. convertDialogToPixels(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) @@ -263,7 +263,7 @@ convertDialogToPixels(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) wxe_util:call(?wxWindow_ConvertDialogToPixels, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec convertPixelsToDialog(This, Sz) -> {W::integer(), H::integer()} when This::wxWindow(), Sz::{W::integer(), H::integer()}. convertPixelsToDialog(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) @@ -272,7 +272,7 @@ convertPixelsToDialog(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) wxe_util:call(?wxWindow_ConvertPixelsToDialog, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec 'Destroy'(This) -> boolean() when This::wxWindow(). 'Destroy'(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -280,7 +280,7 @@ convertPixelsToDialog(#wx_ref{type=ThisT,ref=ThisRef},{SzW,SzH}) wxe_util:call(?wxWindow_Destroy, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec destroyChildren(This) -> boolean() when This::wxWindow(). destroyChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -288,7 +288,7 @@ destroyChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_DestroyChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec disable(This) -> boolean() when This::wxWindow(). disable(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -304,7 +304,7 @@ enable(This) when is_record(This, wx_ref) -> enable(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec enable(This, [Option]) -> boolean() when This::wxWindow(), Option :: {enable, boolean()}. @@ -317,13 +317,13 @@ enable(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxWindow_Enable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec findFocus() -> wxWindow(). findFocus() -> wxe_util:call(?wxWindow_FindFocus, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% findWindow(This, Name) -> wxWindow() when
%% This::wxWindow(), Name::unicode:chardata().
@@ -352,7 +352,7 @@ findWindowById(Winid) when is_integer(Winid) -> findWindowById(Winid, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec findWindowById(Winid, [Option]) -> wxWindow() when Winid::integer(), Option :: {parent, wxWindow()}. @@ -372,7 +372,7 @@ findWindowByName(Name) when is_list(Name) -> findWindowByName(Name, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec findWindowByName(Name, [Option]) -> wxWindow() when Name::unicode:chardata(), Option :: {parent, wxWindow()}. @@ -393,7 +393,7 @@ findWindowByLabel(Label) when is_list(Label) -> findWindowByLabel(Label, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec findWindowByLabel(Label, [Option]) -> wxWindow() when Label::unicode:chardata(), Option :: {parent, wxWindow()}. @@ -406,7 +406,7 @@ findWindowByLabel(Label, Options) wxe_util:call(?wxWindow_FindWindowByLabel, <<(byte_size(Label_UC)):32/?UI,(Label_UC)/binary, 0:(((8- ((4+byte_size(Label_UC)) band 16#7)) band 16#7))/unit:8, BinOpt/binary>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec fit(This) -> ok when This::wxWindow(). fit(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -414,7 +414,7 @@ fit(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_Fit, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec fitInside(This) -> ok when This::wxWindow(). fitInside(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -422,7 +422,7 @@ fitInside(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_FitInside, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec freeze(This) -> ok when This::wxWindow(). freeze(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -430,7 +430,7 @@ freeze(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_Freeze, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getAcceleratorTable(This) -> wxAcceleratorTable:wxAcceleratorTable() when This::wxWindow(). getAcceleratorTable(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -438,7 +438,7 @@ getAcceleratorTable(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetAcceleratorTable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBackgroundColour(This) -> wx:wx_colour4() when This::wxWindow(). getBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -446,7 +446,7 @@ getBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM -spec getBackgroundStyle(This) -> wx:wx_enum() when This::wxWindow(). @@ -455,7 +455,7 @@ getBackgroundStyle(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetBackgroundStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getBestSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getBestSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -463,7 +463,7 @@ getBestSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetBestSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCaret(This) -> wxCaret:wxCaret() when This::wxWindow(). getCaret(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -471,13 +471,13 @@ getCaret(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetCaret, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCapture() -> wxWindow(). getCapture() -> wxe_util:call(?wxWindow_GetCapture, <<>>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCharHeight(This) -> integer() when This::wxWindow(). getCharHeight(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -485,7 +485,7 @@ getCharHeight(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetCharHeight, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCharWidth(This) -> integer() when This::wxWindow(). getCharWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -493,7 +493,7 @@ getCharWidth(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetCharWidth, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getChildren(This) -> [wxWindow()] when This::wxWindow(). getChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -501,7 +501,7 @@ getChildren(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetChildren, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getClientSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getClientSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -509,7 +509,7 @@ getClientSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetClientSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getContainingSizer(This) -> wxSizer:wxSizer() when This::wxWindow(). getContainingSizer(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -517,7 +517,7 @@ getContainingSizer(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetContainingSizer, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getCursor(This) -> wxCursor:wxCursor() when This::wxWindow(). getCursor(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -525,7 +525,7 @@ getCursor(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetCursor, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getDropTarget(This) -> wx:wx_object() when This::wxWindow(). getDropTarget(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -533,7 +533,7 @@ getDropTarget(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetDropTarget, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getEventHandler(This) -> wxEvtHandler:wxEvtHandler() when This::wxWindow(). getEventHandler(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -541,7 +541,7 @@ getEventHandler(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetEventHandler, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getExtraStyle(This) -> integer() when This::wxWindow(). getExtraStyle(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -549,7 +549,7 @@ getExtraStyle(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetExtraStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getFont(This) -> wxFont:wxFont() when This::wxWindow(). getFont(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -557,7 +557,7 @@ getFont(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getForegroundColour(This) -> wx:wx_colour4() when This::wxWindow(). getForegroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -565,7 +565,7 @@ getForegroundColour(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetForegroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getGrandParent(This) -> wxWindow() when This::wxWindow(). getGrandParent(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -573,7 +573,7 @@ getGrandParent(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetGrandParent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getHandle(This) -> integer() when This::wxWindow(). getHandle(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -581,7 +581,7 @@ getHandle(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetHandle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getHelpText(This) -> unicode:charlist() when This::wxWindow(). getHelpText(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -589,7 +589,7 @@ getHelpText(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetHelpText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getId(This) -> integer() when This::wxWindow(). getId(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -597,7 +597,7 @@ getId(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetId, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getLabel(This) -> unicode:charlist() when This::wxWindow(). getLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -605,7 +605,7 @@ getLabel(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMaxSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getMaxSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -613,7 +613,7 @@ getMaxSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetMaxSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getMinSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getMinSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -621,7 +621,7 @@ getMinSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetMinSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getName(This) -> unicode:charlist() when This::wxWindow(). getName(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -629,7 +629,7 @@ getName(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetName, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getParent(This) -> wxWindow() when This::wxWindow(). getParent(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -637,7 +637,7 @@ getParent(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetParent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getPosition(This) -> {X::integer(), Y::integer()} when This::wxWindow(). getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -645,7 +645,7 @@ getPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()} when This::wxWindow(). getRect(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -653,7 +653,7 @@ getRect(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getScreenPosition(This) -> {X::integer(), Y::integer()} when This::wxWindow(). getScreenPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -661,7 +661,7 @@ getScreenPosition(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetScreenPosition, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getScreenRect(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()} when This::wxWindow(). getScreenRect(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -669,7 +669,7 @@ getScreenRect(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetScreenRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getScrollPos(This, Orient) -> integer() when This::wxWindow(), Orient::integer(). getScrollPos(#wx_ref{type=ThisT,ref=ThisRef},Orient) @@ -678,7 +678,7 @@ getScrollPos(#wx_ref{type=ThisT,ref=ThisRef},Orient) wxe_util:call(?wxWindow_GetScrollPos, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getScrollRange(This, Orient) -> integer() when This::wxWindow(), Orient::integer(). getScrollRange(#wx_ref{type=ThisT,ref=ThisRef},Orient) @@ -687,7 +687,7 @@ getScrollRange(#wx_ref{type=ThisT,ref=ThisRef},Orient) wxe_util:call(?wxWindow_GetScrollRange, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getScrollThumb(This, Orient) -> integer() when This::wxWindow(), Orient::integer(). getScrollThumb(#wx_ref{type=ThisT,ref=ThisRef},Orient) @@ -696,7 +696,7 @@ getScrollThumb(#wx_ref{type=ThisT,ref=ThisRef},Orient) wxe_util:call(?wxWindow_GetScrollThumb, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -704,7 +704,7 @@ getSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getSizer(This) -> wxSizer:wxSizer() when This::wxWindow(). getSizer(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -721,7 +721,7 @@ getTextExtent(This,String) when is_record(This, wx_ref),is_list(String) -> getTextExtent(This,String, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec getTextExtent(This, String, [Option]) -> Result when Result :: {X::integer(), Y::integer(), Descent::integer(), ExternalLeading::integer()}, This::wxWindow(), String::unicode:chardata(), @@ -736,7 +736,7 @@ getTextExtent(#wx_ref{type=ThisT,ref=ThisRef},String, Options) wxe_util:call(?wxWindow_GetTextExtent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getToolTip(This) -> wxToolTip:wxToolTip() when This::wxWindow(). getToolTip(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -744,7 +744,7 @@ getToolTip(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetToolTip, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getUpdateRegion(This) -> wxRegion:wxRegion() when This::wxWindow(). getUpdateRegion(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -752,7 +752,7 @@ getUpdateRegion(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetUpdateRegion, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getVirtualSize(This) -> {W::integer(), H::integer()} when This::wxWindow(). getVirtualSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -760,7 +760,7 @@ getVirtualSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetVirtualSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec getWindowStyleFlag(This) -> integer() when This::wxWindow(). getWindowStyleFlag(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -768,7 +768,7 @@ getWindowStyleFlag(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetWindowStyleFlag, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Res = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL | ?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX -spec getWindowVariant(This) -> wx:wx_enum() when This::wxWindow(). @@ -777,7 +777,7 @@ getWindowVariant(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_GetWindowVariant, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hasCapture(This) -> boolean() when This::wxWindow(). hasCapture(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -785,7 +785,7 @@ hasCapture(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_HasCapture, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hasScrollbar(This, Orient) -> boolean() when This::wxWindow(), Orient::integer(). hasScrollbar(#wx_ref{type=ThisT,ref=ThisRef},Orient) @@ -794,7 +794,7 @@ hasScrollbar(#wx_ref{type=ThisT,ref=ThisRef},Orient) wxe_util:call(?wxWindow_HasScrollbar, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hasTransparentBackground(This) -> boolean() when This::wxWindow(). hasTransparentBackground(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -802,7 +802,7 @@ hasTransparentBackground(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_HasTransparentBackground, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec hide(This) -> boolean() when This::wxWindow(). hide(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -810,7 +810,7 @@ hide(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_Hide, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec inheritAttributes(This) -> ok when This::wxWindow(). inheritAttributes(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -818,7 +818,7 @@ inheritAttributes(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_InheritAttributes, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec initDialog(This) -> ok when This::wxWindow(). initDialog(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -826,7 +826,7 @@ initDialog(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_InitDialog, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec invalidateBestSize(This) -> ok when This::wxWindow(). invalidateBestSize(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -834,7 +834,7 @@ invalidateBestSize(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_InvalidateBestSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isEnabled(This) -> boolean() when This::wxWindow(). isEnabled(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -842,7 +842,7 @@ isEnabled(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_IsEnabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% isExposed(This, Rect) -> boolean() when
%% This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -862,7 +862,7 @@ isExposed(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) wxe_util:call(?wxWindow_IsExposed_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isExposed(This, X, Y) -> boolean() when This::wxWindow(), X::integer(), Y::integer(). isExposed(#wx_ref{type=ThisT,ref=ThisRef},X,Y) @@ -871,7 +871,7 @@ isExposed(#wx_ref{type=ThisT,ref=ThisRef},X,Y) wxe_util:call(?wxWindow_IsExposed_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isExposed(This, X, Y, W, H) -> boolean() when This::wxWindow(), X::integer(), Y::integer(), W::integer(), H::integer(). isExposed(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) @@ -880,7 +880,7 @@ isExposed(#wx_ref{type=ThisT,ref=ThisRef},X,Y,W,H) wxe_util:call(?wxWindow_IsExposed_4, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isRetained(This) -> boolean() when This::wxWindow(). isRetained(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -888,7 +888,7 @@ isRetained(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_IsRetained, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isShown(This) -> boolean() when This::wxWindow(). isShown(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -896,7 +896,7 @@ isShown(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_IsShown, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec isTopLevel(This) -> boolean() when This::wxWindow(). isTopLevel(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -904,7 +904,7 @@ isTopLevel(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_IsTopLevel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec layout(This) -> boolean() when This::wxWindow(). layout(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -912,7 +912,7 @@ layout(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_Layout, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec lineDown(This) -> boolean() when This::wxWindow(). lineDown(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -920,7 +920,7 @@ lineDown(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_LineDown, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec lineUp(This) -> boolean() when This::wxWindow(). lineUp(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -928,7 +928,7 @@ lineUp(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_LineUp, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec lower(This) -> ok when This::wxWindow(). lower(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -944,7 +944,7 @@ makeModal(This) when is_record(This, wx_ref) -> makeModal(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec makeModal(This, [Option]) -> ok when This::wxWindow(), Option :: {modal, boolean()}. @@ -965,7 +965,7 @@ move(This,Pt={PtX,PtY}) when is_record(This, wx_ref),is_integer(PtX),is_integer(PtY) -> move(This,Pt, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% move(This, Pt, [Option]) -> ok when
%% This::wxWindow(), Pt::{X::integer(), Y::integer()},
@@ -989,7 +989,7 @@ move(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}, Options) wxe_util:cast(?wxWindow_Move_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec move(This, X, Y, [Option]) -> ok when This::wxWindow(), X::integer(), Y::integer(), Option :: {flags, integer()}. @@ -1002,7 +1002,7 @@ move(#wx_ref{type=ThisT,ref=ThisRef},X,Y, Options) wxe_util:cast(?wxWindow_Move_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec moveAfterInTabOrder(This, Win) -> ok when This::wxWindow(), Win::wxWindow(). moveAfterInTabOrder(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinT,ref=WinRef}) -> @@ -1011,7 +1011,7 @@ moveAfterInTabOrder(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinT,ref=WinRef wxe_util:cast(?wxWindow_MoveAfterInTabOrder, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec moveBeforeInTabOrder(This, Win) -> ok when This::wxWindow(), Win::wxWindow(). moveBeforeInTabOrder(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=WinT,ref=WinRef}) -> @@ -1028,7 +1028,7 @@ navigate(This) when is_record(This, wx_ref) -> navigate(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec navigate(This, [Option]) -> boolean() when This::wxWindow(), Option :: {flags, integer()}. @@ -1041,7 +1041,7 @@ navigate(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxWindow_Navigate, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec pageDown(This) -> boolean() when This::wxWindow(). pageDown(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1049,7 +1049,7 @@ pageDown(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_PageDown, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec pageUp(This) -> boolean() when This::wxWindow(). pageUp(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1065,7 +1065,7 @@ popEventHandler(This) when is_record(This, wx_ref) -> popEventHandler(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec popEventHandler(This, [Option]) -> wxEvtHandler:wxEvtHandler() when This::wxWindow(), Option :: {deleteHandler, boolean()}. @@ -1086,7 +1086,7 @@ popupMenu(This,Menu) when is_record(This, wx_ref),is_record(Menu, wx_ref) -> popupMenu(This,Menu, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec popupMenu(This, Menu, [Option]) -> boolean() when This::wxWindow(), Menu::wxMenu:wxMenu(), Option :: {pos, {X::integer(), Y::integer()}}. @@ -1100,7 +1100,7 @@ popupMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef}, Optio wxe_util:call(?wxWindow_PopupMenu_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec popupMenu(This, Menu, X, Y) -> boolean() when This::wxWindow(), Menu::wxMenu:wxMenu(), X::integer(), Y::integer(). popupMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef},X,Y) @@ -1110,7 +1110,7 @@ popupMenu(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=MenuT,ref=MenuRef},X,Y) wxe_util:call(?wxWindow_PopupMenu_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec raise(This) -> ok when This::wxWindow(). raise(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1126,7 +1126,7 @@ refresh(This) when is_record(This, wx_ref) -> refresh(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec refresh(This, [Option]) -> ok when This::wxWindow(), Option :: {eraseBackground, boolean()} @@ -1149,7 +1149,7 @@ refreshRect(This,Rect={RectX,RectY,RectW,RectH}) when is_record(This, wx_ref),is_integer(RectX),is_integer(RectY),is_integer(RectW),is_integer(RectH) -> refreshRect(This,Rect, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec refreshRect(This, Rect, [Option]) -> ok when This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}, Option :: {eraseBackground, boolean()}. @@ -1162,7 +1162,7 @@ refreshRect(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}, Options) wxe_util:cast(?wxWindow_RefreshRect, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec releaseMouse(This) -> ok when This::wxWindow(). releaseMouse(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1170,7 +1170,7 @@ releaseMouse(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_ReleaseMouse, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec removeChild(This, Child) -> ok when This::wxWindow(), Child::wxWindow(). removeChild(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ChildT,ref=ChildRef}) -> @@ -1179,7 +1179,7 @@ removeChild(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ChildT,ref=ChildRef}) - wxe_util:cast(?wxWindow_RemoveChild, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec reparent(This, NewParent) -> boolean() when This::wxWindow(), NewParent::wxWindow(). reparent(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=NewParentT,ref=NewParentRef}) -> @@ -1188,7 +1188,7 @@ reparent(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=NewParentT,ref=NewParentRe wxe_util:call(?wxWindow_Reparent, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec screenToClient(This) -> {X::integer(), Y::integer()} when This::wxWindow(). screenToClient(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1196,7 +1196,7 @@ screenToClient(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_ScreenToClient_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec screenToClient(This, Pt) -> {X::integer(), Y::integer()} when This::wxWindow(), Pt::{X::integer(), Y::integer()}. screenToClient(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) @@ -1205,7 +1205,7 @@ screenToClient(#wx_ref{type=ThisT,ref=ThisRef},{PtX,PtY}) wxe_util:call(?wxWindow_ScreenToClient_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec scrollLines(This, Lines) -> boolean() when This::wxWindow(), Lines::integer(). scrollLines(#wx_ref{type=ThisT,ref=ThisRef},Lines) @@ -1214,7 +1214,7 @@ scrollLines(#wx_ref{type=ThisT,ref=ThisRef},Lines) wxe_util:call(?wxWindow_ScrollLines, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec scrollPages(This, Pages) -> boolean() when This::wxWindow(), Pages::integer(). scrollPages(#wx_ref{type=ThisT,ref=ThisRef},Pages) @@ -1231,7 +1231,7 @@ scrollWindow(This,Dx,Dy) when is_record(This, wx_ref),is_integer(Dx),is_integer(Dy) -> scrollWindow(This,Dx,Dy, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec scrollWindow(This, Dx, Dy, [Option]) -> ok when This::wxWindow(), Dx::integer(), Dy::integer(), Option :: {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}. @@ -1244,7 +1244,7 @@ scrollWindow(#wx_ref{type=ThisT,ref=ThisRef},Dx,Dy, Options) wxe_util:cast(?wxWindow_ScrollWindow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setAcceleratorTable(This, Accel) -> ok when This::wxWindow(), Accel::wxAcceleratorTable:wxAcceleratorTable(). setAcceleratorTable(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=AccelT,ref=AccelRef}) -> @@ -1253,7 +1253,7 @@ setAcceleratorTable(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=AccelT,ref=Acce wxe_util:cast(?wxWindow_SetAcceleratorTable, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setAutoLayout(This, AutoLayout) -> ok when This::wxWindow(), AutoLayout::boolean(). setAutoLayout(#wx_ref{type=ThisT,ref=ThisRef},AutoLayout) @@ -1262,7 +1262,7 @@ setAutoLayout(#wx_ref{type=ThisT,ref=ThisRef},AutoLayout) wxe_util:cast(?wxWindow_SetAutoLayout, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setBackgroundColour(This, Colour) -> boolean() when This::wxWindow(), Colour::wx:wx_colour(). setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -1271,7 +1271,7 @@ setBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:call(?wxWindow_SetBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Style = ?wxBG_STYLE_SYSTEM | ?wxBG_STYLE_COLOUR | ?wxBG_STYLE_CUSTOM -spec setBackgroundStyle(This, Style) -> boolean() when This::wxWindow(), Style::wx:wx_enum(). @@ -1281,7 +1281,7 @@ setBackgroundStyle(#wx_ref{type=ThisT,ref=ThisRef},Style) wxe_util:call(?wxWindow_SetBackgroundStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setCaret(This, Caret) -> ok when This::wxWindow(), Caret::wxCaret:wxCaret(). setCaret(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=CaretT,ref=CaretRef}) -> @@ -1290,7 +1290,7 @@ setCaret(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=CaretT,ref=CaretRef}) -> wxe_util:cast(?wxWindow_SetCaret, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setClientSize(This, Rect) -> ok when
%% This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}.
@@ -1310,7 +1310,7 @@ setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) wxe_util:cast(?wxWindow_SetClientSize_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setClientSize(This, Width, Height) -> ok when This::wxWindow(), Width::integer(), Height::integer(). setClientSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) @@ -1319,7 +1319,7 @@ setClientSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) wxe_util:cast(?wxWindow_SetClientSize_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setContainingSizer(This, Sizer) -> ok when This::wxWindow(), Sizer::wxSizer:wxSizer(). setContainingSizer(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=SizerT,ref=SizerRef}) -> @@ -1328,7 +1328,7 @@ setContainingSizer(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=SizerT,ref=Sizer wxe_util:cast(?wxWindow_SetContainingSizer, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setCursor(This, Cursor) -> boolean() when This::wxWindow(), Cursor::wxCursor:wxCursor(). setCursor(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=CursorT,ref=CursorRef}) -> @@ -1337,7 +1337,7 @@ setCursor(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=CursorT,ref=CursorRef}) - wxe_util:call(?wxWindow_SetCursor, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMaxSize(This, MaxSize) -> ok when This::wxWindow(), MaxSize::{W::integer(), H::integer()}. setMaxSize(#wx_ref{type=ThisT,ref=ThisRef},{MaxSizeW,MaxSizeH}) @@ -1346,7 +1346,7 @@ setMaxSize(#wx_ref{type=ThisT,ref=ThisRef},{MaxSizeW,MaxSizeH}) wxe_util:cast(?wxWindow_SetMaxSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setMinSize(This, MinSize) -> ok when This::wxWindow(), MinSize::{W::integer(), H::integer()}. setMinSize(#wx_ref{type=ThisT,ref=ThisRef},{MinSizeW,MinSizeH}) @@ -1355,7 +1355,7 @@ setMinSize(#wx_ref{type=ThisT,ref=ThisRef},{MinSizeW,MinSizeH}) wxe_util:cast(?wxWindow_SetMinSize, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setOwnBackgroundColour(This, Colour) -> ok when This::wxWindow(), Colour::wx:wx_colour(). setOwnBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -1364,7 +1364,7 @@ setOwnBackgroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:cast(?wxWindow_SetOwnBackgroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setOwnFont(This, Font) -> ok when This::wxWindow(), Font::wxFont:wxFont(). setOwnFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> @@ -1373,7 +1373,7 @@ setOwnFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> wxe_util:cast(?wxWindow_SetOwnFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setOwnForegroundColour(This, Colour) -> ok when This::wxWindow(), Colour::wx:wx_colour(). setOwnForegroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -1382,7 +1382,7 @@ setOwnForegroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:cast(?wxWindow_SetOwnForegroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setDropTarget(This, DropTarget) -> ok when This::wxWindow(), DropTarget::wx:wx_object(). setDropTarget(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DropTargetT,ref=DropTargetRef}) -> @@ -1391,7 +1391,7 @@ setDropTarget(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=DropTargetT,ref=DropT wxe_util:cast(?wxWindow_SetDropTarget, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setExtraStyle(This, ExStyle) -> ok when This::wxWindow(), ExStyle::integer(). setExtraStyle(#wx_ref{type=ThisT,ref=ThisRef},ExStyle) @@ -1400,7 +1400,7 @@ setExtraStyle(#wx_ref{type=ThisT,ref=ThisRef},ExStyle) wxe_util:cast(?wxWindow_SetExtraStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFocus(This) -> ok when This::wxWindow(). setFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1408,7 +1408,7 @@ setFocus(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_SetFocus, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFocusFromKbd(This) -> ok when This::wxWindow(). setFocusFromKbd(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1416,7 +1416,7 @@ setFocusFromKbd(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_SetFocusFromKbd, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setFont(This, Font) -> boolean() when This::wxWindow(), Font::wxFont:wxFont(). setFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> @@ -1425,7 +1425,7 @@ setFont(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=FontT,ref=FontRef}) -> wxe_util:call(?wxWindow_SetFont, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setForegroundColour(This, Colour) -> boolean() when This::wxWindow(), Colour::wx:wx_colour(). setForegroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) @@ -1434,7 +1434,7 @@ setForegroundColour(#wx_ref{type=ThisT,ref=ThisRef},Colour) wxe_util:call(?wxWindow_SetForegroundColour, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setHelpText(This, Text) -> ok when This::wxWindow(), Text::unicode:chardata(). setHelpText(#wx_ref{type=ThisT,ref=ThisRef},Text) @@ -1444,7 +1444,7 @@ setHelpText(#wx_ref{type=ThisT,ref=ThisRef},Text) wxe_util:cast(?wxWindow_SetHelpText, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setId(This, Winid) -> ok when This::wxWindow(), Winid::integer(). setId(#wx_ref{type=ThisT,ref=ThisRef},Winid) @@ -1453,7 +1453,7 @@ setId(#wx_ref{type=ThisT,ref=ThisRef},Winid) wxe_util:cast(?wxWindow_SetId, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setLabel(This, Label) -> ok when This::wxWindow(), Label::unicode:chardata(). setLabel(#wx_ref{type=ThisT,ref=ThisRef},Label) @@ -1463,7 +1463,7 @@ setLabel(#wx_ref{type=ThisT,ref=ThisRef},Label) wxe_util:cast(?wxWindow_SetLabel, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setName(This, Name) -> ok when This::wxWindow(), Name::unicode:chardata(). setName(#wx_ref{type=ThisT,ref=ThisRef},Name) @@ -1473,7 +1473,7 @@ setName(#wx_ref{type=ThisT,ref=ThisRef},Name) wxe_util:cast(?wxWindow_SetName, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setPalette(This, Pal) -> ok when This::wxWindow(), Pal::wxPalette:wxPalette(). setPalette(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=PalT,ref=PalRef}) -> @@ -1490,7 +1490,7 @@ setScrollbar(This,Orient,Pos,ThumbVisible,Range) when is_record(This, wx_ref),is_integer(Orient),is_integer(Pos),is_integer(ThumbVisible),is_integer(Range) -> setScrollbar(This,Orient,Pos,ThumbVisible,Range, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setScrollbar(This, Orient, Pos, ThumbVisible, Range, [Option]) -> ok when This::wxWindow(), Orient::integer(), Pos::integer(), ThumbVisible::integer(), Range::integer(), Option :: {refresh, boolean()}. @@ -1511,7 +1511,7 @@ setScrollPos(This,Orient,Pos) when is_record(This, wx_ref),is_integer(Orient),is_integer(Pos) -> setScrollPos(This,Orient,Pos, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setScrollPos(This, Orient, Pos, [Option]) -> ok when This::wxWindow(), Orient::integer(), Pos::integer(), Option :: {refresh, boolean()}. @@ -1524,7 +1524,7 @@ setScrollPos(#wx_ref{type=ThisT,ref=ThisRef},Orient,Pos, Options) wxe_util:cast(?wxWindow_SetScrollPos, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setSize(This, Size) -> ok when
%% This::wxWindow(), Size::{W::integer(), H::integer()}.
@@ -1543,7 +1543,7 @@ setSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxWindow_SetSize_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setSize(This, Rect, [Option]) -> ok when
%% This::wxWindow(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()},
@@ -1576,7 +1576,7 @@ setSize(This,X,Y,Width,Height) when is_record(This, wx_ref),is_integer(X),is_integer(Y),is_integer(Width),is_integer(Height) -> setSize(This,X,Y,Width,Height, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSize(This, X, Y, Width, Height, [Option]) -> ok when This::wxWindow(), X::integer(), Y::integer(), Width::integer(), Height::integer(), Option :: {sizeFlags, integer()}. @@ -1597,7 +1597,7 @@ setSizeHints(This,MinSize={MinSizeW,MinSizeH}) when is_record(This, wx_ref),is_integer(MinSizeW),is_integer(MinSizeH) -> setSizeHints(This,MinSize, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setSizeHints(This, MinSize, [Option]) -> ok when
%% This::wxWindow(), MinSize::{W::integer(), H::integer()},
@@ -1624,7 +1624,7 @@ setSizeHints(#wx_ref{type=ThisT,ref=ThisRef},{MinSizeW,MinSizeH}, Options) wxe_util:cast(?wxWindow_SetSizeHints_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSizeHints(This, MinW, MinH, [Option]) -> ok when This::wxWindow(), MinW::integer(), MinH::integer(), Option :: {maxW, integer()} @@ -1651,7 +1651,7 @@ setSizer(This,Sizer) when is_record(This, wx_ref),is_record(Sizer, wx_ref) -> setSizer(This,Sizer, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSizer(This, Sizer, [Option]) -> ok when This::wxWindow(), Sizer::wxSizer:wxSizer(), Option :: {deleteOld, boolean()}. @@ -1673,7 +1673,7 @@ setSizerAndFit(This,Sizer) when is_record(This, wx_ref),is_record(Sizer, wx_ref) -> setSizerAndFit(This,Sizer, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec setSizerAndFit(This, Sizer, [Option]) -> ok when This::wxWindow(), Sizer::wxSizer:wxSizer(), Option :: {deleteOld, boolean()}. @@ -1687,7 +1687,7 @@ setSizerAndFit(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=SizerT,ref=SizerRef} wxe_util:cast(?wxWindow_SetSizerAndFit, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setThemeEnabled(This, EnableTheme) -> ok when This::wxWindow(), EnableTheme::boolean(). setThemeEnabled(#wx_ref{type=ThisT,ref=ThisRef},EnableTheme) @@ -1696,7 +1696,7 @@ setThemeEnabled(#wx_ref{type=ThisT,ref=ThisRef},EnableTheme) wxe_util:cast(?wxWindow_SetThemeEnabled, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setToolTip(This, Tip) -> ok when
%% This::wxWindow(), Tip::wxToolTip:wxToolTip().
@@ -1717,7 +1717,7 @@ setToolTip(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=TipT,ref=TipRef}) -> wxe_util:cast(?wxWindow_SetToolTip_1_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setVirtualSize(This, Size) -> ok when This::wxWindow(), Size::{W::integer(), H::integer()}. setVirtualSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) @@ -1726,7 +1726,7 @@ setVirtualSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) wxe_util:cast(?wxWindow_SetVirtualSize_1, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setVirtualSize(This, X, Y) -> ok when This::wxWindow(), X::integer(), Y::integer(). setVirtualSize(#wx_ref{type=ThisT,ref=ThisRef},X,Y) @@ -1743,7 +1743,7 @@ setVirtualSizeHints(This,MinSize={MinSizeW,MinSizeH}) when is_record(This, wx_ref),is_integer(MinSizeW),is_integer(MinSizeH) -> setVirtualSizeHints(This,MinSize, []). -%% @doc See external documentation. +%% @doc See external documentation. %%
Also:
%% setVirtualSizeHints(This, MinSize, [Option]) -> ok when
%% This::wxWindow(), MinSize::{W::integer(), H::integer()},
@@ -1767,7 +1767,7 @@ setVirtualSizeHints(#wx_ref{type=ThisT,ref=ThisRef},{MinSizeW,MinSizeH}, Options wxe_util:cast(?wxWindow_SetVirtualSizeHints_2, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setVirtualSizeHints(This, MinW, MinH, [Option]) -> ok when This::wxWindow(), MinW::integer(), MinH::integer(), Option :: {maxW, integer()} @@ -1782,7 +1782,7 @@ setVirtualSizeHints(#wx_ref{type=ThisT,ref=ThisRef},MinW,MinH, Options) wxe_util:cast(?wxWindow_SetVirtualSizeHints_3, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWindowStyle(This, Style) -> ok when This::wxWindow(), Style::integer(). setWindowStyle(#wx_ref{type=ThisT,ref=ThisRef},Style) @@ -1791,7 +1791,7 @@ setWindowStyle(#wx_ref{type=ThisT,ref=ThisRef},Style) wxe_util:cast(?wxWindow_SetWindowStyle, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec setWindowStyleFlag(This, Style) -> ok when This::wxWindow(), Style::integer(). setWindowStyleFlag(#wx_ref{type=ThisT,ref=ThisRef},Style) @@ -1800,7 +1800,7 @@ setWindowStyleFlag(#wx_ref{type=ThisT,ref=ThisRef},Style) wxe_util:cast(?wxWindow_SetWindowStyleFlag, <>). -%% @doc See external documentation. +%% @doc See external documentation. %%
Variant = ?wxWINDOW_VARIANT_NORMAL | ?wxWINDOW_VARIANT_SMALL | ?wxWINDOW_VARIANT_MINI | ?wxWINDOW_VARIANT_LARGE | ?wxWINDOW_VARIANT_MAX -spec setWindowVariant(This, Variant) -> ok when This::wxWindow(), Variant::wx:wx_enum(). @@ -1810,7 +1810,7 @@ setWindowVariant(#wx_ref{type=ThisT,ref=ThisRef},Variant) wxe_util:cast(?wxWindow_SetWindowVariant, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec shouldInheritColours(This) -> boolean() when This::wxWindow(). shouldInheritColours(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1826,7 +1826,7 @@ show(This) when is_record(This, wx_ref) -> show(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec show(This, [Option]) -> boolean() when This::wxWindow(), Option :: {show, boolean()}. @@ -1839,7 +1839,7 @@ show(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:call(?wxWindow_Show, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec thaw(This) -> ok when This::wxWindow(). thaw(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1847,7 +1847,7 @@ thaw(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:cast(?wxWindow_Thaw, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec transferDataFromWindow(This) -> boolean() when This::wxWindow(). transferDataFromWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1855,7 +1855,7 @@ transferDataFromWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_TransferDataFromWindow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec transferDataToWindow(This) -> boolean() when This::wxWindow(). transferDataToWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1863,7 +1863,7 @@ transferDataToWindow(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_TransferDataToWindow, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec update(This) -> ok when This::wxWindow(). update(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1879,7 +1879,7 @@ updateWindowUI(This) when is_record(This, wx_ref) -> updateWindowUI(This, []). -%% @doc See external documentation. +%% @doc See external documentation. -spec updateWindowUI(This, [Option]) -> ok when This::wxWindow(), Option :: {flags, integer()}. @@ -1892,7 +1892,7 @@ updateWindowUI(#wx_ref{type=ThisT,ref=ThisRef}, Options) wxe_util:cast(?wxWindow_UpdateWindowUI, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec validate(This) -> boolean() when This::wxWindow(). validate(#wx_ref{type=ThisT,ref=ThisRef}) -> @@ -1900,7 +1900,7 @@ validate(#wx_ref{type=ThisT,ref=ThisRef}) -> wxe_util:call(?wxWindow_Validate, <>). -%% @doc See external documentation. +%% @doc See external documentation. -spec warpPointer(This, X, Y) -> ok when This::wxWindow(), X::integer(), Y::integer(). warpPointer(#wx_ref{type=ThisT,ref=ThisRef},X,Y) -- cgit v1.2.3