1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %% Purpose: wxWindow documentation
4 %% Author: wxWidgets Team
8 %% Copyright: (c) wxWidgets Team
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 \section{\class{wxWindow
}}\label{wxwindow
}
14 wxWindow is the base class for all windows and represents any visible object on
15 screen. All controls, top level windows and so on are windows. Sizers and
16 device contexts are not, however, as they don't appear on screen themselves.
18 Please note that all children of the window will be deleted automatically by
19 the destructor before the window itself is deleted which means that you don't
20 have to worry about deleting them manually. Please see the
\helpref{window
21 deletion overview
}{windowdeletionoverview
} for more information.
23 Also note that in this, and many others, wxWidgets classes some
24 \texttt{GetXXX()
} methods may be overloaded (as, for example,
25 \helpref{GetSize
}{wxwindowgetsize
} or
26 \helpref{GetClientSize
}{wxwindowgetclientsize
}). In this case, the overloads
27 are non-virtual because having multiple virtual functions with the same name
28 results in a virtual function name hiding at the derived class level (in
29 English, this means that the derived class has to override all overloaded
30 variants if it overrides any of them). To allow overriding them in the derived
31 class, wxWidgets uses a unique protected virtual
\texttt{DoGetXXX()
} method
32 and all
\texttt{GetXXX()
} ones are forwarded to it, so overriding the former
33 changes the behaviour of the latter.
35 \wxheading{Derived from
}
37 \helpref{wxEvtHandler
}{wxevthandler
}\\
38 \helpref{wxObject
}{wxobject
}
40 \wxheading{Include files
}
46 \helpref{wxCore
}{librarieslist
}
48 \wxheading{Window styles
}
50 The following styles can apply to all windows, although they will not always make sense for a particular
51 window class or on all platforms.
54 \begin{twocollist
}\itemsep=
0pt
55 \twocolitem{\windowstyle{wxBORDER
\_SIMPLE}}{Displays a thin border around the window. wxSIMPLE
\_BORDER is the old name
57 \twocolitem{\windowstyle{wxBORDER
\_DOUBLE}}{Displays a double border. wxDOUBLE
\_BORDER is the old name for this style. Windows and Mac only.
}
58 \twocolitem{\windowstyle{wxBORDER
\_SUNKEN}}{Displays a sunken border. wxSUNKEN
\_BORDER is the old name for this style.
}
59 \twocolitem{\windowstyle{wxBORDER
\_RAISED}}{Displays a raised border. wxRAISED
\_BORDER is the old name for this style.
}
60 \twocolitem{\windowstyle{wxBORDER
\_STATIC}}{Displays a border suitable for a static control. wxSTATIC
\_BORDER is the old name for this style. Windows only.
}
61 \twocolitem{\windowstyle{wxBORDER
\_THEME}}{Displays a themed border where possible. Currently this has an effect on Windows XP and above only.
62 For more information on themed borders, please see
\helpref{Themed borders on Windows
}{wxmswthemedborders
}.
}
63 \twocolitem{\windowstyle{wxBORDER
\_NONE}}{Displays no border, overriding the default border style for the window. wxNO
\_BORDER is the old name for this style.
}
64 \twocolitem{\windowstyle{wxTRANSPARENT
\_WINDOW}}{The window is transparent, that is, it will not receive paint
65 events. Windows only.
}
66 \twocolitem{\windowstyle{wxTAB
\_TRAVERSAL}}{Use this to enable tab traversal for non-dialog windows.
}
67 \twocolitem{\windowstyle{wxWANTS
\_CHARS}}{Use this to indicate that
68 the window wants to get all char/key events for all keys - even for
69 keys like TAB or ENTER which are usually used for dialog navigation
70 and which wouldn't be generated without this style. If you need to
71 use this style in order to get the arrows or etc., but would still like
72 to have normal keyboard navigation take place, you should call
73 \helpref{Navigate
}{wxwindownavigate
} in response to the key events for
75 \twocolitem{\windowstyle{wxNO
\_FULL\_REPAINT\_ON\_RESIZE}}{On Windows, this style used to disable repainting
76 the window completely when its size is changed. Since this behaviour is now the default, the style is now obsolete
77 and no longer has an effect.
}
78 \twocolitem{\windowstyle{wxVSCROLL
}}{Use this style to enable a vertical
79 scrollbar. Notice that this style cannot be used with native controls
80 which don't support scrollbars nor with top-level windows in most ports.
}
81 \twocolitem{\windowstyle{wxHSCROLL
}}{Use this style to enable a horizontal
82 scrollbar. The same limitations as for wxVSCROLL apply to this style.
}
83 \twocolitem{\windowstyle{wxALWAYS
\_SHOW\_SB}}{If a window has scrollbars,
84 disable them instead of hiding them when they are not needed (i.e. when the
85 size of the window is big enough to not require the scrollbars to navigate it).
86 This style is currently implemented for wxMSW, wxGTK and wxUniversal and does
87 nothing on the other platforms.
}
88 \twocolitem{\windowstyle{wxCLIP
\_CHILDREN}}{Use this style to eliminate flicker caused by the background being
89 repainted, then children being painted over them. Windows only.
}
90 \twocolitem{\windowstyle{wxFULL
\_REPAINT\_ON\_RESIZE}}{Use this style to force
91 a complete redraw of the window whenever it is resized instead of redrawing
92 just the part of the window affected by resizing. Note that this was the
93 behaviour by default before
2.5.1 release and that if you experience redraw
94 problems with code which previously used to work you may want to try this.
95 Currently this style applies on GTK+
2 and Windows only, and full repainting is always
96 done on other platforms.
}
99 See also
\helpref{window styles overview
}{windowstyles
}.
101 \wxheading{Extra window styles
}
103 The following are extra styles, set using
\helpref{wxWindow::SetExtraStyle
}{wxwindowsetextrastyle
}.
106 \begin{twocollist
}\itemsep=
0pt
107 \twocolitem{\windowstyle{wxWS
\_EX\_VALIDATE\_RECURSIVELY}}{By default, Validate/TransferDataTo/FromWindow()
108 only work on direct children of the window (compatible behaviour). Set this flag to make them recursively
109 descend into all subwindows.
}
110 \twocolitem{\windowstyle{wxWS
\_EX\_BLOCK\_EVENTS}}{wxCommandEvents and the objects of the derived classes are forwarded to the
111 parent window and so on recursively by default. Using this flag for the
112 given window allows to block this propagation at this window, i.e. prevent
113 the events from being propagated further upwards. Dialogs have this
115 \twocolitem{\windowstyle{wxWS
\_EX\_TRANSIENT}}{Don't use this window as an implicit parent for the other windows: this must
116 be used with transient windows as otherwise there is the risk of creating a
117 dialog/frame with this window as a parent which would lead to a crash if the
118 parent is destroyed before the child.
}
119 \twocolitem{\windowstyle{wxWS
\_EX\_PROCESS\_IDLE}}{This window should always process idle events, even
120 if the mode set by
\helpref{wxIdleEvent::SetMode
}{wxidleeventsetmode
} is wxIDLE
\_PROCESS\_SPECIFIED.
}
121 \twocolitem{\windowstyle{wxWS
\_EX\_PROCESS\_UI\_UPDATES}}{This window should always process UI update events,
122 even if the mode set by
\helpref{wxUpdateUIEvent::SetMode
}{wxupdateuieventsetmode
} is wxUPDATE
\_UI\_PROCESS\_SPECIFIED.
}
127 \helpref{Event handling overview
}{eventhandlingoverview
}\\
128 \helpref{Window sizing overview
}{windowsizingoverview
}
130 \latexignore{\rtfignore{\wxheading{Members
}}}
133 \membersection{wxWindow::wxWindow
}\label{wxwindowctor
}
135 \func{}{wxWindow
}{\void}
139 \func{}{wxWindow
}{\param{wxWindow*
}{ parent
},
\param{wxWindowID
}{id
},
140 \param{const wxPoint\&
}{pos = wxDefaultPosition
},
141 \param{const wxSize\&
}{size = wxDefaultSize
},
142 \param{long
}{style =
0},
143 \param{const wxString\&
}{name = wxPanelNameStr
}}
145 Constructs a window, which can be a child of a frame, dialog or any other non-control window.
147 \wxheading{Parameters
}
149 \docparam{parent
}{Pointer to a parent window.
}
151 \docparam{id
}{Window identifier. If wxID
\_ANY, will automatically create an identifier.
}
153 \docparam{pos
}{Window position. wxDefaultPosition indicates that wxWidgets
154 should generate a default position for the window. If using the wxWindow class directly, supply
157 \docparam{size
}{Window size. wxDefaultSize indicates that wxWidgets
158 should generate a default size for the window. If no suitable size can be found, the
159 window will be sized to
20x20 pixels so that the window is visible but obviously not
162 \docparam{style
}{Window style. For generic window styles, please see
\helpref{wxWindow
}{wxwindow
}.
}
164 \docparam{name
}{Window name.
}
167 \membersection{wxWindow::
\destruct{wxWindow
}}\label{wxwindowdtor
}
169 \func{}{\destruct{wxWindow
}}{\void}
171 Destructor. Deletes all subwindows, then deletes itself. Instead of using
172 the
{\bf delete
} operator explicitly, you should normally
173 use
\helpref{wxWindow::Destroy
}{wxwindowdestroy
} so that wxWidgets
174 can delete a window only when it is safe to do so, in idle time.
178 \helpref{Window deletion overview
}{windowdeletionoverview
},
\rtfsp
179 \helpref{wxWindow::Destroy
}{wxwindowdestroy
},
\rtfsp
180 \helpref{wxCloseEvent
}{wxcloseevent
}
183 \membersection{wxWindow::AcceptsFocus
}\label{wxwindowacceptsfocus
}
185 \constfunc{bool
}{AcceptsFocus
}{\void}
187 This method may be overridden in the derived classes to return
\false to
188 indicate that this control doesn't accept input at all (i.e. behaves like e.g.
189 \helpref{wxStaticText
}{wxstatictext
}) and so doesn't need focus.
193 \helpref{AcceptsFocusFromKeyboard
}{wxwindowacceptsfocusfromkeyboard
}
196 \membersection{wxWindow::AcceptsFocusFromKeyboard
}\label{wxwindowacceptsfocusfromkeyboard
}
198 \constfunc{bool
}{AcceptsFocusFromKeyboard
}{\void}
200 This method may be overridden in the derived classes to return
\false to
201 indicate that while this control can, in principle, have focus if the user
202 clicks it with the mouse, it shouldn't be included in the TAB traversal chain
203 when using the keyboard.
206 \membersection{wxWindow::AddChild
}\label{wxwindowaddchild
}
208 \func{virtual void
}{AddChild
}{\param{wxWindow*
}{child
}}
210 Adds a child window. This is called automatically by window creation
211 functions so should not be required by the application programmer.
213 Notice that this function is mostly internal to wxWidgets and shouldn't be
214 called by the user code.
216 \wxheading{Parameters
}
218 \docparam{child
}{Child window to add.
}
221 \membersection{wxWindow::CacheBestSize
}\label{wxwindowcachebestsize
}
223 \constfunc{void
}{CacheBestSize
}{\param{const wxSize\&
}{size
}}
225 Sets the cached best size value.
228 \membersection{wxWindow::CaptureMouse
}\label{wxwindowcapturemouse
}
230 \func{virtual void
}{CaptureMouse
}{\void}
232 Directs all mouse input to this window. Call
\helpref{wxWindow::ReleaseMouse
}{wxwindowreleasemouse
} to
235 Note that wxWidgets maintains the stack of windows having captured the mouse
236 and when the mouse is released the capture returns to the window which had had
237 captured it previously and it is only really released if there were no previous
238 window. In particular, this means that you must release the mouse as many times
239 as you capture it, unless the window receives
240 the
\helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
} event.
242 Any application which captures the mouse in the beginning of some operation
243 {\em must
} handle
\helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
}
244 and cancel this operation when it receives the event. The event handler must
249 \helpref{wxWindow::ReleaseMouse
}{wxwindowreleasemouse
}
250 \helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
}
253 \membersection{wxWindow::Center
}\label{wxwindowcenter
}
255 \func{void
}{Center
}{\param{int
}{ direction
}}
257 A synonym for
\helpref{Centre
}{wxwindowcentre
}.
260 \membersection{wxWindow::CenterOnParent
}\label{wxwindowcenteronparent
}
262 \func{void
}{CenterOnParent
}{\param{int
}{ direction
}}
264 A synonym for
\helpref{CentreOnParent
}{wxwindowcentreonparent
}.
267 \membersection{wxWindow::CenterOnScreen
}\label{wxwindowcenteronscreen
}
269 \func{void
}{CenterOnScreen
}{\param{int
}{ direction
}}
271 A synonym for
\helpref{CentreOnScreen
}{wxwindowcentreonscreen
}.
274 \membersection{wxWindow::Centre
}\label{wxwindowcentre
}
276 \func{void
}{Centre
}{\param{int
}{ direction = wxBOTH
}}
280 \wxheading{Parameters
}
282 \docparam{direction
}{Specifies the direction for the centering. May be
{\tt wxHORIZONTAL
},
{\tt wxVERTICAL
}\rtfsp
283 or
{\tt wxBOTH
}. It may also include
{\tt wxCENTRE
\_ON\_SCREEN} flag
284 if you want to center the window on the entire screen and not on its
287 The flag
{\tt wxCENTRE
\_FRAME} is obsolete and should not be used any longer
292 If the window is a top level one (i.e. doesn't have a parent), it will be
293 centered relative to the screen anyhow.
297 \helpref{wxWindow::Center
}{wxwindowcenter
}
300 \membersection{wxWindow::CentreOnParent
}\label{wxwindowcentreonparent
}
302 \func{void
}{CentreOnParent
}{\param{int
}{ direction = wxBOTH
}}
304 Centres the window on its parent. This is a more readable synonym for
305 \helpref{Centre
}{wxwindowcentre
}.
307 \wxheading{Parameters
}
309 \docparam{direction
}{Specifies the direction for the centering. May be
{\tt wxHORIZONTAL
},
{\tt wxVERTICAL
}\rtfsp
314 This methods provides for a way to center top level windows over their
315 parents instead of the entire screen. If there is no parent or if the
316 window is not a top level window, then behaviour is the same as
317 \helpref{wxWindow::Centre
}{wxwindowcentre
}.
321 \helpref{wxWindow::CentreOnScreen
}{wxwindowcenteronscreen
}
324 \membersection{wxWindow::CentreOnScreen
}\label{wxwindowcentreonscreen
}
326 \func{void
}{CentreOnScreen
}{\param{int
}{ direction = wxBOTH
}}
328 Centres the window on screen. This only works for top level windows -
329 otherwise, the window will still be centered on its parent.
331 \wxheading{Parameters
}
333 \docparam{direction
}{Specifies the direction for the centering. May be
{\tt wxHORIZONTAL
},
{\tt wxVERTICAL
}\rtfsp
338 \helpref{wxWindow::CentreOnParent
}{wxwindowcenteronparent
}
341 \membersection{wxWindow::ClearBackground
}\label{wxwindowclearbackground
}
343 \func{void
}{ClearBackground
}{\void}
345 Clears the window by filling it with the current background colour. Does not
346 cause an erase background event to be generated.
349 \membersection{wxWindow::ClientToScreen
}\label{wxwindowclienttoscreen
}
351 \constfunc{virtual void
}{ClientToScreen
}{\param{int*
}{x
},
\param{int*
}{y
}}
353 \perlnote{In wxPerl this method returns a
2-element list instead of
354 modifying its parameters.
}
356 \constfunc{virtual wxPoint
}{ClientToScreen
}{\param{const wxPoint\&
}{ pt
}}
358 Converts to screen coordinates from coordinates relative to this window.
360 \docparam{x
}{A pointer to a integer value for the x coordinate. Pass the client coordinate in, and
361 a screen coordinate will be passed out.
}
363 \docparam{y
}{A pointer to a integer value for the y coordinate. Pass the client coordinate in, and
364 a screen coordinate will be passed out.
}
366 \docparam{pt
}{The client position for the second form of the function.
}
368 \pythonnote{In place of a single overloaded method name, wxPython
369 implements the following methods:
\par
370 \indented{2cm
}{\begin{twocollist
}
371 \twocolitem{{\bf ClientToScreen(point)
}}{Accepts and returns a wxPoint
}
372 \twocolitem{{\bf ClientToScreenXY(x, y)
}}{Returns a
2-tuple, (x, y)
}
377 \membersection{wxWindow::Close
}\label{wxwindowclose
}
379 \func{bool
}{Close
}{\param{bool
}{ force =
{\tt false
}}}
381 This function simply generates a
\helpref{wxCloseEvent
}{wxcloseevent
} whose
382 handler usually tries to close the window. It doesn't close the window itself,
385 \wxheading{Parameters
}
387 \docparam{force
}{{\tt false
} if the window's close handler should be able to veto the destruction
388 of this window,
{\tt true
} if it cannot.
}
392 Close calls the
\helpref{close handler
}{wxcloseevent
} for the window, providing
393 an opportunity for the window to choose whether to destroy the window.
394 Usually it is only used with the top level windows (wxFrame and wxDialog
395 classes) as the others are not supposed to have any special OnClose() logic.
397 The close handler should check whether the window is being deleted forcibly,
398 using
\helpref{wxCloseEvent::CanVeto
}{wxcloseeventcanveto
}, in which case it
399 should destroy the window using
\helpref{wxWindow::Destroy
}{wxwindowdestroy
}.
401 {\it Note
} that calling Close does not guarantee that the window will be
402 destroyed; but it provides a way to simulate a manual close of a window, which
403 may or may not be implemented by destroying the window. The default
404 implementation of wxDialog::OnCloseWindow does not necessarily delete the
405 dialog, since it will simply simulate an wxID
\_CANCEL event which is handled by
406 the appropriate button event handler and may do anything at all.
408 To guarantee that the window will be destroyed, call
409 \helpref{wxWindow::Destroy
}{wxwindowdestroy
} instead
413 \helpref{Window deletion overview
}{windowdeletionoverview
},
\rtfsp
414 \helpref{wxWindow::Destroy
}{wxwindowdestroy
},
\rtfsp
415 \helpref{wxCloseEvent
}{wxcloseevent
}
418 \membersection{wxWindow::ConvertDialogToPixels
}\label{wxwindowconvertdialogtopixels
}
420 \func{wxPoint
}{ConvertDialogToPixels
}{\param{const wxPoint\&
}{ pt
}}
422 \func{wxSize
}{ConvertDialogToPixels
}{\param{const wxSize\&
}{ sz
}}
424 Converts a point or size from dialog units to pixels.
426 For the x dimension, the dialog units are multiplied by the average character width
427 and then divided by
4.
429 For the y dimension, the dialog units are multiplied by the average character height
430 and then divided by
8.
434 Dialog units are used for maintaining a dialog's proportions even if the font changes.
436 You can also use these functions programmatically. A convenience macro is defined:
440 #define wxDLG_UNIT(parent, pt) parent->ConvertDialogToPixels(pt)
446 \helpref{wxWindow::ConvertPixelsToDialog
}{wxwindowconvertpixelstodialog
}
448 \pythonnote{In place of a single overloaded method name, wxPython
449 implements the following methods:
\par
450 \indented{2cm
}{\begin{twocollist
}
451 \twocolitem{{\bf ConvertDialogPointToPixels(point)
}}{Accepts and returns a wxPoint
}
452 \twocolitem{{\bf ConvertDialogSizeToPixels(size)
}}{Accepts and returns a wxSize
}
455 Additionally, the following helper functions are defined:
\par
456 \indented{2cm
}{\begin{twocollist
}
457 \twocolitem{{\bf wxDLG
\_PNT(win, point)
}}{Converts a wxPoint from dialog
459 \twocolitem{{\bf wxDLG
\_SZE(win, size)
}}{Converts a wxSize from dialog
466 \membersection{wxWindow::ConvertPixelsToDialog
}\label{wxwindowconvertpixelstodialog
}
468 \func{wxPoint
}{ConvertPixelsToDialog
}{\param{const wxPoint\&
}{ pt
}}
470 \func{wxSize
}{ConvertPixelsToDialog
}{\param{const wxSize\&
}{ sz
}}
472 Converts a point or size from pixels to dialog units.
474 For the x dimension, the pixels are multiplied by
4 and then divided by the average
477 For the y dimension, the pixels are multiplied by
8 and then divided by the average
482 Dialog units are used for maintaining a dialog's proportions even if the font changes.
486 \helpref{wxWindow::ConvertDialogToPixels
}{wxwindowconvertdialogtopixels
}
488 \pythonnote{In place of a single overloaded method name, wxPython implements the following methods:
\par
489 \indented{2cm
}{\begin{twocollist
}
490 \twocolitem{{\bf ConvertDialogPointToPixels(point)
}}{Accepts and returns a wxPoint
}
491 \twocolitem{{\bf ConvertDialogSizeToPixels(size)
}}{Accepts and returns a wxSize
}
496 \membersection{wxWindow::Destroy
}\label{wxwindowdestroy
}
498 \func{virtual bool
}{Destroy
}{\void}
500 Destroys the window safely. Use this function instead of the delete operator, since
501 different window classes can be destroyed differently. Frames and dialogs
502 are not destroyed immediately when this function is called -- they are added
503 to a list of windows to be deleted on idle time, when all the window's events
504 have been processed. This prevents problems with events being sent to non-existent
507 \wxheading{Return value
}
509 {\tt true
} if the window has either been successfully deleted, or it has been added
510 to the list of windows pending real deletion.
513 \membersection{wxWindow::DestroyChildren
}\label{wxwindowdestroychildren
}
515 \func{virtual void
}{DestroyChildren
}{\void}
517 Destroys all children of a window. Called automatically by the destructor.
520 \membersection{wxWindow::Disable
}\label{wxwindowdisable
}
522 \func{bool
}{Disable
}{\void}
524 Disables the window, same as
\helpref{Enable(
{\tt false
})
}{wxwindowenable
}.
526 \wxheading{Return value
}
528 Returns
{\tt true
} if the window has been disabled,
{\tt false
} if it had been
529 already disabled before the call to this function.
532 \membersection{wxWindow::DoGetBestSize
}\label{wxwindowdogetbestsize
}
534 \constfunc{virtual wxSize
}{DoGetBestSize
}{\void}
536 Gets the size which best suits the window: for a control, it would be
537 the minimal size which doesn't truncate the control, for a panel - the
538 same size as it would have after a call to
\helpref{Fit()
}{wxwindowfit
}.
541 \membersection{wxWindow::DoUpdateWindowUI
}\label{wxwindowdoupdatewindowui
}
543 \func{virtual void
}{DoUpdateWindowUI
}{\param{wxUpdateUIEvent\&
}{ event
}}
545 Does the window-specific updating after processing the update event.
546 This function is called by
\helpref{wxWindow::UpdateWindowUI
}{wxwindowupdatewindowui
}
547 in order to check return values in the
\helpref{wxUpdateUIEvent
}{wxupdateuievent
} and
548 act appropriately. For example, to allow frame and dialog title updating, wxWidgets
549 implements this function as follows:
552 // do the window-specific processing after processing the update event
553 void wxTopLevelWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event)
555 if ( event.GetSetEnabled() )
556 Enable(event.GetEnabled());
558 if ( event.GetSetText() )
560 if ( event.GetText() != GetTitle() )
561 SetTitle(event.GetText());
568 \membersection{wxWindow::DragAcceptFiles
}\label{wxwindowdragacceptfiles
}
570 \func{virtual void
}{DragAcceptFiles
}{\param{bool
}{ accept
}}
572 Enables or disables eligibility for drop file events (OnDropFiles).
574 \wxheading{Parameters
}
576 \docparam{accept
}{If
{\tt true
}, the window is eligible for drop file events. If
{\tt false
}, the window
577 will not accept drop file events.
}
584 \membersection{wxWindow::Enable
}\label{wxwindowenable
}
586 \func{virtual bool
}{Enable
}{\param{bool
}{ enable =
{\tt true
}}}
588 Enable or disable the window for user input. Note that when a parent window is
589 disabled, all of its children are disabled as well and they are reenabled again
592 \wxheading{Parameters
}
594 \docparam{enable
}{If
{\tt true
}, enables the window for input. If
{\tt false
}, disables the window.
}
596 \wxheading{Return value
}
598 Returns
{\tt true
} if the window has been enabled or disabled,
{\tt false
} if
599 nothing was done, i.e. if the window had already been in the specified state.
603 \helpref{wxWindow::IsEnabled
}{wxwindowisenabled
},
\rtfsp
604 \helpref{wxWindow::Disable
}{wxwindowdisable
},
\rtfsp
605 \helpref{wxRadioBox::Enable
}{wxradioboxenable
}
608 \membersection{wxWindow::FindFocus
}\label{wxwindowfindfocus
}
610 \func{static wxWindow*
}{FindFocus
}{\void}
612 Finds the window or control which currently has the keyboard focus.
616 Note that this is a static function, so it can be called without needing a wxWindow pointer.
620 \helpref{wxWindow::SetFocus
}{wxwindowsetfocus
}
624 \membersection{wxWindow::FindWindow
}\label{wxwindowfindwindow
}
626 \constfunc{wxWindow*
}{FindWindow
}{\param{long
}{ id
}}
628 Find a child of this window, by identifier.
630 \constfunc{wxWindow*
}{FindWindow
}{\param{const wxString\&
}{ name
}}
632 Find a child of this window, by name.
634 \pythonnote{In place of a single overloaded method name, wxPython
635 implements the following methods:
\par
636 \indented{2cm
}{\begin{twocollist
}
637 \twocolitem{{\bf FindWindowById(id)
}}{Accepts an integer
}
638 \twocolitem{{\bf FindWindowByName(name)
}}{Accepts a string
}
643 \membersection{wxWindow::FindWindowById
}\label{wxwindowfindwindowbyid
}
645 \func{static wxWindow*
}{FindWindowById
}{\param{long
}{ id
},
\param{wxWindow*
}{ parent = NULL
}}
647 Find the first window with the given
{\it id
}.
649 If
{\it parent
} is NULL, the search will start from all top-level
650 frames and dialog boxes; if non-NULL, the search will be limited to the given window hierarchy.
651 The search is recursive in both cases.
655 \helpref{FindWindow
}{wxwindowfindwindow
}
658 \membersection{wxWindow::FindWindowByLabel
}\label{wxwindowfindwindowbylabel
}
660 \func{static wxWindow*
}{FindWindowByLabel
}{\param{const wxString\&
}{ label
},
\param{wxWindow*
}{ parent = NULL
}}
662 Find a window by its label. Depending on the type of window, the label may be a window title
663 or panel item label. If
{\it parent
} is NULL, the search will start from all top-level
664 frames and dialog boxes; if non-NULL, the search will be limited to the given window hierarchy.
665 The search is recursive in both cases.
669 \helpref{FindWindow
}{wxwindowfindwindow
}
672 \membersection{wxWindow::FindWindowByName
}\label{wxwindowfindwindowbyname
}
674 \func{static wxWindow*
}{FindWindowByName
}{\param{const wxString\&
}{ name
},
\param{wxWindow*
}{ parent = NULL
}}
676 Find a window by its name (as given in a window constructor or
{\bf Create
} function call).
677 If
{\it parent
} is NULL, the search will start from all top-level
678 frames and dialog boxes; if non-NULL, the search will be limited to the given window hierarchy.
679 The search is recursive in both cases.
681 If no window with such name is found,
682 \helpref{FindWindowByLabel
}{wxwindowfindwindowbylabel
} is called.
686 \helpref{FindWindow
}{wxwindowfindwindow
}
689 \membersection{wxWindow::Fit
}\label{wxwindowfit
}
691 \func{virtual void
}{Fit
}{\void}
693 Sizes the window so that it fits around its subwindows. This function won't do
694 anything if there are no subwindows and will only really work correctly if
695 sizers are used for the subwindows layout. Also, if the window has exactly one
696 subwindow it is better (faster and the result is more precise as Fit adds some
697 margin to account for fuzziness of its calculations) to call
700 window->SetClientSize(child->GetSize());
703 instead of calling Fit.
706 \membersection{wxWindow::FitInside
}\label{wxwindowfitinside
}
708 \func{virtual void
}{FitInside
}{\void}
710 Similar to
\helpref{Fit
}{wxwindowfit
}, but sizes the interior (virtual) size
711 of a window. Mainly useful with scrolled windows to reset scrollbars after
712 sizing changes that do not trigger a size event, and/or scrolled windows without
713 an interior sizer. This function similarly won't do anything if there are no
717 \membersection{wxWindow::Freeze
}\label{wxwindowfreeze
}
719 \func{virtual void
}{Freeze
}{\void}
721 Freezes the window or, in other words, prevents any updates from taking place
722 on screen, the window is not redrawn at all.
\helpref{Thaw
}{wxwindowthaw
} must
723 be called to reenable window redrawing. Calls to these two functions may be
726 This method is useful for visual appearance optimization (for example, it
727 is a good idea to use it before doing many large text insertions in a row into
728 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all
729 controls so it is mostly just a hint to wxWidgets and not a mandatory
734 \helpref{wxWindowUpdateLocker
}{wxwindowupdatelocker
}
737 \membersection{wxWindow::GetAcceleratorTable
}\label{wxwindowgetacceleratortable
}
739 \constfunc{wxAcceleratorTable*
}{GetAcceleratorTable
}{\void}
741 Gets the accelerator table for this window. See
\helpref{wxAcceleratorTable
}{wxacceleratortable
}.
744 \membersection{wxWindow::GetAccessible
}\label{wxwindowgetaccessible
}
746 \func{wxAccessible*
}{GetAccessible
}{\void}
748 Returns the accessible object for this window, if any.
750 See also
\helpref{wxAccessible
}{wxaccessible
}.
753 \membersection{wxWindow::GetAdjustedBestSize
}\label{wxwindowgetadjustedbestsize
}
755 \constfunc{wxSize
}{GetAdjustedBestSize
}{\void}
757 This method is deprecated, use
\helpref{GetEffectiveMinSize
}{wxwindowgeteffectiveminsize
}
761 \membersection{wxWindow::GetBackgroundColour
}\label{wxwindowgetbackgroundcolour
}
763 \constfunc{virtual wxColour
}{GetBackgroundColour
}{\void}
765 Returns the background colour of the window.
769 \helpref{wxWindow::SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
770 \helpref{wxWindow::SetForegroundColour
}{wxwindowsetforegroundcolour
},
\rtfsp
771 \helpref{wxWindow::GetForegroundColour
}{wxwindowgetforegroundcolour
}
773 \membersection{wxWindow::GetBackgroundStyle
}\label{wxwindowgetbackgroundstyle
}
775 \constfunc{virtual wxBackgroundStyle
}{GetBackgroundStyle
}{\void}
777 Returns the background style of the window. The background style indicates
778 whether background colour should be determined by the system (wxBG
\_STYLE\_SYSTEM),
779 be set to a specific colour (wxBG
\_STYLE\_COLOUR), or should be left to the
780 application to implement (wxBG
\_STYLE\_CUSTOM).
782 On GTK+, use of wxBG
\_STYLE\_CUSTOM allows the flicker-free drawing of a custom
783 background, such as a tiled bitmap. Currently the style has no effect on other platforms.
787 \helpref{wxWindow::SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
788 \helpref{wxWindow::GetForegroundColour
}{wxwindowgetforegroundcolour
},
\rtfsp
789 \helpref{wxWindow::SetBackgroundStyle
}{wxwindowsetbackgroundstyle
}
791 \membersection{wxWindow::GetEffectiveMinSize
}\label{wxwindowgeteffectiveminsize
}
793 \constfunc{wxSize
}{GetEffectiveMinSize
}{\void}
795 Merges the window's best size into the min size and returns the
796 result. This is the value used by sizers to determine the appropriate
797 ammount of sapce to allocate for the widget.
801 \helpref{wxWindow::GetBestSize
}{wxwindowgetbestsize
},
\rtfsp
802 \helpref{wxWindow::SetInitialSize
}{wxwindowsetinitialsize
}
805 \membersection{wxWindow::GetBestSize
}\label{wxwindowgetbestsize
}
807 \constfunc{wxSize
}{GetBestSize
}{\void}
809 This functions returns the best acceptable minimal size for the window. For
810 example, for a static control, it will be the minimal size such that the
811 control label is not truncated. For windows containing subwindows (typically
812 \helpref{wxPanel
}{wxpanel
}), the size returned by this function will be the
813 same as the size the window would have had after calling
814 \helpref{Fit
}{wxwindowfit
}.
817 \membersection{wxWindow::GetCapture
}\label{wxwindowgetcapture
}
819 \func{static wxWindow *
}{GetCapture
}{\void}
821 Returns the currently captured window.
825 \helpref{wxWindow::HasCapture
}{wxwindowhascapture
},
826 \helpref{wxWindow::CaptureMouse
}{wxwindowcapturemouse
},
827 \helpref{wxWindow::ReleaseMouse
}{wxwindowreleasemouse
},
828 \helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
}
829 \helpref{wxMouseCaptureChangedEvent
}{wxmousecapturechangedevent
}
832 \membersection{wxWindow::GetCaret
}\label{wxwindowgetcaret
}
834 \constfunc{wxCaret *
}{GetCaret
}{\void}
836 Returns the
\helpref{caret
}{wxcaret
} associated with the window.
839 \membersection{wxWindow::GetCharHeight
}\label{wxwindowgetcharheight
}
841 \constfunc{virtual int
}{GetCharHeight
}{\void}
843 Returns the character height for this window.
846 \membersection{wxWindow::GetCharWidth
}\label{wxwindowgetcharwidth
}
848 \constfunc{virtual int
}{GetCharWidth
}{\void}
850 Returns the average character width for this window.
853 \membersection{wxWindow::GetChildren
}\label{wxwindowgetchildren
}
855 \func{wxWindowList\&
}{GetChildren
}{\void}
857 \constfunc{const wxWindowList\&
}{GetChildren
}{\void}
859 Returns a reference to the list of the window's children.
\texttt{wxWindowList
}
860 is a type-safe
\helpref{wxList
}{wxlist
}-like class whose elements are of type
864 \membersection{wxWindow::GetClassDefaultAttributes
}\label{wxwindowgetclassdefaultattributes
}
866 \func{static wxVisualAttributes
}{GetClassDefaultAttributes
}{\param{wxWindowVariant
}{ variant =
\texttt{wxWINDOW
\_VARIANT\_NORMAL}}}
868 Returns the default font and colours which are used by the control. This is
869 useful if you want to use the same font or colour in your own control as in a
870 standard control -- which is a much better idea than hard coding specific
871 colours or fonts which might look completely out of place on the users
872 system, especially if it uses themes.
874 The
\arg{variant
} parameter is only relevant under Mac currently and is
875 ignore under other platforms. Under Mac, it will change the size of the
876 returned font. See
\helpref{wxWindow::SetWindowVariant
}{wxwindowsetwindowvariant
}
879 This static method is ``overridden'' in many derived classes and so calling,
880 for example,
\helpref{wxButton
}{wxbutton
}::GetClassDefaultAttributes() will typically
881 return the values appropriate for a button which will be normally different
882 from those returned by, say,
\helpref{wxListCtrl
}{wxlistctrl
}::GetClassDefaultAttributes().
884 The
\texttt{wxVisualAttributes
} structure has at least the fields
885 \texttt{font
},
\texttt{colFg
} and
\texttt{colBg
}. All of them may be invalid
886 if it was not possible to determine the default control appearance or,
887 especially for the background colour, if the field doesn't make sense as is
888 the case for
\texttt{colBg
} for the controls with themed background.
892 \helpref{InheritAttributes
}{wxwindowinheritattributes
}
895 \membersection{wxWindow::GetClientSize
}\label{wxwindowgetclientsize
}
897 \constfunc{void
}{GetClientSize
}{\param{int*
}{width
},
\param{int*
}{height
}}
899 \perlnote{In wxPerl this method takes no parameter and returns
900 a
2-element list
{\tt (width, height)
}.
}
902 \constfunc{wxSize
}{GetClientSize
}{\void}
904 Returns the size of the window `client area' in pixels. The client area is the
905 area which may be drawn on by the programmer, excluding title bar, border,
908 Note that if this window is a top-level one and it is currently minimized, the
909 return size is empty (both width and height are $
0$).
911 \wxheading{Parameters
}
913 \docparam{width
}{Receives the client width in pixels.
}
915 \docparam{height
}{Receives the client height in pixels.
}
917 \pythonnote{In place of a single overloaded method name, wxPython
918 implements the following methods:
\par
919 \indented{2cm
}{\begin{twocollist
}
920 \twocolitem{{\bf GetClientSizeTuple()
}}{Returns a
2-tuple of (width, height)
}
921 \twocolitem{{\bf GetClientSize()
}}{Returns a wxSize object
}
927 \helpref{GetSize
}{wxwindowgetsize
},
\rtfsp
928 \helpref{GetVirtualSize
}{wxwindowgetvirtualsize
}
932 \membersection{wxWindow::GetConstraints
}\label{wxwindowgetconstraints
}
934 \constfunc{wxLayoutConstraints*
}{GetConstraints
}{\void}
936 Returns a pointer to the window's layout constraints, or NULL if there are none.
939 \membersection{wxWindow::GetContainingSizer
}\label{wxwindowgetcontainingsizer
}
941 \constfunc{const wxSizer *
}{GetContainingSizer
}{\void}
943 Return the sizer that this window is a member of, if any, otherwise
947 \membersection{wxWindow::GetCursor
}\label{wxwindowgetcursor
}
949 \constfunc{const wxCursor\&
}{GetCursor
}{\void}
951 Return the cursor associated with this window.
955 \helpref{wxWindow::SetCursor
}{wxwindowsetcursor
}
958 \membersection{wxWindow::GetDefaultAttributes
}\label{wxwindowgetdefaultattributes
}
960 \constfunc{virtual wxVisualAttributes
}{GetDefaultAttributes
}{\void}
962 Currently this is the same as calling
963 \helpref{GetClassDefaultAttributes
}{wxwindowgetclassdefaultattributes
}(
\helpref{GetWindowVariant
}{wxwindowgetwindowvariant
}()).
965 One advantage of using this function compared to the static version is that
966 the call is automatically dispatched to the correct class (as usual with
967 virtual functions) and you don't have to specify the class name explicitly.
969 The other one is that in the future this function could return different
970 results, for example it might return a different font for an ``Ok'' button
971 than for a generic button if the users GUI is configured to show such buttons
972 in bold font. Of course, the down side is that it is impossible to call this
973 function without actually having an object to apply it to whereas the static
974 version can be used without having to create an object first.
977 \membersection{wxWindow::GetDropTarget
}\label{wxwindowgetdroptarget
}
979 \constfunc{wxDropTarget*
}{GetDropTarget
}{\void}
981 Returns the associated drop target, which may be NULL.
985 \helpref{wxWindow::SetDropTarget
}{wxwindowsetdroptarget
},
986 \helpref{Drag and drop overview
}{wxdndoverview
}
989 \membersection{wxWindow::GetEventHandler
}\label{wxwindowgeteventhandler
}
991 \constfunc{wxEvtHandler*
}{GetEventHandler
}{\void}
993 Returns the event handler for this window. By default, the window is its
998 \helpref{wxWindow::SetEventHandler
}{wxwindowseteventhandler
},
\rtfsp
999 \helpref{wxWindow::PushEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
1000 \helpref{wxWindow::PopEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
1001 \helpref{wxEvtHandler::ProcessEvent
}{wxevthandlerprocessevent
},
\rtfsp
1002 \helpref{wxEvtHandler
}{wxevthandler
}\rtfsp
1005 \membersection{wxWindow::GetExtraStyle
}\label{wxwindowgetextrastyle
}
1007 \constfunc{long
}{GetExtraStyle
}{\void}
1009 Returns the extra style bits for the window.
1012 \membersection{wxWindow::GetFont
}\label{wxwindowgetfont
}
1014 \constfunc{wxFont
}{GetFont
}{\void}
1016 Returns the font for this window.
1018 \wxheading{See also
}
1020 \helpref{wxWindow::SetFont
}{wxwindowsetfont
}
1023 \membersection{wxWindow::GetForegroundColour
}\label{wxwindowgetforegroundcolour
}
1025 \func{virtual wxColour
}{GetForegroundColour
}{\void}
1027 Returns the foreground colour of the window.
1031 The interpretation of foreground colour is open to interpretation according
1032 to the window class; it may be the text colour or other colour, or it may not
1035 \wxheading{See also
}
1037 \helpref{wxWindow::SetForegroundColour
}{wxwindowsetforegroundcolour
},
\rtfsp
1038 \helpref{wxWindow::SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
1039 \helpref{wxWindow::GetBackgroundColour
}{wxwindowgetbackgroundcolour
}
1042 \membersection{wxWindow::GetGrandParent
}\label{wxwindowgetgrandparent
}
1044 \constfunc{wxWindow*
}{GetGrandParent
}{\void}
1046 Returns the grandparent of a window, or NULL if there isn't one.
1049 \membersection{wxWindow::GetHandle
}\label{wxwindowgethandle
}
1051 \constfunc{void*
}{GetHandle
}{\void}
1053 Returns the platform-specific handle of the physical window. Cast it to an appropriate
1054 handle, such as
{\bf HWND
} for Windows,
{\bf Widget
} for Motif,
{\bf GtkWidget
} for GTK or
{\bf WinHandle
} for PalmOS.
1056 \pythonnote{This method will return an integer in wxPython.
}
1058 \perlnote{This method will return an integer in wxPerl.
}
1061 \membersection{wxWindow::GetHelpTextAtPoint
}\label{wxwindowgethelptextatpoint
}
1063 \constfunc{virtual wxString
}{GetHelpTextAtPoint
}{\param{const wxPoint &
}{point
},
\param{wxHelpEvent::Origin
}{origin
}}
1065 Gets the help text to be used as context-sensitive help for this window. This
1066 method should be overridden if the help message depends on the position inside
1067 the window, otherwise
\helpref{GetHelpText
}{wxwindowgethelptext
} can be used.
1069 \wxheading{Parameters
}
1071 \docparam{point
}{Coordinates of the mouse at the moment of help event emission.
}
1073 \docparam{origin
}{Help event origin, see also
\helpref{wxHelpEvent::GetOrigin
}{wxhelpeventgetorigin
}.
}
1078 \membersection{wxWindow::GetHelpText
}\label{wxwindowgethelptext
}
1080 \constfunc{virtual wxString
}{GetHelpText
}{\void}
1082 Gets the help text to be used as context-sensitive help for this window.
1084 Note that the text is actually stored by the current
\helpref{wxHelpProvider
}{wxhelpprovider
} implementation,
1085 and not in the window object itself.
1087 \wxheading{See also
}
1089 \helpref{SetHelpText
}{wxwindowsethelptext
},
\helpref{GetHelpTextAtPoint
}{wxwindowgethelptextatpoint
},
\helpref{wxHelpProvider
}{wxhelpprovider
}
1092 \membersection{wxWindow::GetId
}\label{wxwindowgetid
}
1094 \constfunc{int
}{GetId
}{\void}
1096 Returns the identifier of the window.
1100 Each window has an integer identifier. If the application has not provided one
1101 (or the default wxID
\_ANY) an unique identifier with a negative value will be generated.
1103 \wxheading{See also
}
1105 \helpref{wxWindow::SetId
}{wxwindowsetid
},
\rtfsp
1106 \helpref{Window identifiers
}{windowids
}
1109 \membersection{wxWindow::GetLabel
}\label{wxwindowgetlabel
}
1111 \constfunc{virtual wxString
}{GetLabel
}{\void}
1113 Generic way of getting a label from any window, for
1114 identification purposes.
1118 The interpretation of this function differs from class to class.
1119 For frames and dialogs, the value returned is the title. For buttons or static text controls, it is
1120 the button text. This function can be useful for meta-programs (such as testing
1121 tools or special-needs access programs) which need to identify windows
1124 \membersection{wxWindow::GetMaxSize
}\label{wxwindowgetmaxsize
}
1126 \constfunc{wxSize
}{GetMaxSize
}{\void}
1128 Returns the maximum size of the window, an indication to the sizer layout mechanism
1129 that this is the maximum possible size.
1131 \membersection{wxWindow::GetMinSize
}\label{wxwindowgetminsize
}
1133 \constfunc{virtual wxSize
}{GetMinSize
}{\void}
1135 Returns the minimum size of the window, an indication to the sizer layout mechanism
1136 that this is the minimum required size. It normally just returns the value set
1137 by
\helpref{SetMinSize
}{wxwindowsetminsize
}, but it can be overridden to do the
1138 calculation on demand.
1140 \membersection{wxWindow::GetName
}\label{wxwindowgetname
}
1142 \constfunc{virtual wxString
}{GetName
}{\void}
1144 Returns the window's name.
1148 This name is not guaranteed to be unique; it is up to the programmer to supply an appropriate
1149 name in the window constructor or via
\helpref{wxWindow::SetName
}{wxwindowsetname
}.
1151 \wxheading{See also
}
1153 \helpref{wxWindow::SetName
}{wxwindowsetname
}
1156 \membersection{wxWindow::GetParent
}\label{wxwindowgetparent
}
1158 \constfunc{virtual wxWindow*
}{GetParent
}{\void}
1160 Returns the parent of the window, or NULL if there is no parent.
1163 \membersection{wxWindow::GetPosition
}\label{wxwindowgetposition
}
1165 \constfunc{virtual void
}{GetPosition
}{\param{int*
}{x
},
\param{int*
}{y
}}
1167 \constfunc{wxPoint
}{GetPosition
}{\void}
1169 This gets the position of the window in pixels, relative to the parent window
1170 for the child windows or relative to the display origin for the top level
1173 \wxheading{Parameters
}
1175 \docparam{x
}{Receives the x position of the window if non-
\NULL.
}
1177 \docparam{y
}{Receives the y position of the window if non-
\NULL.
}
1179 \pythonnote{In place of a single overloaded method name, wxPython
1180 implements the following methods:
\par
1181 \indented{2cm
}{\begin{twocollist
}
1182 \twocolitem{{\bf GetPosition()
}}{Returns a wxPoint
}
1183 \twocolitem{{\bf GetPositionTuple()
}}{Returns a tuple (x, y)
}
1187 \perlnote{In wxPerl there are two methods instead of a single overloaded
1189 \indented{2cm
}{\begin{twocollist
}
1190 \twocolitem{{\bf GetPosition()
}}{Returns a Wx::Point
}
1191 \twocolitem{{\bf GetPositionXY()
}}{Returns a
2-element list
1197 \wxheading{See also
}
1199 \helpref{GetScreenPosition
}{wxwindowgetscreenposition
}
1202 \membersection{wxWindow::GetRect
}\label{wxwindowgetrect
}
1204 \constfunc{virtual wxRect
}{GetRect
}{\void}
1206 Returns the position and size of the window as a
\helpref{wxRect
}{wxrect
} object.
1208 \wxheading{See also
}
1210 \helpref{GetScreenRect
}{wxwindowgetscreenrect
}
1213 \membersection{wxWindow::GetScreenPosition
}\label{wxwindowgetscreenposition
}
1215 \constfunc{virtual void
}{GetScreenPosition
}{\param{int*
}{x
},
\param{int*
}{y
}}
1217 \constfunc{wxPoint
}{GetScreenPosition
}{\void}
1219 Returns the window position in screen coordinates, whether the window is a
1220 child window or a top level one.
1222 \wxheading{Parameters
}
1224 \docparam{x
}{Receives the x position of the window on the screen if non-
\NULL.
}
1226 \docparam{y
}{Receives the y position of the window on the screen if non-
\NULL.
}
1228 \wxheading{See also
}
1230 \helpref{GetPosition
}{wxwindowgetposition
}
1233 \membersection{wxWindow::GetScreenRect
}\label{wxwindowgetscreenrect
}
1235 \constfunc{virtual wxRect
}{GetScreenRect
}{\void}
1237 Returns the position and size of the window on the screen as a
1238 \helpref{wxRect
}{wxrect
} object.
1240 \wxheading{See also
}
1242 \helpref{GetRect
}{wxwindowgetrect
}
1245 \membersection{wxWindow::GetScrollPos
}\label{wxwindowgetscrollpos
}
1247 \func{virtual int
}{GetScrollPos
}{\param{int
}{orientation
}}
1249 Returns the built-in scrollbar position.
1251 \wxheading{See also
}
1253 See
\helpref{wxWindow::SetScrollbar
}{wxwindowsetscrollbar
}
1256 \membersection{wxWindow::GetScrollRange
}\label{wxwindowgetscrollrange
}
1258 \func{virtual int
}{GetScrollRange
}{\param{int
}{orientation
}}
1260 Returns the built-in scrollbar range.
1262 \wxheading{See also
}
1264 \helpref{wxWindow::SetScrollbar
}{wxwindowsetscrollbar
}
1267 \membersection{wxWindow::GetScrollThumb
}\label{wxwindowgetscrollthumb
}
1269 \func{virtual int
}{GetScrollThumb
}{\param{int
}{orientation
}}
1271 Returns the built-in scrollbar thumb size.
1273 \wxheading{See also
}
1275 \helpref{wxWindow::SetScrollbar
}{wxwindowsetscrollbar
}
1278 \membersection{wxWindow::GetSize
}\label{wxwindowgetsize
}
1280 \constfunc{void
}{GetSize
}{\param{int*
}{width
},
\param{int*
}{height
}}
1282 \constfunc{wxSize
}{GetSize
}{\void}
1284 Returns the size of the entire window in pixels, including title bar, border,
1287 Note that if this window is a top-level one and it is currently minimized, the
1288 returned size is the restored window size, not the size of the window icon.
1290 \wxheading{Parameters
}
1292 \docparam{width
}{Receives the window width.
}
1294 \docparam{height
}{Receives the window height.
}
1296 \pythonnote{In place of a single overloaded method name, wxPython
1297 implements the following methods:
\par
1298 \indented{2cm
}{\begin{twocollist
}
1299 \twocolitem{{\bf GetSize()
}}{Returns a wxSize
}
1300 \twocolitem{{\bf GetSizeTuple()
}}{Returns a
2-tuple (width, height)
}
1304 \perlnote{In wxPerl there are two methods instead of a single overloaded
1306 \indented{2cm
}{\begin{twocollist
}
1307 \twocolitem{{\bf GetSize()
}}{Returns a Wx::Size
}
1308 \twocolitem{{\bf GetSizeWH()
}}{Returns a
2-element list
1309 {\tt ( width, height )
}}
1313 \wxheading{See also
}
1315 \helpref{GetClientSize
}{wxwindowgetclientsize
},
\rtfsp
1316 \helpref{GetVirtualSize
}{wxwindowgetvirtualsize
}
1319 \membersection{wxWindow::GetSizer
}\label{wxwindowgetsizer
}
1321 \constfunc{wxSizer *
}{GetSizer
}{\void}
1323 Return the sizer associated with the window by a previous call to
1324 \helpref{SetSizer()
}{wxwindowsetsizer
} or
{\tt NULL
}.
1327 \membersection{wxWindow::GetTextExtent
}\label{wxwindowgettextextent
}
1329 \constfunc{virtual void
}{GetTextExtent
}{\param{const wxString\&
}{string
},
\param{int*
}{w
},
\param{int*
}{h
},
1330 \param{int*
}{descent = NULL
},
\param{int*
}{externalLeading = NULL
},
1331 \param{const wxFont*
}{font = NULL
},
\param{bool
}{ use16 =
{\tt false
}}}
1333 \constfunc{wxSize
}{GetTextExtent
}{\param{const wxString\&
}{string
}}
1335 Gets the dimensions of the string as it would be drawn on the
1336 window with the currently selected font.
1338 The text extent is returned in
\arg{w
} and
\arg{h
} pointers (first form) or as a
1339 \helpref{wxSize
}{wxsize
} object (second form).
1341 \wxheading{Parameters
}
1343 \docparam{string
}{String whose extent is to be measured.
}
1345 \docparam{w
}{Return value for width.
}
1347 \docparam{h
}{Return value for height.
}
1349 \docparam{descent
}{Return value for descent (optional).
}
1351 \docparam{externalLeading
}{Return value for external leading (optional).
}
1353 \docparam{font
}{Font to use instead of the current window font (optional).
}
1355 \docparam{use16
}{If
{\tt true
},
{\it string
} contains
16-bit characters. The default is
{\tt false
}.
}
1357 \pythonnote{In place of a single overloaded method name, wxPython
1358 implements the following methods:
\par
1359 \indented{2cm
}{\begin{twocollist
}
1360 \twocolitem{{\bf GetTextExtent(string)
}}{Returns a
2-tuple, (width, height)
}
1361 \twocolitem{{\bf GetFullTextExtent(string, font=NULL)
}}{Returns a
1362 4-tuple, (width, height, descent, externalLeading)
}
1366 \perlnote{In wxPerl this method takes only the
{\tt string
} and optionally
1367 {\tt font
} parameters, and returns a
4-element list
1368 {\tt ( x, y, descent, externalLeading )
}.
}
1371 \membersection{wxWindow::GetToolTip
}\label{wxwindowgettooltip
}
1373 \constfunc{wxToolTip*
}{GetToolTip
}{\void}
1375 Get the associated tooltip or NULL if none.
1378 \membersection{wxWindow::GetUpdateRegion
}\label{wxwindowgetupdateregion
}
1380 \constfunc{virtual wxRegion
}{GetUpdateRegion
}{\void}
1382 Returns the region specifying which parts of the window have been damaged. Should
1383 only be called within an
\helpref{wxPaintEvent
}{wxpaintevent
} handler.
1385 \wxheading{See also
}
1387 \helpref{wxRegion
}{wxregion
},
\rtfsp
1388 \helpref{wxRegionIterator
}{wxregioniterator
}
1391 \membersection{wxWindow::GetValidator
}\label{wxwindowgetvalidator
}
1393 \constfunc{wxValidator*
}{GetValidator
}{\void}
1395 Returns a pointer to the current validator for the window, or NULL if there is none.
1398 \membersection{wxWindow::GetVirtualSize
}\label{wxwindowgetvirtualsize
}
1400 \constfunc{void
}{GetVirtualSize
}{\param{int*
}{width
},
\param{int*
}{height
}}
1402 \constfunc{wxSize
}{GetVirtualSize
}{\void}
1404 This gets the virtual size of the window in pixels. By default it
1405 returns the client size of the window, but after a call to
1406 \helpref{SetVirtualSize
}{wxwindowsetvirtualsize
} it will return
1409 \wxheading{Parameters
}
1411 \docparam{width
}{Receives the window virtual width.
}
1413 \docparam{height
}{Receives the window virtual height.
}
1415 \helpref{GetSize
}{wxwindowgetsize
},
\rtfsp
1416 \helpref{GetClientSize
}{wxwindowgetclientsize
}
1419 \membersection{wxWindow::GetWindowBorderSize
}\label{wxwindowgetwindowbordersize
}
1421 \constfunc{wxSize
}{GetWindowBorderSize
}{\void}
1423 Returns the size of the left/right and top/bottom borders of this window in x
1424 and y components of the result respectively.
1427 \membersection{wxWindow::GetWindowStyleFlag
}\label{wxwindowgetwindowstyleflag
}
1429 \constfunc{long
}{GetWindowStyleFlag
}{\void}
1431 Gets the window style that was passed to the constructor or
{\bf Create
}
1432 method.
{\bf GetWindowStyle()
} is another name for the same function.
1435 \membersection{wxWindow::GetWindowVariant
}\label{wxwindowgetwindowvariant
}
1437 \constfunc{wxWindowVariant
}{GetWindowVariant
}{\void}
1439 Returns the value previously passed to
1440 \helpref{wxWindow::SetWindowVariant
}{wxwindowsetwindowvariant
}.
1443 \membersection{wxWindow::HasCapture
}\label{wxwindowhascapture
}
1445 \constfunc{virtual bool
}{HasCapture
}{\void}
1447 Returns
{\tt true
} if this window has the current mouse capture.
1449 \wxheading{See also
}
1451 \helpref{wxWindow::CaptureMouse
}{wxwindowcapturemouse
},
1452 \helpref{wxWindow::ReleaseMouse
}{wxwindowreleasemouse
},
1453 \helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
}
1454 \helpref{wxMouseCaptureChangedEvent
}{wxmousecapturechangedevent
}
1457 \membersection{wxWindow::HasExtraStyle
}\label{wxwindowhasextrastyle
}
1459 \constfunc{bool
}{HasExtraStyle
}{\param{int
}{exFlag
}}
1461 Returns
\texttt{true
} if the window has the given
\arg{exFlag
} bit set in its
1464 \wxheading{See also
}
1466 \helpref{SetExtraStyle
}{wxwindowsetextrastyle
}
1469 \membersection{wxWindow::HasFlag
}\label{wxwindowhasflag
}
1471 \constfunc{bool
}{HasFlag
}{\param{int
}{flag
}}
1473 Returns
\texttt{true
} if the window has the given
\arg{flag
} bit set.
1476 \membersection{wxWindow::HasMultiplePages
}\label{wxwindowhasmultiplepages
}
1478 \constfunc{virtual bool
}{HasMultiplePages
}{\void}
1480 This method should be overridden to return
\texttt{true
} if this window has
1481 multiple pages. All standard class with multiple pages such as
1482 \helpref{wxNotebook
}{wxnotebook
},
\helpref{wxListbook
}{wxlistbook
} and
1483 \helpref{wxTreebook
}{wxtreebook
} already override it to return
\texttt{true
}
1484 and user-defined classes with similar behaviour should do it as well to allow
1485 the library to handle such windows appropriately.
1488 \membersection{wxWindow::HasScrollbar
}\label{wxwindowhasscrollbar
}
1490 \constfunc{virtual bool
}{HasScrollbar
}{\param{int
}{orient
}}
1492 Returns
{\tt true
} if this window has a scroll bar for this orientation.
1494 \wxheading{Parameters
}
1496 \docparam{orient
}{Orientation to check, either
{\tt wxHORIZONTAL
} or
{\tt wxVERTICAL
}.
}
1499 \membersection{wxWindow::HasTransparentBackground
}\label{wxwindowhastransparentbackground
}
1501 \constfunc{virtual bool
}{HasTransparentBackground
}{\void}
1503 Returns
\true if this window background is transparent (as, for example, for
1504 wxStaticText) and should show the parent window background.
1506 This method is mostly used internally by the library itself and you normally
1507 shouldn't have to call it. You may, however, have to override it in your
1508 wxWindow-derived class to ensure that background is painted correctly.
1511 \membersection{wxWindow::Hide
}\label{wxwindowhide
}
1513 \func{bool
}{Hide
}{\void}
1515 Equivalent to calling
\helpref{Show
}{wxwindowshow
}(
{\tt false
}).
1518 \membersection{wxWindow::InheritAttributes
}\label{wxwindowinheritattributes
}
1520 \func{void
}{InheritAttributes
}{\void}
1522 This function is (or should be, in case of custom controls) called during
1523 window creation to intelligently set up the window visual attributes, that is
1524 the font and the foreground and background colours.
1526 By ``intelligently'' the following is meant: by default, all windows use their
1527 own
\helpref{default
}{wxwindowgetclassdefaultattributes
} attributes. However
1528 if some of the parents attributes are explicitly (that is, using
1529 \helpref{SetFont
}{wxwindowsetfont
} and not
1530 \helpref{SetOwnFont
}{wxwindowsetownfont
}) changed
\emph{and
} if the
1531 corresponding attribute hadn't been explicitly set for this window itself,
1532 then this window takes the same value as used by the parent. In addition, if
1533 the window overrides
\helpref{ShouldInheritColours
}{wxwindowshouldinheritcolours
}
1534 to return
\false, the colours will not be changed no matter what and only the
1537 This rather complicated logic is necessary in order to accommodate the
1538 different usage scenarios. The most common one is when all default attributes
1539 are used and in this case, nothing should be inherited as in modern GUIs
1540 different controls use different fonts (and colours) than their siblings so
1541 they can't inherit the same value from the parent. However it was also deemed
1542 desirable to allow to simply change the attributes of all children at once by
1543 just changing the font or colour of their common parent, hence in this case we
1544 do inherit the parents attributes.
1547 \membersection{wxWindow::InitDialog
}\label{wxwindowinitdialog
}
1549 \func{void
}{InitDialog
}{\void}
1551 Sends an
{\tt wxEVT
\_INIT\_DIALOG} event, whose handler usually transfers data
1552 to the dialog via validators.
1555 \membersection{wxWindow::InvalidateBestSize
}\label{wxwindowinvalidatebestsize
}
1557 \func{void
}{InvalidateBestSize
}{\void}
1559 Resets the cached best size value so it will be recalculated the next time it is needed.
1562 \membersection{wxWindow::IsDoubleBuffered
}\label{wxwindowisdoublebuffered
}
1564 \constfunc{virtual bool
}{IsDoubleBuffered
}{\void}
1566 Returns
\true if the window contents is double-buffered by the system, i.e. if
1567 any drawing done on the window is really done on a temporary backing surface
1568 and transferred to the screen all at once later.
1570 \wxheading{See also
}
1572 \helpref{wxBufferedDC
}{wxbuffereddc
}
1575 \membersection{wxWindow::IsEnabled
}\label{wxwindowisenabled
}
1577 \constfunc{virtual bool
}{IsEnabled
}{\void}
1579 Returns
\true if the window is enabled, i.e. if it accepts user input,
\false
1582 Notice that this method can return
\false even if this window itself hadn't
1583 been explicitly disabled when one of its parent windows is disabled. To get the
1584 intrinsic status of this window, use
1585 \helpref{IsThisEnabled
}{wxwindowisthisenabled
}
1587 \wxheading{See also
}
1589 \helpref{wxWindow::Enable
}{wxwindowenable
}
1592 \membersection{wxWindow::IsExposed
}\label{wxwindowisexposed
}
1594 \constfunc{bool
}{IsExposed
}{\param{int
}{x
},
\param{int
}{y
}}
1596 \constfunc{bool
}{IsExposed
}{\param{wxPoint
}{\&pt
}}
1598 \constfunc{bool
}{IsExposed
}{\param{int
}{x
},
\param{int
}{y
},
\param{int
}{w
},
\param{int
}{h
}}
1600 \constfunc{bool
}{IsExposed
}{\param{wxRect
}{\&rect
}}
1602 Returns
{\tt true
} if the given point or rectangle area has been exposed since the
1603 last repaint. Call this in an paint event handler to optimize redrawing by
1604 only redrawing those areas, which have been exposed.
1606 \pythonnote{In place of a single overloaded method name, wxPython
1607 implements the following methods:
\par
1608 \indented{2cm
}{\begin{twocollist
}
1609 \twocolitem{{\bf IsExposed(x,y, w=
0,h=
0)
}}{}
1610 \twocolitem{{\bf IsExposedPoint(pt)
}}{}
1611 \twocolitem{{\bf IsExposedRect(rect)
}}{}
1615 \membersection{wxWindow::IsFrozen
}\label{wxwindowisfrozen
}
1617 \constfunc{virtual bool
}{IsFrozen
}{\void}
1619 Returns
\true if the window is currently frozen by a call to
1620 \helpref{Freeze()
}{wxwindowfreeze
}.
1622 \wxheading{See also
}
1624 \helpref{Thaw()
}{wxwindowthaw
}
1627 \membersection{wxWindow::IsRetained
}\label{wxwindowisretained
}
1629 \constfunc{virtual bool
}{IsRetained
}{\void}
1631 Returns
{\tt true
} if the window is retained,
{\tt false
} otherwise.
1635 Retained windows are only available on X platforms.
1638 \membersection{wxWindow::IsShown
}\label{wxwindowisshown
}
1640 \constfunc{virtual bool
}{IsShown
}{\void}
1642 Returns
{\tt true
} if the window is shown,
{\tt false
} if it has been hidden.
1644 \wxheading{See also
}
1646 \helpref{wxWindow::IsShownOnScreen
}{wxwindowisshownonscreen
}
1649 \membersection{wxWindow::IsShownOnScreen
}\label{wxwindowisshownonscreen
}
1651 \constfunc{virtual bool
}{IsShownOnScreen
}{\void}
1653 Returns
{\tt true
} if the window is physically visible on the screen, i.e. it
1654 is shown and all its parents up to the toplevel window are shown as well.
1656 \wxheading{See also
}
1658 \helpref{wxWindow::IsShown
}{wxwindowisshown
}
1661 \membersection{wxWindow::IsThisEnabled
}\label{wxwindowisthisenabled
}
1663 \constfunc{bool
}{IsThisEnabled
}{\void}
1665 Returns
\true if this window is intrinsically enabled,
\false otherwise, i.e.
1666 if
\helpref{Enable(false)
}{wxwindowenable
} had been called. This method is
1667 mostly used for wxWidgets itself, user code should normally use
1668 \helpref{IsEnabled
}{wxwindowisenabled
} instead.
1671 \membersection{wxWindow::IsTopLevel
}\label{wxwindowistoplevel
}
1673 \constfunc{bool
}{IsTopLevel
}{\void}
1675 Returns
{\tt true
} if the given window is a top-level one. Currently all frames and
1676 dialogs are considered to be top-level windows (even if they have a parent
1680 \membersection{wxWindow::Layout
}\label{wxwindowlayout
}
1682 \func{void
}{Layout
}{\void}
1684 Invokes the constraint-based layout algorithm or the sizer-based algorithm
1687 See
\helpref{wxWindow::SetAutoLayout
}{wxwindowsetautolayout
}: when auto
1688 layout is on, this function gets called automatically when the window is resized.
1691 \membersection{wxWindow::LineDown
}\label{wxwindowlinedown
}
1693 This is just a wrapper for
\helpref{ScrollLines
}{wxwindowscrolllines
}$(
1)$.
1696 \membersection{wxWindow::LineUp
}\label{wxwindowlineup
}
1698 This is just a wrapper for
\helpref{ScrollLines
}{wxwindowscrolllines
}$(-
1)$.
1701 \membersection{wxWindow::Lower
}\label{wxwindowlower
}
1703 \func{void
}{Lower
}{\void}
1705 Lowers the window to the bottom of the window hierarchy (z-order).
1707 \wxheading{See also
}
1709 \helpref{Raise
}{wxwindowraise
}
1712 \membersection{wxWindow::MakeModal
}\label{wxwindowmakemodal
}
1714 \func{virtual void
}{MakeModal
}{\param{bool
}{flag
}}
1716 Disables all other windows in the application so that
1717 the user can only interact with this window.
1719 \wxheading{Parameters
}
1721 \docparam{flag
}{If
{\tt true
}, this call disables all other windows in the application so that
1722 the user can only interact with this window. If
{\tt false
}, the effect is reversed.
}
1725 \membersection{wxWindow::Move
}\label{wxwindowmove
}
1727 \func{void
}{Move
}{\param{int
}{ x
},
\param{int
}{ y
}}
1729 \func{void
}{Move
}{\param{const wxPoint\&
}{ pt
}}
1731 Moves the window to the given position.
1733 \wxheading{Parameters
}
1735 \docparam{x
}{Required x position.
}
1737 \docparam{y
}{Required y position.
}
1739 \docparam{pt
}{\helpref{wxPoint
}{wxpoint
} object representing the position.
}
1743 Implementations of SetSize can also implicitly implement the
1744 wxWindow::Move function, which is defined in the base wxWindow class
1748 SetSize(x, y, wxDefaultCoord, wxDefaultCoord, wxSIZE_USE_EXISTING);
1751 \wxheading{See also
}
1753 \helpref{wxWindow::SetSize
}{wxwindowsetsize
}
1755 \pythonnote{In place of a single overloaded method name, wxPython
1756 implements the following methods:
\par
1757 \indented{2cm
}{\begin{twocollist
}
1758 \twocolitem{{\bf Move(point)
}}{Accepts a wxPoint
}
1759 \twocolitem{{\bf MoveXY(x, y)
}}{Accepts a pair of integers
}
1764 \membersection{wxWindow::MoveAfterInTabOrder
}\label{wxwindowmoveafterintaborder
}
1766 \func{void
}{MoveAfterInTabOrder
}{\param{wxWindow *
}{win
}}
1768 Moves this window in the tab navigation order after the specified
\arg{win
}.
1769 This means that when the user presses
\texttt{TAB
} key on that other window,
1770 the focus switches to this window.
1772 Default tab order is the same as creation order, this function and
1773 \helpref{MoveBeforeInTabOrder()
}{wxwindowmovebeforeintaborder
} allow to change
1774 it after creating all the windows.
1776 \wxheading{Parameters
}
1778 \docparam{win
}{A sibling of this window which should precede it in tab order,
1782 \membersection{wxWindow::MoveBeforeInTabOrder
}\label{wxwindowmovebeforeintaborder
}
1784 \func{void
}{MoveBeforeInTabOrder
}{\param{wxWindow *
}{win
}}
1786 Same as
\helpref{MoveAfterInTabOrder
}{wxwindowmoveafterintaborder
} except that
1787 it inserts this window just before
\arg{win
} instead of putting it right after
1791 \membersection{wxWindow::Navigate
}\label{wxwindownavigate
}
1793 \func{bool
}{Navigate
}{\param{int
}{ flags = wxNavigationKeyEvent::IsForward
}}
1795 Performs a keyboard navigation action starting from this window. This method is
1796 equivalent to calling
\helpref{NavigateIn()
}{wxwindownavigatein
} method on the
1799 \wxheading{Parameters
}
1801 \docparam{flags
}{A combination of wxNavigationKeyEvent::IsForward and wxNavigationKeyEvent::WinChange.
}
1803 \wxheading{Return value
}
1805 Returns
\true if the focus was moved to another window or
\false if nothing
1810 You may wish to call this from a text control custom keypress handler to do the default
1811 navigation behaviour for the tab key, since the standard default behaviour for
1812 a multiline text control with the wxTE
\_PROCESS\_TAB style is to insert a tab
1813 and not navigate to the next control. See also
\helpref{wxNavigationKeyEvent
}{wxnavigationkeyevent
}.
1816 \membersection{wxWindow::NavigateIn
}\label{wxwindownavigatein
}
1818 \func{bool
}{NavigateIn
}{\param{int
}{ flags = wxNavigationKeyEvent::IsForward
}}
1820 Performs a keyboard navigation action inside this window.
1822 See
\helpref{Navigate
}{wxwindownavigate
} for more information.
1825 \membersection{wxWindow::NextControlId
}\label{wxwindownextcontrolid
}
1827 \func{static int
}{NextControlId
}{\param{int
}{winid
}}
1829 If two controls are created consecutively using
\texttt{wxID
\_ANY} id, this
1830 function allows to retrieve the effective id of the latter control from the id
1831 of the former. This is useful for example to find the control following its
1832 \helpref{wxStaticText
}{wxstatictext
} label if only the id of or pointer to the
1833 label is available to the caller but it is known that the two controls were
1836 \wxheading{See also
}
1838 \helpref{PrevControlId
}{wxwindowprevcontrolid
}
1841 %% VZ: wxWindow::OnXXX() functions should not be documented but I'm leaving
1842 %% the old docs here in case we want to move any still needed bits to
1843 %% the right location (i.e. probably the corresponding events docs)
1845 %% \membersection{wxWindow::OnActivate}\label{wxwindowonactivate}
1847 %% \func{void}{OnActivate}{\param{wxActivateEvent\&}{ event}}
1849 %% Called when a window is activated or deactivated.
1851 %% \wxheading{Parameters}
1853 %% \docparam{event}{Object containing activation information.}
1855 %% \wxheading{Remarks}
1857 %% If the window is being activated, \helpref{wxActivateEvent::GetActive}{wxactivateeventgetactive} returns {\tt true},
1858 %% otherwise it returns {\tt false} (it is being deactivated).
1860 %% \wxheading{See also}
1862 %% \helpref{wxActivateEvent}{wxactivateevent},\rtfsp
1863 %% \helpref{Event handling overview}{eventhandlingoverview}
1865 %% \membersection{wxWindow::OnChar}\label{wxwindowonchar}
1867 %% \func{void}{OnChar}{\param{wxKeyEvent\&}{ event}}
1869 %% Called when the user has pressed a key that is not a modifier (SHIFT, CONTROL or ALT).
1871 %% \wxheading{Parameters}
1873 %% \docparam{event}{Object containing keypress information. See \helpref{wxKeyEvent}{wxkeyevent} for
1874 %% details about this class.}
1876 %% \wxheading{Remarks}
1878 %% This member function is called in response to a keypress. To intercept this event,
1879 %% use the EVT\_CHAR macro in an event table definition. Your {\bf OnChar} handler may call this
1880 %% default function to achieve default keypress functionality.
1882 %% Note that the ASCII values do not have explicit key codes: they are passed as ASCII
1885 %% Note that not all keypresses can be intercepted this way. If you wish to intercept modifier
1886 %% keypresses, then you will need to use \helpref{wxWindow::OnKeyDown}{wxwindowonkeydown} or
1887 %% \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup}.
1889 %% Most, but not all, windows allow keypresses to be intercepted.
1891 %% {\bf Tip:} be sure to call {\tt event.Skip()} for events that you don't process in this function,
1892 %% otherwise menu shortcuts may cease to work under Windows.
1894 %% \wxheading{See also}
1896 %% \helpref{wxWindow::OnKeyDown}{wxwindowonkeydown}, \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup},\rtfsp
1897 %% \helpref{wxKeyEvent}{wxkeyevent}, \helpref{wxWindow::OnCharHook}{wxwindowoncharhook},\rtfsp
1898 %% \helpref{Event handling overview}{eventhandlingoverview}
1900 %% \membersection{wxWindow::OnCharHook}\label{wxwindowoncharhook}
1902 %% \func{void}{OnCharHook}{\param{wxKeyEvent\&}{ event}}
1904 %% This member is called to allow the window to intercept keyboard events
1905 %% before they are processed by child windows.
1907 %% \wxheading{Parameters}
1909 %% \docparam{event}{Object containing keypress information. See \helpref{wxKeyEvent}{wxkeyevent} for
1910 %% details about this class.}
1912 %% \wxheading{Remarks}
1914 %% This member function is called in response to a keypress, if the window is active. To intercept this event,
1915 %% use the EVT\_CHAR\_HOOK macro in an event table definition. If you do not process a particular
1916 %% keypress, call \helpref{wxEvent::Skip}{wxeventskip} to allow default processing.
1918 %% An example of using this function is in the implementation of escape-character processing for wxDialog,
1919 %% where pressing ESC dismisses the dialog by {\bf OnCharHook} 'forging' a cancel button press event.
1921 %% Note that the ASCII values do not have explicit key codes: they are passed as ASCII
1924 %% This function is only relevant to top-level windows (frames and dialogs), and under
1925 %% Windows only. Under GTK the normal EVT\_CHAR\_ event has the functionality, i.e.
1926 %% you can intercept it, and if you don't call \helpref{wxEvent::Skip}{wxeventskip}
1927 %% the window won't get the event.
1929 %% \wxheading{See also}
1931 %% \helpref{wxKeyEvent}{wxkeyevent},\rtfsp
1932 %% \helpref{wxWindow::OnCharHook}{wxwindowoncharhook},\rtfsp
1933 %% %% GD: OnXXX functions are not documented
1934 %% %%\helpref{wxApp::OnCharHook}{wxapponcharhook},\rtfsp
1935 %% \helpref{Event handling overview}{eventhandlingoverview}
1937 %% \membersection{wxWindow::OnCommand}\label{wxwindowoncommand}
1939 %% \func{virtual void}{OnCommand}{\param{wxEvtHandler\& }{object}, \param{wxCommandEvent\& }{event}}
1941 %% This virtual member function is called if the control does not handle the command event.
1943 %% \wxheading{Parameters}
1945 %% \docparam{object}{Object receiving the command event.}
1947 %% \docparam{event}{Command event}
1949 %% \wxheading{Remarks}
1951 %% This virtual function is provided mainly for backward compatibility. You can also intercept commands
1952 %% from child controls by using an event table, with identifiers or identifier ranges to identify
1953 %% the control(s) in question.
1955 %% \wxheading{See also}
1957 %% \helpref{wxCommandEvent}{wxcommandevent},\rtfsp
1958 %% \helpref{Event handling overview}{eventhandlingoverview}
1960 %% \membersection{wxWindow::OnClose}\label{wxwindowonclose}
1962 %% \func{virtual bool}{OnClose}{\void}
1964 %% Called when the user has tried to close a a frame
1965 %% or dialog box using the window manager (X) or system menu (Windows).
1967 %% {\bf Note:} This is an obsolete function.
1968 %% It is superseded by the \helpref{wxWindow::OnCloseWindow}{wxwindowonclosewindow} event
1971 %% \wxheading{Return value}
1973 %% If {\tt true} is returned by OnClose, the window will be deleted by the system, otherwise the
1974 %% attempt will be ignored. Do not delete the window from within this handler, although
1975 %% you may delete other windows.
1977 %% \wxheading{See also}
1979 %% \helpref{Window deletion overview}{windowdeletionoverview},\rtfsp
1980 %% \helpref{wxWindow::Close}{wxwindowclose},\rtfsp
1981 %% \helpref{wxWindow::OnCloseWindow}{wxwindowonclosewindow},\rtfsp
1982 %% \helpref{wxCloseEvent}{wxcloseevent}
1984 %% \membersection{wxWindow::OnKeyDown}\label{wxwindowonkeydown}
1986 %% \func{void}{OnKeyDown}{\param{wxKeyEvent\&}{ event}}
1988 %% Called when the user has pressed a key, before it is translated into an ASCII value using other
1989 %% modifier keys that might be pressed at the same time.
1991 %% \wxheading{Parameters}
1993 %% \docparam{event}{Object containing keypress information. See \helpref{wxKeyEvent}{wxkeyevent} for
1994 %% details about this class.}
1996 %% \wxheading{Remarks}
1998 %% This member function is called in response to a key down event. To intercept this event,
1999 %% use the EVT\_KEY\_DOWN macro in an event table definition. Your {\bf OnKeyDown} handler may call this
2000 %% default function to achieve default keypress functionality.
2002 %% Note that not all keypresses can be intercepted this way. If you wish to intercept special
2003 %% keys, such as shift, control, and function keys, then you will need to use \helpref{wxWindow::OnKeyDown}{wxwindowonkeydown} or
2004 %% \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup}.
2006 %% Most, but not all, windows allow keypresses to be intercepted.
2008 %% {\bf Tip:} be sure to call {\tt event.Skip()} for events that you don't process in this function,
2009 %% otherwise menu shortcuts may cease to work under Windows.
2011 %% \wxheading{See also}
2013 %% \helpref{wxWindow::OnChar}{wxwindowonchar}, \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup},\rtfsp
2014 %% \helpref{wxKeyEvent}{wxkeyevent}, \helpref{wxWindow::OnCharHook}{wxwindowoncharhook},\rtfsp
2015 %% \helpref{Event handling overview}{eventhandlingoverview}
2017 %% \membersection{wxWindow::OnKeyUp}\label{wxwindowonkeyup}
2019 %% \func{void}{OnKeyUp}{\param{wxKeyEvent\&}{ event}}
2021 %% Called when the user has released a key.
2023 %% \wxheading{Parameters}
2025 %% \docparam{event}{Object containing keypress information. See \helpref{wxKeyEvent}{wxkeyevent} for
2026 %% details about this class.}
2028 %% \wxheading{Remarks}
2030 %% This member function is called in response to a key up event. To intercept this event,
2031 %% use the EVT\_KEY\_UP macro in an event table definition. Your {\bf OnKeyUp} handler may call this
2032 %% default function to achieve default keypress functionality.
2034 %% Note that not all keypresses can be intercepted this way. If you wish to intercept special
2035 %% keys, such as shift, control, and function keys, then you will need to use \helpref{wxWindow::OnKeyDown}{wxwindowonkeydown} or
2036 %% \helpref{wxWindow::OnKeyUp}{wxwindowonkeyup}.
2038 %% Most, but not all, windows allow key up events to be intercepted.
2040 %% \wxheading{See also}
2042 %% \helpref{wxWindow::OnChar}{wxwindowonchar}, \helpref{wxWindow::OnKeyDown}{wxwindowonkeydown},\rtfsp
2043 %% \helpref{wxKeyEvent}{wxkeyevent}, \helpref{wxWindow::OnCharHook}{wxwindowoncharhook},\rtfsp
2044 %% \helpref{Event handling overview}{eventhandlingoverview}
2046 %% \membersection{wxWindow::OnInitDialog}\label{wxwindowoninitdialog}
2048 %% \func{void}{OnInitDialog}{\param{wxInitDialogEvent\&}{ event}}
2050 %% Default handler for the wxEVT\_INIT\_DIALOG event. Calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
2052 %% \wxheading{Parameters}
2054 %% \docparam{event}{Dialog initialisation event.}
2056 %% \wxheading{Remarks}
2058 %% Gives the window the default behaviour of transferring data to child controls via
2059 %% the validator that each control has.
2061 %% \wxheading{See also}
2063 %% \helpref{wxValidator}{wxvalidator}, \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}
2065 %% \membersection{wxWindow::OnMenuHighlight}\label{wxwindowonmenuhighlight}
2067 %% \func{void}{OnMenuHighlight}{\param{wxMenuEvent\& }{event}}
2069 %% Called when a menu select is received from a menu bar: that is, the
2070 %% mouse cursor is over a menu item, but the left mouse button has not been
2073 %% \wxheading{Parameters}
2075 %% \docparam{event}{The menu highlight event. For more information, see \helpref{wxMenuEvent}{wxmenuevent}.}
2077 %% \wxheading{Remarks}
2079 %% You can choose any member function to receive
2080 %% menu select events, using the EVT\_MENU\_HIGHLIGHT macro for individual menu items or EVT\_MENU\_HIGHLIGHT\_ALL macro
2081 %% for all menu items.
2083 %% The default implementation for \helpref{wxFrame::OnMenuHighlight}{wxframeonmenuhighlight} displays help
2084 %% text in the first field of the status bar.
2086 %% This function was known as {\bf OnMenuSelect} in earlier versions of wxWidgets, but this was confusing
2087 %% since a selection is normally a left-click action.
2089 %% \wxheading{See also}
2091 %% \helpref{wxMenuEvent}{wxmenuevent},\rtfsp
2092 %% \helpref{Event handling overview}{eventhandlingoverview}
2095 %% \membersection{wxWindow::OnMouseEvent}\label{wxwindowonmouseevent}
2097 %% \func{void}{OnMouseEvent}{\param{wxMouseEvent\&}{ event}}
2099 %% Called when the user has initiated an event with the
2102 %% \wxheading{Parameters}
2104 %% \docparam{event}{The mouse event. See \helpref{wxMouseEvent}{wxmouseevent} for
2107 %% \wxheading{Remarks}
2109 %% Most, but not all, windows respond to this event.
2111 %% To intercept this event, use the EVT\_MOUSE\_EVENTS macro in an event table definition, or individual
2112 %% mouse event macros such as EVT\_LEFT\_DOWN.
2114 %% \wxheading{See also}
2116 %% \helpref{wxMouseEvent}{wxmouseevent},\rtfsp
2117 %% \helpref{Event handling overview}{eventhandlingoverview}
2119 %% \membersection{wxWindow::OnMove}\label{wxwindowonmove}
2121 %% \func{void}{OnMove}{\param{wxMoveEvent\& }{event}}
2123 %% Called when a window is moved.
2125 %% \wxheading{Parameters}
2127 %% \docparam{event}{The move event. For more information, see \helpref{wxMoveEvent}{wxmoveevent}.}
2129 %% \wxheading{Remarks}
2131 %% Use the EVT\_MOVE macro to intercept move events.
2133 %% \wxheading{Remarks}
2135 %% Not currently implemented.
2137 %% \wxheading{See also}
2139 %% \helpref{wxMoveEvent}{wxmoveevent},\rtfsp
2140 %% \helpref{wxFrame::OnSize}{wxframeonsize},\rtfsp
2141 %% \helpref{Event handling overview}{eventhandlingoverview}
2143 %% \membersection{wxWindow::OnPaint}\label{wxwindowonpaint}
2145 %% \func{void}{OnPaint}{\param{wxPaintEvent\& }{event}}
2147 %% Sent to the event handler when the window must be refreshed.
2149 %% \wxheading{Parameters}
2151 %% \docparam{event}{Paint event. For more information, see \helpref{wxPaintEvent}{wxpaintevent}.}
2153 %% \wxheading{Remarks}
2155 %% Use the EVT\_PAINT macro in an event table definition to intercept paint events.
2157 %% Note that In a paint event handler, the application must {\it always} create a \helpref{wxPaintDC}{wxpaintdc} object,
2158 %% even if you do not use it. Otherwise, under MS Windows, refreshing for this and other windows will go wrong.
2164 %% void MyWindow::OnPaint(wxPaintEvent\& event)
2166 %% wxPaintDC dc(this);
2168 %% DrawMyDocument(dc);
2173 %% You can optimize painting by retrieving the rectangles
2174 %% that have been damaged and only repainting these. The rectangles are in
2175 %% terms of the client area, and are unscrolled, so you will need to do
2176 %% some calculations using the current view position to obtain logical,
2179 %% Here is an example of using the \helpref{wxRegionIterator}{wxregioniterator} class:
2183 %% // Called when window needs to be repainted.
2184 %% void MyWindow::OnPaint(wxPaintEvent\& event)
2186 %% wxPaintDC dc(this);
2188 %% // Find Out where the window is scrolled to
2189 %% int vbX,vbY; // Top left corner of client
2190 %% GetViewStart(&vbX,&vbY);
2192 %% int vX,vY,vW,vH; // Dimensions of client area in pixels
2193 %% wxRegionIterator upd(GetUpdateRegion()); // get the update rect list
2202 %% // Alternatively we can do this:
2204 %% // upd.GetRect(&rect);
2206 %% // Repaint this rectangle
2215 %% \wxheading{See also}
2217 %% \helpref{wxPaintEvent}{wxpaintevent},\rtfsp
2218 %% \helpref{wxPaintDC}{wxpaintdc},\rtfsp
2219 %% \helpref{Event handling overview}{eventhandlingoverview}
2221 %% \membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
2223 %% \func{void}{OnScroll}{\param{wxScrollWinEvent\& }{event}}
2225 %% Called when a scroll window event is received from one of the window's built-in scrollbars.
2227 %% \wxheading{Parameters}
2229 %% \docparam{event}{Command event. Retrieve the new scroll position by
2230 %% calling \helpref{wxScrollEvent::GetPosition}{wxscrolleventgetposition}, and the
2231 %% scrollbar orientation by calling \helpref{wxScrollEvent::GetOrientation}{wxscrolleventgetorientation}.}
2233 %% \wxheading{Remarks}
2235 %% Note that it is not possible to distinguish between horizontal and vertical scrollbars
2236 %% until the function is executing (you can't have one function for vertical, another
2237 %% for horizontal events).
2239 %% \wxheading{See also}
2241 %% \helpref{wxScrollWinEvent}{wxscrollwinevent},\rtfsp
2242 %% \helpref{Event handling overview}{eventhandlingoverview}
2244 %% \membersection{wxWindow::OnSetFocus}\label{wxwindowonsetfocus}
2246 %% \func{void}{OnSetFocus}{\param{wxFocusEvent\& }{event}}
2248 %% Called when a window's focus is being set.
2250 %% \wxheading{Parameters}
2252 %% \docparam{event}{The focus event. For more information, see \helpref{wxFocusEvent}{wxfocusevent}.}
2254 %% \wxheading{Remarks}
2256 %% To intercept this event, use the macro EVT\_SET\_FOCUS in an event table definition.
2258 %% Most, but not all, windows respond to this event.
2260 %% \wxheading{See also}
2262 %% \helpref{wxFocusEvent}{wxfocusevent}, \helpref{wxWindow::OnKillFocus}{wxwindowonkillfocus},\rtfsp
2263 %% \helpref{Event handling overview}{eventhandlingoverview}
2265 %% \membersection{wxWindow::OnSize}\label{wxwindowonsize}
2267 %% \func{void}{OnSize}{\param{wxSizeEvent\& }{event}}
2269 %% Called when the window has been resized. This is not a virtual function; you should
2270 %% provide your own non-virtual OnSize function and direct size events to it using EVT\_SIZE
2271 %% in an event table definition.
2273 %% \wxheading{Parameters}
2275 %% \docparam{event}{Size event. For more information, see \helpref{wxSizeEvent}{wxsizeevent}.}
2277 %% \wxheading{Remarks}
2279 %% You may wish to use this for frames to resize their child windows as appropriate.
2281 %% Note that the size passed is of
2282 %% the whole window: call \helpref{wxWindow::GetClientSize}{wxwindowgetclientsize} for the area which may be
2283 %% used by the application.
2285 %% When a window is resized, usually only a small part of the window is damaged and you
2286 %% may only need to repaint that area. However, if your drawing depends on the size of the window,
2287 %% you may need to clear the DC explicitly and repaint the whole window. In which case, you
2288 %% may need to call \helpref{wxWindow::Refresh}{wxwindowrefresh} to invalidate the entire window.
2290 %% \wxheading{See also}
2292 %% \helpref{wxSizeEvent}{wxsizeevent},\rtfsp
2293 %% \helpref{Event handling overview}{eventhandlingoverview}
2295 %% \membersection{wxWindow::OnSysColourChanged}\label{wxwindowonsyscolourchanged}
2297 %% \func{void}{OnSysColourChanged}{\param{wxOnSysColourChangedEvent\& }{event}}
2299 %% Called when the user has changed the system colours. Windows only.
2301 %% \wxheading{Parameters}
2303 %% \docparam{event}{System colour change event. For more information, see \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent}.}
2305 %% \wxheading{See also}
2307 %% \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent},\rtfsp
2308 %% \helpref{Event handling overview}{eventhandlingoverview}
2311 \membersection{wxWindow::OnInternalIdle
}\label{wxwindowoninternalidle
}
2313 \func{virtual void
}{OnInternalIdle
}{\void}
2315 This virtual function is normally only used internally, but
2316 sometimes an application may need it to implement functionality
2317 that should not be disabled by an application defining an OnIdle
2318 handler in a derived class.
2320 This function may be used to do delayed painting, for example,
2321 and most implementations call
\helpref{wxWindow::UpdateWindowUI
}{wxwindowupdatewindowui
}
2322 in order to send update events to the window in idle time.
2325 \membersection{wxWindow::PageDown
}\label{wxwindowpagedown
}
2327 This is just a wrapper for
\helpref{ScrollPages()
}{wxwindowscrollpages
}$(
1)$.
2330 \membersection{wxWindow::PageUp
}\label{wxwindowpageup
}
2332 This is just a wrapper for
\helpref{ScrollPages()
}{wxwindowscrollpages
}$(-
1)$.
2335 \membersection{wxWindow::PopEventHandler
}\label{wxwindowpopeventhandler
}
2337 \constfunc{wxEvtHandler*
}{PopEventHandler
}{\param{bool
}{deleteHandler =
{\tt false
}}}
2339 Removes and returns the top-most event handler on the event handler stack.
2341 \wxheading{Parameters
}
2343 \docparam{deleteHandler
}{If this is
{\tt true
}, the handler will be deleted after it is removed. The
2344 default value is
{\tt false
}.
}
2346 \wxheading{See also
}
2348 \helpref{wxWindow::SetEventHandler
}{wxwindowseteventhandler
},
\rtfsp
2349 \helpref{wxWindow::GetEventHandler
}{wxwindowgeteventhandler
},
\rtfsp
2350 \helpref{wxWindow::PushEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
2351 \helpref{wxEvtHandler::ProcessEvent
}{wxevthandlerprocessevent
},
\rtfsp
2352 \helpref{wxEvtHandler
}{wxevthandler
}\rtfsp
2355 \membersection{wxWindow::PopupMenu
}\label{wxwindowpopupmenu
}
2357 \func{bool
}{PopupMenu
}{\param{wxMenu*
}{menu
},
\param{const wxPoint\&
}{pos = wxDefaultPosition
}}
2359 \func{bool
}{PopupMenu
}{\param{wxMenu*
}{menu
},
\param{int
}{x
},
\param{int
}{y
}}
2361 Pops up the given menu at the specified coordinates, relative to this
2362 window, and returns control when the user has dismissed the menu. If a
2363 menu item is selected, the corresponding menu event is generated and will be
2364 processed as usually. If the coordinates are not specified, current mouse
2365 cursor position is used.
2367 \wxheading{Parameters
}
2369 \docparam{menu
}{Menu to pop up.
}
2371 \docparam{pos
}{The position where the menu will appear.
}
2373 \docparam{x
}{Required x position for the menu to appear.
}
2375 \docparam{y
}{Required y position for the menu to appear.
}
2377 \wxheading{See also
}
2379 \helpref{wxMenu
}{wxmenu
}
2383 Just before the menu is popped up,
\helpref{wxMenu::UpdateUI
}{wxmenuupdateui
}
2384 is called to ensure that the menu items are in the correct state. The menu does
2385 not get deleted by the window.
2387 It is recommended to not explicitly specify coordinates when calling PopupMenu
2388 in response to mouse click, because some of the ports (namely, wxGTK) can do
2389 a better job of positioning the menu in that case.
2391 \pythonnote{In place of a single overloaded method name, wxPython
2392 implements the following methods:
\par
2393 \indented{2cm
}{\begin{twocollist
}
2394 \twocolitem{{\bf PopupMenu(menu, point)
}}{Specifies position with a wxPoint
}
2395 \twocolitem{{\bf PopupMenuXY(menu, x, y)
}}{Specifies position with two integers (x, y)
}
2400 \membersection{wxWindow::PrevControlId
}\label{wxwindowprevcontrolid
}
2402 \func{static int
}{PrevControlId
}{\param{int
}{winid
}}
2404 This is similar to
\helpref{NextControlId
}{wxwindownextcontrolid
} but returns
2405 the id of the control created just before the one with the given
\arg{winid
}.
2408 \membersection{wxWindow::PushEventHandler
}\label{wxwindowpusheventhandler
}
2410 \func{void
}{PushEventHandler
}{\param{wxEvtHandler*
}{handler
}}
2412 Pushes this event handler onto the event stack for the window.
2414 \wxheading{Parameters
}
2416 \docparam{handler
}{Specifies the handler to be pushed.
}
2420 An event handler is an object that is capable of processing the events
2421 sent to a window. By default, the window is its own event handler, but
2422 an application may wish to substitute another, for example to allow
2423 central implementation of event-handling for a variety of different
2426 \helpref{wxWindow::PushEventHandler
}{wxwindowpusheventhandler
} allows
2427 an application to set up a chain of event handlers, where an event not handled by one event handler is
2428 handed to the next one in the chain. Use
\helpref{wxWindow::PopEventHandler
}{wxwindowpopeventhandler
} to
2429 remove the event handler.
2431 \wxheading{See also
}
2433 \helpref{wxWindow::SetEventHandler
}{wxwindowseteventhandler
},
\rtfsp
2434 \helpref{wxWindow::GetEventHandler
}{wxwindowgeteventhandler
},
\rtfsp
2435 \helpref{wxWindow::PopEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
2436 \helpref{wxEvtHandler::ProcessEvent
}{wxevthandlerprocessevent
},
\rtfsp
2437 \helpref{wxEvtHandler
}{wxevthandler
}
2440 \membersection{wxWindow::Raise
}\label{wxwindowraise
}
2442 \func{void
}{Raise
}{\void}
2444 Raises the window to the top of the window hierarchy (z-order).
2446 In current version of wxWidgets this works both for managed and child windows.
2448 \wxheading{See also
}
2450 \helpref{Lower
}{wxwindowlower
}
2453 \membersection{wxWindow::Refresh
}\label{wxwindowrefresh
}
2455 \func{virtual void
}{Refresh
}{\param{bool
}{ eraseBackground =
{\tt true
}},
\param{const wxRect*
}{rect = NULL
}}
2457 Causes this window, and all of its children recursively (except under wxGTK1
2458 where this is not implemented), to be repainted. Note that repainting doesn't
2459 happen immediately but only during the next event loop iteration, if you need
2460 to update the window immediately you should use
\helpref{Update
}{wxwindowupdate
}
2463 \wxheading{Parameters
}
2465 \docparam{eraseBackground
}{If
{\tt true
}, the background will be
2468 \docparam{rect
}{If non-NULL, only the given rectangle will
2469 be treated as damaged.
}
2471 \wxheading{See also
}
2473 \helpref{wxWindow::RefreshRect
}{wxwindowrefreshrect
}
2476 \membersection{wxWindow::RefreshRect
}\label{wxwindowrefreshrect
}
2478 \func{void
}{RefreshRect
}{\param{const wxRect\&
}{rect
},
\param{bool
}{eraseBackground =
\true}}
2480 Redraws the contents of the given rectangle: only the area inside it will be
2483 This is the same as
\helpref{Refresh
}{wxwindowrefresh
} but has a nicer syntax
2484 as it can be called with a temporary wxRect object as argument like this
2485 \texttt{RefreshRect(wxRect(x, y, w, h))
}.
2488 \membersection{wxWindow::RegisterHotKey
}\label{wxwindowregisterhotkey
}
2490 \func{bool
}{RegisterHotKey
}{\param{int
}{ hotkeyId
},
\param{int
}{ modifiers
},
\param{int
}{ virtualKeyCode
}}
2492 Registers a system wide hotkey. Every time the user presses the hotkey registered here, this window
2493 will receive a hotkey event. It will receive the event even if the application is in the background
2494 and does not have the input focus because the user is working with some other application.
2496 \wxheading{Parameters
}
2498 \docparam{hotkeyId
}{Numeric identifier of the hotkey. For applications this must be between
0 and
0xBFFF. If
2499 this function is called from a shared DLL, it must be a system wide unique identifier between
0xC000 and
0xFFFF.
2500 This is a MSW specific detail.
}
2502 \docparam{modifiers
}{A bitwise combination of
{\tt wxMOD
\_SHIFT},
{\tt wxMOD
\_CONTROL},
{\tt wxMOD
\_ALT}
2503 or
{\tt wxMOD
\_WIN} specifying the modifier keys that have to be pressed along with the key.
}
2505 \docparam{virtualKeyCode
}{The virtual key code of the hotkey.
}
2507 \wxheading{Return value
}
2509 {\tt true
} if the hotkey was registered successfully.
{\tt false
} if some other application already registered a
2510 hotkey with this modifier/virtualKeyCode combination.
2514 Use EVT
\_HOTKEY(hotkeyId, fnc) in the event table to capture the event.
2515 This function is currently only implemented under Windows. It is used
2516 in the
\helpref{Windows CE port
}{wxwince
} for detecting hardware button presses.
2518 \wxheading{See also
}
2520 \helpref{wxWindow::UnregisterHotKey
}{wxwindowunregisterhotkey
}
2523 \membersection{wxWindow::ReleaseMouse
}\label{wxwindowreleasemouse
}
2525 \func{virtual void
}{ReleaseMouse
}{\void}
2527 Releases mouse input captured with
\helpref{wxWindow::CaptureMouse
}{wxwindowcapturemouse
}.
2529 \wxheading{See also
}
2531 \helpref{wxWindow::CaptureMouse
}{wxwindowcapturemouse
},
2532 \helpref{wxWindow::HasCapture
}{wxwindowhascapture
},
2533 \helpref{wxWindow::ReleaseMouse
}{wxwindowreleasemouse
},
2534 \helpref{wxMouseCaptureLostEvent
}{wxmousecapturelostevent
}
2535 \helpref{wxMouseCaptureChangedEvent
}{wxmousecapturechangedevent
}
2538 \membersection{wxWindow::RemoveChild
}\label{wxwindowremovechild
}
2540 \func{virtual void
}{RemoveChild
}{\param{wxWindow*
}{child
}}
2542 Removes a child window. This is called automatically by window deletion
2543 functions so should not be required by the application programmer.
2545 Notice that this function is mostly internal to wxWidgets and shouldn't be
2546 called by the user code.
2548 \wxheading{Parameters
}
2550 \docparam{child
}{Child window to remove.
}
2553 \membersection{wxWindow::RemoveEventHandler
}\label{wxwindowremoveeventhandler
}
2555 \func{bool
}{RemoveEventHandler
}{\param{wxEvtHandler *
}{handler
}}
2557 Find the given
{\it handler
} in the windows event handler chain and remove (but
2558 not delete) it from it.
2560 \wxheading{Parameters
}
2562 \docparam{handler
}{The event handler to remove, must be non-
{\tt NULL
} and
2563 must be present in this windows event handlers chain
}
2565 \wxheading{Return value
}
2567 Returns
{\tt true
} if it was found and
{\tt false
} otherwise (this also results
2568 in an assert failure so this function should only be called when the
2569 handler is supposed to be there).
2571 \wxheading{See also
}
2573 \helpref{PushEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
2574 \helpref{PopEventHandler
}{wxwindowpopeventhandler
}
2577 \membersection{wxWindow::Reparent
}\label{wxwindowreparent
}
2579 \func{virtual bool
}{Reparent
}{\param{wxWindow*
}{newParent
}}
2581 Reparents the window, i.e the window will be removed from its
2582 current parent window (e.g. a non-standard toolbar in a wxFrame)
2583 and then re-inserted into another.
2585 \wxheading{Parameters
}
2587 \docparam{newParent
}{New parent.
}
2590 \membersection{wxWindow::ScreenToClient
}\label{wxwindowscreentoclient
}
2592 \constfunc{virtual void
}{ScreenToClient
}{\param{int*
}{x
},
\param{int*
}{y
}}
2594 \constfunc{virtual wxPoint
}{ScreenToClient
}{\param{const wxPoint\&
}{pt
}}
2596 Converts from screen to client window coordinates.
2598 \wxheading{Parameters
}
2600 \docparam{x
}{Stores the screen x coordinate and receives the client x coordinate.
}
2602 \docparam{y
}{Stores the screen x coordinate and receives the client x coordinate.
}
2604 \docparam{pt
}{The screen position for the second form of the function.
}
2606 \pythonnote{In place of a single overloaded method name, wxPython
2607 implements the following methods:
\par
2608 \indented{2cm
}{\begin{twocollist
}
2609 \twocolitem{{\bf ScreenToClient(point)
}}{Accepts and returns a wxPoint
}
2610 \twocolitem{{\bf ScreenToClientXY(x, y)
}}{Returns a
2-tuple, (x, y)
}
2615 \membersection{wxWindow::ScrollLines
}\label{wxwindowscrolllines
}
2617 \func{virtual bool
}{ScrollLines
}{\param{int
}{lines
}}
2619 Scrolls the window by the given number of lines down (if
{\it lines
} is
2622 \wxheading{Return value
}
2624 Returns
{\tt true
} if the window was scrolled,
{\tt false
} if it was already
2625 on top/bottom and nothing was done.
2629 This function is currently only implemented under MSW and wxTextCtrl under
2630 wxGTK (it also works for wxScrolledWindow derived classes under all
2633 \wxheading{See also
}
2635 \helpref{ScrollPages
}{wxwindowscrollpages
}
2638 \membersection{wxWindow::ScrollPages
}\label{wxwindowscrollpages
}
2640 \func{virtual bool
}{ScrollPages
}{\param{int
}{pages
}}
2642 Scrolls the window by the given number of pages down (if
{\it pages
} is
2645 \wxheading{Return value
}
2647 Returns
{\tt true
} if the window was scrolled,
{\tt false
} if it was already
2648 on top/bottom and nothing was done.
2652 This function is currently only implemented under MSW and wxGTK.
2654 \wxheading{See also
}
2656 \helpref{ScrollLines
}{wxwindowscrolllines
}
2659 \membersection{wxWindow::ScrollWindow
}\label{wxwindowscrollwindow
}
2661 \func{virtual void
}{ScrollWindow
}{\param{int
}{dx
},
\param{int
}{dy
},
\param{const wxRect*
}{ rect = NULL
}}
2663 Physically scrolls the pixels in the window and move child windows accordingly.
2665 \wxheading{Parameters
}
2667 \docparam{dx
}{Amount to scroll horizontally.
}
2669 \docparam{dy
}{Amount to scroll vertically.
}
2671 \docparam{rect
}{Rectangle to scroll, if it is
\NULL, the whole window is
2672 scrolled (this is always the case under wxGTK which doesn't support this
2677 Note that you can often use
\helpref{wxScrolledWindow
}{wxscrolledwindow
}
2678 instead of using this function directly.
2681 \membersection{wxWindow::SetAcceleratorTable
}\label{wxwindowsetacceleratortable
}
2683 \func{virtual void
}{SetAcceleratorTable
}{\param{const wxAcceleratorTable\&
}{ accel
}}
2685 Sets the accelerator table for this window. See
\helpref{wxAcceleratorTable
}{wxacceleratortable
}.
2688 \membersection{wxWindow::SetAccessible
}\label{wxwindowsetaccessible
}
2690 \func{void
}{SetAccessible
}{\param{wxAccessible*
}{ accessible
}}
2692 Sets the accessible for this window. Any existing accessible for this window
2693 will be deleted first, if not identical to
{\it accessible
}.
2695 See also
\helpref{wxAccessible
}{wxaccessible
}.
2698 \membersection{wxWindow::SetAutoLayout
}\label{wxwindowsetautolayout
}
2700 \func{void
}{SetAutoLayout
}{\param{bool
}{ autoLayout
}}
2702 Determines whether the
\helpref{wxWindow::Layout
}{wxwindowlayout
} function will
2703 be called automatically when the window is resized. Please note that this only
2704 happens for the windows usually used to contain children, namely
2705 \helpref{wxPanel
}{wxpanel
} and
\helpref{wxTopLevelWindow
}{wxtoplevelwindow
}
2706 (and the classes deriving from them).
2708 This method is called implicitly by
2709 \helpref{wxWindow::SetSizer
}{wxwindowsetsizer
} but if you use
2710 \helpref{wxWindow::SetConstraints
}{wxwindowsetconstraints
} you should call it
2711 manually or otherwise the window layout won't be correctly updated when its
2714 \wxheading{Parameters
}
2716 \docparam{autoLayout
}{Set this to
\true if you wish the Layout function to be
2717 called automatically when the window is resized.
}
2719 \wxheading{See also
}
2721 \helpref{wxWindow::SetConstraints
}{wxwindowsetconstraints
}
2724 \membersection{wxWindow::SetBackgroundColour
}\label{wxwindowsetbackgroundcolour
}
2726 \func{virtual bool
}{SetBackgroundColour
}{\param{const wxColour\&
}{colour
}}
2728 Sets the background colour of the window.
2730 Please see
\helpref{InheritAttributes
}{wxwindowinheritattributes
} for
2731 explanation of the difference between this method and
2732 \helpref{SetOwnBackgroundColour
}{wxwindowsetownbackgroundcolour
}.
2734 \wxheading{Parameters
}
2736 \docparam{colour
}{The colour to be used as the background colour, pass
2737 {\tt wxNullColour
} to reset to the default colour.
}
2741 The background colour is usually painted by the default
\rtfsp
2742 \helpref{wxEraseEvent
}{wxeraseevent
} event handler function
2743 under Windows and automatically under GTK.
2745 Note that setting the background colour does not cause an immediate refresh, so you
2746 may wish to call
\helpref{wxWindow::ClearBackground
}{wxwindowclearbackground
} or
\helpref{wxWindow::Refresh
}{wxwindowrefresh
} after
2747 calling this function.
2749 Using this function will disable attempts to use themes for this
2750 window, if the system supports them. Use with care since usually the
2751 themes represent the appearance chosen by the user to be used for all
2752 applications on the system.
2755 \wxheading{See also
}
2757 \helpref{wxWindow::GetBackgroundColour
}{wxwindowgetbackgroundcolour
},
\rtfsp
2758 \helpref{wxWindow::SetForegroundColour
}{wxwindowsetforegroundcolour
},
\rtfsp
2759 \helpref{wxWindow::GetForegroundColour
}{wxwindowgetforegroundcolour
},
\rtfsp
2760 \helpref{wxWindow::ClearBackground
}{wxwindowclearbackground
},
\rtfsp
2761 \helpref{wxWindow::Refresh
}{wxwindowrefresh
},
\rtfsp
2762 \helpref{wxEraseEvent
}{wxeraseevent
}
2764 \membersection{wxWindow::SetBackgroundStyle
}\label{wxwindowsetbackgroundstyle
}
2766 \func{virtual void
}{SetBackgroundStyle
}{\param{wxBackgroundStyle
}{ style
}}
2768 Sets the background style of the window. The background style indicates
2769 whether background colour should be determined by the system (wxBG
\_STYLE\_SYSTEM),
2770 be set to a specific colour (wxBG
\_STYLE\_COLOUR), or should be left to the
2771 application to implement (wxBG
\_STYLE\_CUSTOM).
2773 On GTK+, use of wxBG
\_STYLE\_CUSTOM allows the flicker-free drawing of a custom
2774 background, such as a tiled bitmap. Currently the style has no effect on other platforms.
2776 \wxheading{See also
}
2778 \helpref{wxWindow::SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
2779 \helpref{wxWindow::GetForegroundColour
}{wxwindowgetforegroundcolour
},
\rtfsp
2780 \helpref{wxWindow::GetBackgroundStyle
}{wxwindowgetbackgroundstyle
}
2784 \membersection{wxWindow::SetCanFocus
}\label{wxwindowsetcanfocus
}
2786 \func{virtual void
}{SetCanFocus
}{\param{bool
}{ canFocus
}}
2788 This method is only implemented by ports which have support for
2789 native TAB traversal (such as GTK+
2.0). It is called by wxWidgets'
2790 container control code to give the native system a hint when
2791 doing TAB traversal. A call to this does not disable or change
2792 the effect of programmatically calling
2793 \helpref{wxWindow::SetFocus
}{wxwindowsetfocus
}.
2795 \wxheading{See also
}
2797 \helpref{wxFocusEvent
}{wxfocusevent
}
2798 \helpref{wxPanel::SetFocus
}{wxpanelsetfocus
}
2799 \helpref{wxPanel::SetFocusIgnoringChildren
}{wxpanelsetfocusignoringchildren
}
2802 \membersection{wxWindow::SetCaret
}\label{wxwindowsetcaret
}
2804 \constfunc{void
}{SetCaret
}{\param{wxCaret *
}{caret
}}
2806 Sets the
\helpref{caret
}{wxcaret
} associated with the window.
2809 \membersection{wxWindow::SetClientSize
}\label{wxwindowsetclientsize
}
2811 \func{virtual void
}{SetClientSize
}{\param{int
}{ width
},
\param{int
}{ height
}}
2813 \func{virtual void
}{SetClientSize
}{\param{const wxSize\&
}{ size
}}
2815 This sets the size of the window client area in pixels. Using this function to size a window
2816 tends to be more device-independent than
\helpref{wxWindow::SetSize
}{wxwindowsetsize
}, since the application need not
2817 worry about what dimensions the border or title bar have when trying to fit the window
2818 around panel items, for example.
2820 \wxheading{Parameters
}
2822 \docparam{width
}{The required client area width.
}
2824 \docparam{height
}{The required client area height.
}
2826 \docparam{size
}{The required client size.
}
2828 \pythonnote{In place of a single overloaded method name, wxPython
2829 implements the following methods:
\par
2830 \indented{2cm
}{\begin{twocollist
}
2831 \twocolitem{{\bf SetClientSize(size)
}}{Accepts a wxSize
}
2832 \twocolitem{{\bf SetClientSizeWH(width, height)
}}{}
2837 \membersection{wxWindow::SetConstraints
}\label{wxwindowsetconstraints
}
2839 \func{void
}{SetConstraints
}{\param{wxLayoutConstraints*
}{constraints
}}
2841 Sets the window to have the given layout constraints. The window
2842 will then own the object, and will take care of its deletion.
2843 If an existing layout constraints object is already owned by the
2844 window, it will be deleted.
2846 \wxheading{Parameters
}
2848 \docparam{constraints
}{The constraints to set. Pass NULL to disassociate and delete the window's
2853 You must call
\helpref{wxWindow::SetAutoLayout
}{wxwindowsetautolayout
} to tell a window to use
2854 the constraints automatically in OnSize; otherwise, you must override OnSize and call Layout()
2855 explicitly. When setting both a wxLayoutConstraints and a
\helpref{wxSizer
}{wxsizer
}, only the
2856 sizer will have effect.
2858 \membersection{wxWindow::SetContainingSizer
}\label{wxwindowsetcontainingsizer
}
2860 \func{void
}{SetContainingSizer
}{\param{wxSizer*
}{sizer
}}
2862 This normally does not need to be called by user code. It is called
2863 when a window is added to a sizer, and is used so the window can
2864 remove itself from the sizer when it is destroyed.
2867 \membersection{wxWindow::SetCursor
}\label{wxwindowsetcursor
}
2869 \func{virtual void
}{SetCursor
}{\param{const wxCursor\&
}{cursor
}}
2871 % VZ: the docs are correct, if the code doesn't behave like this, it must be
2873 Sets the window's cursor. Notice that the window cursor also sets it for the
2874 children of the window implicitly.
2876 The
{\it cursor
} may be
{\tt wxNullCursor
} in which case the window cursor will
2877 be reset back to default.
2879 \wxheading{Parameters
}
2881 \docparam{cursor
}{Specifies the cursor that the window should normally display.
}
2883 \wxheading{See also
}
2885 \helpref{::wxSetCursor
}{wxsetcursor
},
\helpref{wxCursor
}{wxcursor
}
2888 \membersection{wxWindow::SetDropTarget
}\label{wxwindowsetdroptarget
}
2890 \func{void
}{SetDropTarget
}{\param{wxDropTarget*
}{ target
}}
2892 Associates a drop target with this window.
2894 If the window already has a drop target, it is deleted.
2896 \wxheading{See also
}
2898 \helpref{wxWindow::GetDropTarget
}{wxwindowgetdroptarget
},
2899 \helpref{Drag and drop overview
}{wxdndoverview
}
2903 \membersection{wxWindow::SetEventHandler
}\label{wxwindowseteventhandler
}
2905 \func{void
}{SetEventHandler
}{\param{wxEvtHandler*
}{handler
}}
2907 Sets the event handler for this window.
2909 \wxheading{Parameters
}
2911 \docparam{handler
}{Specifies the handler to be set.
}
2915 An event handler is an object that is capable of processing the events
2916 sent to a window. By default, the window is its own event handler, but
2917 an application may wish to substitute another, for example to allow
2918 central implementation of event-handling for a variety of different
2921 It is usually better to use
\helpref{wxWindow::PushEventHandler
}{wxwindowpusheventhandler
}
2922 since this sets up a chain of event handlers, where an event not handled by
2923 one event handler is handed to the next one in the chain.
2925 \wxheading{See also
}
2927 \helpref{wxWindow::GetEventHandler
}{wxwindowgeteventhandler
},
\rtfsp
2928 \helpref{wxWindow::PushEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
2929 \helpref{wxWindow::PopEventHandler
}{wxwindowpusheventhandler
},
\rtfsp
2930 \helpref{wxEvtHandler::ProcessEvent
}{wxevthandlerprocessevent
},
\rtfsp
2931 \helpref{wxEvtHandler
}{wxevthandler
}
2934 \membersection{wxWindow::SetExtraStyle
}\label{wxwindowsetextrastyle
}
2936 \func{void
}{SetExtraStyle
}{\param{long
}{exStyle
}}
2938 Sets the extra style bits for the window. The currently defined extra style
2942 \begin{twocollist
}\itemsep=
0pt
2943 \twocolitem{\windowstyle{wxWS
\_EX\_VALIDATE\_RECURSIVELY}}{TransferDataTo/FromWindow()
2944 and Validate() methods will recursively descend into all children of the
2945 window if it has this style flag set.
}
2946 \twocolitem{\windowstyle{wxWS
\_EX\_BLOCK\_EVENTS}}{Normally, the command
2947 events are propagated upwards to the window parent recursively until a handler
2948 for them is found. Using this style allows to prevent them from being
2949 propagated beyond this window. Notice that wxDialog has this style on by
2950 default for the reasons explained in the
2951 \helpref{event processing overview
}{eventprocessing
}.
}
2952 \twocolitem{\windowstyle{wxWS
\_EX\_TRANSIENT}}{This can be used to prevent a
2953 window from being used as an implicit parent for the dialogs which were
2954 created without a parent. It is useful for the windows which can disappear at
2955 any moment as creating children of such windows results in fatal problems.
}
2956 \twocolitem{\windowstyle{wxWS
\_EX\_CONTEXTHELP}}{Under Windows, puts a query
2957 button on the caption. When pressed, Windows will go into a context-sensitive
2958 help mode and wxWidgets will send a wxEVT
\_HELP event if the user clicked on an
2960 This style cannot be used together with wxMAXIMIZE
\_BOX or wxMINIMIZE
\_BOX, so
2961 these two styles are automatically turned of if this one is used.
}
2962 \twocolitem{\windowstyle{wxWS
\_EX\_PROCESS\_IDLE}}{This window should always process idle events, even
2963 if the mode set by
\helpref{wxIdleEvent::SetMode
}{wxidleeventsetmode
} is wxIDLE
\_PROCESS\_SPECIFIED.
}
2964 \twocolitem{\windowstyle{wxWS
\_EX\_PROCESS\_UI\_UPDATES}}{This window should always process UI update events,
2965 even if the mode set by
\helpref{wxUpdateUIEvent::SetMode
}{wxupdateuieventsetmode
} is wxUPDATE
\_UI\_PROCESS\_SPECIFIED.
}
2969 \membersection{wxWindow::SetFocus
}\label{wxwindowsetfocus
}
2971 \func{virtual void
}{SetFocus
}{\void}
2973 This sets the window to receive keyboard input.
2975 \wxheading{See also
}
2977 \helpref{wxFocusEvent
}{wxfocusevent
}
2978 \helpref{wxPanel::SetFocus
}{wxpanelsetfocus
}
2979 \helpref{wxPanel::SetFocusIgnoringChildren
}{wxpanelsetfocusignoringchildren
}
2982 \membersection{wxWindow::SetFocusFromKbd
}\label{wxwindowsetfocusfromkbd
}
2984 \func{virtual void
}{SetFocusFromKbd
}{\void}
2986 This function is called by wxWidgets keyboard navigation code when the user
2987 gives the focus to this window from keyboard (e.g. using
{\tt TAB
} key).
2988 By default this method simply calls
\helpref{SetFocus
}{wxwindowsetfocus
} but
2989 can be overridden to do something in addition to this in the derived classes.
2992 \membersection{wxWindow::SetFont
}\label{wxwindowsetfont
}
2994 \func{bool
}{SetFont
}{\param{const wxFont\&
}{font
}}
2996 Sets the font for this window. This function should not be called for the
2997 parent window if you don't want its font to be inherited by its children,
2998 use
\helpref{SetOwnFont
}{wxwindowsetownfont
} instead in this case and
2999 see
\helpref{InheritAttributes
}{wxwindowinheritattributes
} for more
3002 Please notice that the given font is
\emph{not
} automatically used for
3003 \helpref{wxPaintDC
}{wxpaintdc
} objects associated with this window, you need to
3004 call
\helpref{wxDC::SetFont()
}{wxdcsetfont
} too. However this font is used by
3005 any standard controls for drawing their text as well as by
3006 \helpref{wxWindow::GetTextExtent()
}{wxwindowgettextextent
}.
3008 \wxheading{Parameters
}
3010 \docparam{font
}{Font to associate with this window, pass
3011 {\tt wxNullFont
} to reset to the default font.
}
3013 \wxheading{Return value
}
3015 \true if the want was really changed,
\false if it was already set to this
3016 \arg{font
} and so nothing was done.
3018 \wxheading{See also
}
3020 \helpref{wxWindow::GetFont
}{wxwindowgetfont
},\\
3021 \helpref{InheritAttributes
}{wxwindowinheritattributes
}
3024 \membersection{wxWindow::SetForegroundColour
}\label{wxwindowsetforegroundcolour
}
3026 \func{virtual void
}{SetForegroundColour
}{\param{const wxColour\&
}{colour
}}
3028 Sets the foreground colour of the window.
3030 Please see
\helpref{InheritAttributes
}{wxwindowinheritattributes
} for
3031 explanation of the difference between this method and
3032 \helpref{SetOwnForegroundColour
}{wxwindowsetownforegroundcolour
}.
3034 \wxheading{Parameters
}
3036 \docparam{colour
}{The colour to be used as the foreground colour, pass
3037 {\tt wxNullColour
} to reset to the default colour.
}
3041 The interpretation of foreground colour is open to interpretation according
3042 to the window class; it may be the text colour or other colour, or it may not
3045 Using this function will disable attempts to use themes for this
3046 window, if the system supports them. Use with care since usually the
3047 themes represent the appearance chosen by the user to be used for all
3048 applications on the system.
3050 \wxheading{See also
}
3052 \helpref{wxWindow::GetForegroundColour
}{wxwindowgetforegroundcolour
},
\rtfsp
3053 \helpref{wxWindow::SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
3054 \helpref{wxWindow::GetBackgroundColour
}{wxwindowgetbackgroundcolour
},
\rtfsp
3055 \helpref{wxWindow::ShouldInheritColours
}{wxwindowshouldinheritcolours
}
3058 \membersection{wxWindow::SetHelpText
}\label{wxwindowsethelptext
}
3060 \func{virtual void
}{SetHelpText
}{\param{const wxString\&
}{helpText
}}
3062 Sets the help text to be used as context-sensitive help for this window.
3064 Note that the text is actually stored by the current
\helpref{wxHelpProvider
}{wxhelpprovider
} implementation,
3065 and not in the window object itself.
3067 \wxheading{See also
}
3069 \helpref{GetHelpText
}{wxwindowgethelptext
},
\helpref{wxHelpProvider
}{wxhelpprovider
}
3072 \membersection{wxWindow::SetId
}\label{wxwindowsetid
}
3074 \func{void
}{SetId
}{\param{int
}{ id
}}
3076 Sets the identifier of the window.
3080 Each window has an integer identifier. If the application has not provided one,
3081 an identifier will be generated. Normally, the identifier should be provided
3082 on creation and should not be modified subsequently.
3084 \wxheading{See also
}
3086 \helpref{wxWindow::GetId
}{wxwindowgetid
},
\rtfsp
3087 \helpref{Window identifiers
}{windowids
}
3091 \membersection{wxWindow::SetInitialBestSize
}\label{wxwindowsetinitialbestsize
}
3093 \func{virtual void
}{SetInitialBestSize
}{\param{const wxSize\&
}{size
}}
3095 Sets the initial window size if none is given (i.e. at least one of the
3096 components of the size passed to ctor/Create() is wxDefaultCoord).
3099 \membersection{wxWindow::SetInitialSize
}\label{wxwindowsetinitialsize
}
3101 \func{void
}{SetInitialSize
}{\param{const wxSize\&
}{size = wxDefaultSize
}}
3103 A
{\it smart
} SetSize that will fill in default size components with the
3104 window's
{\it best
} size values. Also sets the window's minsize to
3105 the value passed in for use with sizers. This means that if a full or
3106 partial size is passed to this function then the sizers will use that
3107 size instead of the results of GetBestSize to determine the minimum
3108 needs of the window for layout.
3110 Most controls will use this to set their initial size, and their min
3111 size to the passed in value (if any.)
3114 \wxheading{See also
}
3116 \helpref{wxWindow::SetSize
}{wxwindowsetsize
},
\rtfsp
3117 \helpref{wxWindow::GetBestSize
}{wxwindowgetbestsize
},
\rtfsp
3118 \helpref{wxWindow::GetEffectiveMinSize
}{wxwindowgeteffectiveminsize
}
3121 \membersection{wxWindow::SetLabel
}\label{wxwindowsetlabel
}
3123 \func{virtual void
}{SetLabel
}{\param{const wxString\&
}{label
}}
3125 Sets the window's label.
3127 \wxheading{Parameters
}
3129 \docparam{label
}{The window label.
}
3131 \wxheading{See also
}
3133 \helpref{wxWindow::GetLabel
}{wxwindowgetlabel
}
3136 \membersection{wxWindow::SetMaxSize
}\label{wxwindowsetmaxsize
}
3138 \func{void
}{SetMaxSize
}{\param{const wxSize\&
}{size
}}
3140 Sets the maximum size of the window, to indicate to the sizer layout mechanism
3141 that this is the maximum possible size.
3143 \membersection{wxWindow::SetMinSize
}\label{wxwindowsetminsize
}
3145 \func{void
}{SetMinSize
}{\param{const wxSize\&
}{size
}}
3147 Sets the minimum size of the window, to indicate to the sizer layout mechanism
3148 that this is the minimum required size. You may need to call this
3149 if you change the window size after construction and before adding
3150 to its parent sizer.
3152 \membersection{wxWindow::SetName
}\label{wxwindowsetname
}
3154 \func{virtual void
}{SetName
}{\param{const wxString\&
}{name
}}
3156 Sets the window's name.
3158 \wxheading{Parameters
}
3160 \docparam{name
}{A name to set for the window.
}
3162 \wxheading{See also
}
3164 \helpref{wxWindow::GetName
}{wxwindowgetname
}
3167 \membersection{wxWindow::SetOwnBackgroundColour
}\label{wxwindowsetownbackgroundcolour
}
3169 \func{void
}{SetOwnBackgroundColour
}{\param{const wxColour\&
}{colour
}}
3171 Sets the background colour of the window but prevents it from being inherited
3172 by the children of this window.
3174 \wxheading{See also
}
3176 \helpref{SetBackgroundColour
}{wxwindowsetbackgroundcolour
},
\rtfsp
3177 \helpref{InheritAttributes
}{wxwindowinheritattributes
}
3180 \membersection{wxWindow::SetOwnFont
}\label{wxwindowsetownfont
}
3182 \func{void
}{SetOwnFont
}{\param{const wxFont\&
}{font
}}
3184 Sets the font of the window but prevents it from being inherited by the
3185 children of this window.
3187 \wxheading{See also
}
3189 \helpref{SetFont
}{wxwindowsetfont
},
\rtfsp
3190 \helpref{InheritAttributes
}{wxwindowinheritattributes
}
3193 \membersection{wxWindow::SetOwnForegroundColour
}\label{wxwindowsetownforegroundcolour
}
3195 \func{void
}{SetOwnForegroundColour
}{\param{const wxColour\&
}{colour
}}
3197 Sets the foreground colour of the window but prevents it from being inherited
3198 by the children of this window.
3200 \wxheading{See also
}
3202 \helpref{SetForegroundColour
}{wxwindowsetforegroundcolour
},
\rtfsp
3203 \helpref{InheritAttributes
}{wxwindowinheritattributes
}
3206 \membersection{wxWindow::SetPalette
}\label{wxwindowsetpalette
}
3208 \func{virtual void
}{SetPalette
}{\param{wxPalette*
}{palette
}}
3210 Obsolete - use
\helpref{wxDC::SetPalette
}{wxdcsetpalette
} instead.
3213 \membersection{wxWindow::SetScrollbar
}\label{wxwindowsetscrollbar
}
3215 \func{virtual void
}{SetScrollbar
}{\param{int
}{orientation
},
\param{int
}{position
},
\rtfsp
3216 \param{int
}{thumbSize
},
\param{int
}{range
},
\rtfsp
3217 \param{bool
}{refresh =
{\tt true
}}}
3219 Sets the scrollbar properties of a built-in scrollbar.
3221 \wxheading{Parameters
}
3223 \docparam{orientation
}{Determines the scrollbar whose page size is to be set. May be wxHORIZONTAL or wxVERTICAL.
}
3225 \docparam{position
}{The position of the scrollbar in scroll units.
}
3227 \docparam{thumbSize
}{The size of the thumb, or visible portion of the scrollbar, in scroll units.
}
3229 \docparam{range
}{The maximum position of the scrollbar.
}
3231 \docparam{refresh
}{{\tt true
} to redraw the scrollbar,
{\tt false
} otherwise.
}
3235 Let's say you wish to display
50 lines of text, using the same font.
3236 The window is sized so that you can only see
16 lines at a time.
3242 SetScrollbar(wxVERTICAL,
0,
16,
50);
3246 Note that with the window at this size, the thumb position can never go
3247 above
50 minus
16, or
34.
3249 You can determine how many lines are currently visible by dividing the current view
3250 size by the character height in pixels.
3252 When defining your own scrollbar behaviour, you will always need to recalculate
3253 the scrollbar settings when the window size changes. You could therefore put your
3254 scrollbar calculations and SetScrollbar
3255 call into a function named AdjustScrollbars, which can be called initially and also
3256 from your
\helpref{wxSizeEvent
}{wxsizeevent
} handler function.
3258 \wxheading{See also
}
3260 \helpref{Scrolling overview
}{scrollingoverview
},
\rtfsp
3261 \helpref{wxScrollBar
}{wxscrollbar
},
\helpref{wxScrolledWindow
}{wxscrolledwindow
},
\rtfsp
3262 \helpref{wxScrollWinEvent
}{wxscrollwinevent
}
3267 \membersection{wxWindow::SetScrollPage
}\label{wxwindowsetscrollpage
}
3269 \func{virtual void
}{SetScrollPage
}{\param{int
}{orientation
},
\param{int
}{pageSize
},
\param{bool
}{refresh =
{\tt true
}}}
3271 Sets the page size of one of the built-in scrollbars.
3273 \wxheading{Parameters
}
3275 \docparam{orientation
}{Determines the scrollbar whose page size is to be set. May be wxHORIZONTAL or wxVERTICAL.
}
3277 \docparam{pageSize
}{Page size in scroll units.
}
3279 \docparam{refresh
}{{\tt true
} to redraw the scrollbar,
{\tt false
} otherwise.
}
3283 The page size of a scrollbar is the number of scroll units that the scroll thumb travels when you
3284 click on the area above/left of or below/right of the thumb. Normally you will want a whole visible
3285 page to be scrolled, i.e. the size of the current view (perhaps the window client size). This
3286 value has to be adjusted when the window is resized, since the page size will have changed.
3288 In addition to specifying how far the scroll thumb travels when paging, in Motif and some versions of Windows
3289 the thumb changes size to reflect the page size relative to the length of the
document. When the
3290 document size is only slightly bigger than the current view (window) size, almost all of the scrollbar
3291 will be taken up by the thumb. When the two values become the same, the scrollbar will (on some systems)
3294 Currently, this function should be called before SetPageRange, because of a quirk in the Windows
3295 handling of pages and ranges.
3297 \wxheading{See also
}
3299 \helpref{wxWindow::SetScrollPos
}{wxwindowsetscrollpos
},
\rtfsp
3300 \helpref{wxWindow::GetScrollPos
}{wxwindowgetscrollpos
},
\rtfsp
3301 \helpref{wxWindow::GetScrollPage
}{wxwindowgetscrollpage
},
\rtfsp
3302 \helpref{wxScrollBar
}{wxscrollbar
},
\helpref{wxScrolledWindow
}{wxscrolledwindow
}
3306 \membersection{wxWindow::SetScrollPos
}\label{wxwindowsetscrollpos
}
3308 \func{virtual void
}{SetScrollPos
}{\param{int
}{orientation
},
\param{int
}{pos
},
\param{bool
}{refresh =
{\tt true
}}}
3310 Sets the position of one of the built-in scrollbars.
3312 \wxheading{Parameters
}
3314 \docparam{orientation
}{Determines the scrollbar whose position is to be set. May be wxHORIZONTAL or wxVERTICAL.
}
3316 \docparam{pos
}{Position in scroll units.
}
3318 \docparam{refresh
}{{\tt true
} to redraw the scrollbar,
{\tt false
} otherwise.
}
3322 This function does not directly affect the contents of the window: it is up to the
3323 application to take note of scrollbar attributes and redraw contents accordingly.
3325 \wxheading{See also
}
3327 \helpref{wxWindow::SetScrollbar
}{wxwindowsetscrollbar
},
\rtfsp
3328 \helpref{wxWindow::GetScrollPos
}{wxwindowgetscrollpos
},
\rtfsp
3329 \helpref{wxWindow::GetScrollThumb
}{wxwindowgetscrollthumb
},
\rtfsp
3330 \helpref{wxScrollBar
}{wxscrollbar
},
\helpref{wxScrolledWindow
}{wxscrolledwindow
}
3335 \membersection{wxWindow::SetScrollRange
}\label{wxwindowsetscrollrange
}
3337 \func{virtual void
}{SetScrollRange
}{\param{int
}{orientation
},
\param{int
}{range
},
\param{bool
}{refresh =
{\tt true
}}}
3339 Sets the range of one of the built-in scrollbars.
3341 \wxheading{Parameters
}
3343 \docparam{orientation
}{Determines the scrollbar whose range is to be set. May be wxHORIZONTAL or wxVERTICAL.
}
3345 \docparam{range
}{Scroll range.
}
3347 \docparam{refresh
}{{\tt true
} to redraw the scrollbar,
{\tt false
} otherwise.
}
3351 The range of a scrollbar is the number of steps that the thumb may travel, rather than the total
3352 object length of the scrollbar. If you are implementing a scrolling window, for example, you
3353 would adjust the scroll range when the window is resized, by subtracting the window view size from the
3354 total virtual window size. When the two sizes are the same (all the window is visible), the range goes to zero
3355 and usually the scrollbar will be automatically hidden.
3357 \wxheading{See also
}
3359 \helpref{wxWindow::SetScrollPos
}{wxwindowsetscrollpos
},
\rtfsp
3360 \helpref{wxWindow::SetScrollPage
}{wxwindowsetscrollpage
},
\rtfsp
3361 \helpref{wxWindow::GetScrollPos
}{wxwindowgetscrollpos
},
\rtfsp
3362 \helpref{wxWindow::GetScrollPage
}{wxwindowgetscrollpage
},
\rtfsp
3363 \helpref{wxScrollBar
}{wxscrollbar
},
\helpref{wxScrolledWindow
}{wxscrolledwindow
}
3367 \membersection{wxWindow::SetSize
}\label{wxwindowsetsize
}
3369 \func{virtual void
}{SetSize
}{\param{int
}{ x
},
\param{int
}{ y
},
\param{int
}{ width
},
\param{int
}{ height
},
3370 \param{int
}{ sizeFlags = wxSIZE
\_AUTO}}
3372 \func{virtual void
}{SetSize
}{\param{const wxRect\&
}{ rect
}}
3374 Sets the position and size of the window in pixels.
3376 \func{virtual void
}{SetSize
}{\param{int
}{ width
},
\param{int
}{ height
}}
3378 \func{virtual void
}{SetSize
}{\param{const wxSize\&
}{ size
}}
3380 Sets the size of the window in pixels.
3382 \wxheading{Parameters
}
3384 \docparam{x
}{Required x position in pixels, or wxDefaultCoord to indicate that the existing
3385 value should be used.
}
3387 \docparam{y
}{Required y position in pixels, or wxDefaultCoord to indicate that the existing
3388 value should be used.
}
3390 \docparam{width
}{Required width in pixels, or wxDefaultCoord to indicate that the existing
3391 value should be used.
}
3393 \docparam{height
}{Required height position in pixels, or wxDefaultCoord to indicate that the existing
3394 value should be used.
}
3396 \docparam{size
}{\helpref{wxSize
}{wxsize
} object for setting the size.
}
3398 \docparam{rect
}{\helpref{wxRect
}{wxrect
} object for setting the position and size.
}
3400 \docparam{sizeFlags
}{Indicates the interpretation of other parameters. It is a bit list of the following:
3402 {\bf wxSIZE
\_AUTO\_WIDTH}: a $wxDefaultCoord$ width value is taken to indicate
3403 a wxWidgets-supplied default width.\\
3404 {\bf wxSIZE
\_AUTO\_HEIGHT}: a $wxDefaultCoord$ height value is taken to indicate
3405 a wxWidgets-supplied default height.\\
3406 {\bf wxSIZE
\_AUTO}: $wxDefaultCoord$ size values are taken to indicate
3407 a wxWidgets-supplied default size.\\
3408 {\bf wxSIZE
\_USE\_EXISTING}: existing dimensions should be used
3409 if $wxDefaultCoord$ values are supplied.\\
3410 {\bf wxSIZE
\_ALLOW\_MINUS\_ONE}: allow negative dimensions (ie. value of $wxDefaultCoord$) to be interpreted
3411 as real dimensions, not default values.
3412 {\bf wxSIZE
\_FORCE}: normally, if the position and the size of the window are
3413 already the same as the parameters of this function, nothing is done. but with
3414 this flag a window resize may be forced even in this case (supported in wx
3415 2.6.2 and later and only implemented for MSW and ignored elsewhere currently)
3420 The second form is a convenience for calling the first form with default
3421 x and y parameters, and must be used with non-default width and height values.
3423 The first form sets the position and optionally size, of the window.
3424 Parameters may be $wxDefaultCoord$ to indicate either that a default should be supplied
3425 by wxWidgets, or that the current value of the dimension should be used.
3427 \wxheading{See also
}
3429 \helpref{wxWindow::Move
}{wxwindowmove
}
3431 \pythonnote{In place of a single overloaded method name, wxPython
3432 implements the following methods:
\par
3433 \indented{2cm
}{\begin{twocollist
}
3434 \twocolitem{{\bf SetDimensions(x, y, width, height, sizeFlags=wxSIZE
\_AUTO)
}}{}
3435 \twocolitem{{\bf SetSize(size)
}}{}
3436 \twocolitem{{\bf SetPosition(point)
}}{}
3441 \membersection{wxWindow::SetSizeHints
}\label{wxwindowsetsizehints
}
3443 Use of this function for windows which are not toplevel windows
3444 (such as wxDialog or wxFrame) is discouraged. Please use
3445 \helpref{SetMinSize
}{wxwindowsetminsize
} and
\helpref{SetMaxSize
}{wxwindowsetmaxsize
}
3448 \wxheading{See also
}
3450 \helpref{wxTopLevelWindow::SetSizeHints
}{wxtoplevelwindowsetsizehints
}.
3453 \membersection{wxWindow::SetSizer
}\label{wxwindowsetsizer
}
3455 \func{void
}{SetSizer
}{\param{wxSizer*
}{sizer
},
\param{bool
}{deleteOld=true
}}
3457 Sets the window to have the given layout sizer. The window
3458 will then own the object, and will take care of its deletion.
3459 If an existing layout constraints object is already owned by the
3460 window, it will be deleted if the deleteOld parameter is true.
3462 Note that this function will also call
3463 \helpref{SetAutoLayout
}{wxwindowsetautolayout
} implicitly with
{\tt true
}
3464 parameter if the
{\it sizer
}\/ is non-NULL and
{\tt false
} otherwise.
3466 \wxheading{Parameters
}
3468 \docparam{sizer
}{The sizer to set. Pass NULL to disassociate and conditionally delete
3469 the window's sizer. See below.
}
3471 \docparam{deleteOld
}{If true (the default), this will delete any pre-existing sizer.
3472 Pass false if you wish to handle deleting the old sizer yourself.
}
3476 SetSizer now enables and disables Layout automatically, but prior to wxWidgets
2.3.3
3477 the following applied:
3479 You must call
\helpref{wxWindow::SetAutoLayout
}{wxwindowsetautolayout
} to tell a window to use
3480 the sizer automatically in OnSize; otherwise, you must override OnSize and call Layout()
3481 explicitly. When setting both a wxSizer and a
\helpref{wxLayoutConstraints
}{wxlayoutconstraints
},
3482 only the sizer will have effect.
3485 \membersection{wxWindow::SetSizerAndFit
}\label{wxwindowsetsizerandfit
}
3487 \func{void
}{SetSizerAndFit
}{\param{wxSizer*
}{sizer
},
\param{bool
}{deleteOld=true
}}
3489 The same as
\helpref{SetSizer
}{wxwindowsetsizer
}, except it also sets the size hints
3490 for the window based on the sizer's minimum size.
3493 \membersection{wxWindow::SetThemeEnabled
}\label{wxwindowsetthemeenabled
}
3495 \func{virtual void
}{SetThemeEnabled
}{\param{bool
}{enable
}}
3497 This function tells a window if it should use the system's "theme" code
3498 to draw the windows' background instead if its own background drawing
3499 code. This does not always have any effect since the underlying platform
3500 obviously needs to support the notion of themes in user defined windows.
3501 One such platform is GTK+ where windows can have (very colourful) backgrounds
3502 defined by a user's selected theme.
3504 Dialogs, notebook pages and the status bar have this flag set to true
3505 by default so that the default look and feel is simulated best.
3508 \membersection{wxWindow::SetToolTip
}\label{wxwindowsettooltip
}
3510 \func{void
}{SetToolTip
}{\param{const wxString\&
}{tip
}}
3512 \func{void
}{SetToolTip
}{\param{wxToolTip*
}{tip
}}
3514 Attach a tooltip to the window.
3516 See also:
\helpref{GetToolTip
}{wxwindowgettooltip
},
3517 \helpref{wxToolTip
}{wxtooltip
}
3520 \membersection{wxWindow::SetValidator
}\label{wxwindowsetvalidator
}
3522 \func{virtual void
}{SetValidator
}{\param{const wxValidator\&
}{ validator
}}
3524 Deletes the current validator (if any) and sets the window validator, having called wxValidator::Clone to
3525 create a new validator of this type.
3528 \membersection{wxWindow::SetVirtualSize
}\label{wxwindowsetvirtualsize
}
3530 \func{void
}{SetVirtualSize
}{\param{int
}{ width
},
\param{int
}{ height
}}
3532 \func{void
}{SetVirtualSize
}{\param{const wxSize\&
}{ size
}}
3534 Sets the virtual size of the window in pixels.
3537 \membersection{wxWindow::SetVirtualSizeHints
}\label{wxwindowsetvirtualsizehints
}
3539 \func{virtual void
}{SetVirtualSizeHints
}{\param{int
}{ minW
},
\param{int
}{ minH
},
\param{int
}{ maxW=-
1},
\param{int
}{ maxH=-
1}}
3541 \func{void
}{SetVirtualSizeHints
}{\param{const wxSize\&
}{ minSize=wxDefaultSize
},
3542 \param{const wxSize\&
}{ maxSize=wxDefaultSize
}}
3545 Allows specification of minimum and maximum virtual window sizes.
3546 If a pair of values is not set (or set to -
1), the default values
3549 \wxheading{Parameters
}
3551 \docparam{minW
}{Specifies the minimum width allowable.
}
3553 \docparam{minH
}{Specifies the minimum height allowable.
}
3555 \docparam{maxW
}{Specifies the maximum width allowable.
}
3557 \docparam{maxH
}{Specifies the maximum height allowable.
}
3559 \docparam{minSize
}{Minimum size.
}
3561 \docparam{maxSize
}{Maximum size.
}
3565 If this function is called, the user will not be able to size the virtual area
3566 of the window outside the given bounds.
3569 \membersection{wxWindow::SetWindowStyle
}\label{wxwindowsetwindowstyle
}
3571 \func{void
}{SetWindowStyle
}{\param{long
}{ style
}}
3573 Identical to
\helpref{SetWindowStyleFlag
}{wxwindowsetwindowstyleflag
}.
3576 \membersection{wxWindow::SetWindowStyleFlag
}\label{wxwindowsetwindowstyleflag
}
3578 \func{virtual void
}{SetWindowStyleFlag
}{\param{long
}{ style
}}
3580 Sets the style of the window. Please note that some styles cannot be changed
3581 after the window creation and that
\helpref{Refresh()
}{wxwindowrefresh
} might
3582 need to be be called after changing the others for the change to take place
3585 See
\helpref{Window styles
}{windowstyles
} for more information about flags.
3587 \wxheading{See also
}
3589 \helpref{GetWindowStyleFlag
}{wxwindowgetwindowstyleflag
}
3592 \membersection{wxWindow::SetWindowVariant
}\label{wxwindowsetwindowvariant
}
3594 \func{void
}{SetWindowVariant
}{\param{wxWindowVariant
}{variant
}}
3596 This function can be called under all platforms but only does anything under
3597 Mac OS X
10.3+ currently. Under this system, each of the standard control can
3598 exist in several sizes which correspond to the elements of wxWindowVariant
3601 enum wxWindowVariant
3603 wxWINDOW_VARIANT_NORMAL, // Normal size
3604 wxWINDOW_VARIANT_SMALL, // Smaller size (about
25 % smaller than normal )
3605 wxWINDOW_VARIANT_MINI, // Mini size (about
33 % smaller than normal )
3606 wxWINDOW_VARIANT_LARGE, // Large size (about
25 % larger than normal )
3610 By default the controls use the normal size, of course, but this function can
3611 be used to change this.
3614 \membersection{wxWindow::ShouldInheritColours
}\label{wxwindowshouldinheritcolours
}
3616 \func{virtual bool
}{ShouldInheritColours
}{\void}
3618 Return
\true from here to allow the colours of this window to be changed by
3619 \helpref{InheritAttributes
}{wxwindowinheritattributes
}, returning
\false
3620 forbids inheriting them from the parent window.
3622 The base class version returns
\false, but this method is overridden in
3623 \helpref{wxControl
}{wxcontrol
} where it returns
\true.
3626 \membersection{wxWindow::Show
}\label{wxwindowshow
}
3628 \func{virtual bool
}{Show
}{\param{bool
}{ show =
{\tt true
}}}
3630 Shows or hides the window. You may need to call
\helpref{Raise
}{wxwindowraise
}
3631 for a top level window if you want to bring it to top, although this is not
3632 needed if Show() is called immediately after the frame creation.
3634 \wxheading{Parameters
}
3636 \docparam{show
}{If
{\tt true
} displays the window. Otherwise, hides it.
}
3638 \wxheading{Return value
}
3640 {\tt true
} if the window has been shown or hidden or
{\tt false
} if nothing was
3641 done because it already was in the requested state.
3643 \wxheading{See also
}
3645 \helpref{wxWindow::IsShown
}{wxwindowisshown
},
\rtfsp
3646 \helpref{wxWindow::Hide
}{wxwindowhide
},
\rtfsp
3647 \helpref{wxRadioBox::Show
}{wxradioboxshow
}
3650 \membersection{wxWindow::Thaw
}\label{wxwindowthaw
}
3652 \func{virtual void
}{Thaw
}{\void}
3654 Reenables window updating after a previous call to
3655 \helpref{Freeze
}{wxwindowfreeze
}. To really thaw the control, it must be called
3656 exactly the same number of times as
\helpref{Freeze
}{wxwindowfreeze
}.
3658 \wxheading{See also
}
3660 \helpref{wxWindowUpdateLocker
}{wxwindowupdatelocker
}
3663 \membersection{wxWindow::ToggleWindowStyle
}\label{wxwindowtogglewindowstyle
}
3665 \func{bool
}{ToggleWindowStyle
}{\param{int
}{flag
}}
3667 Turns the given
\arg{flag
} on if it's currently turned off and vice versa.
3668 This function cannot be used if the value of the flag is $
0$ (which is often
3669 the case for default flags).
3671 Also, please notice that not all styles can be changed after the control
3674 \wxheading{Return value
}
3676 Returns
\true if the style was turned on by this function,
\false if it was
3679 \wxheading{See also
}
3681 \helpref{wxWindow::SetWindowStyleFlag
}{wxwindowsetwindowstyleflag
},
\rtfsp
3682 \helpref{wxWindow::HasFlag
}{wxwindowhasflag
}
3685 \membersection{wxWindow::TransferDataFromWindow
}\label{wxwindowtransferdatafromwindow
}
3687 \func{virtual bool
}{TransferDataFromWindow
}{\void}
3689 Transfers values from child controls to data areas specified by their validators. Returns
3690 {\tt false
} if a transfer failed.
3692 If the window has
{\tt wxWS
\_EX\_VALIDATE\_RECURSIVELY} extra style flag set,
3693 the method will also call TransferDataFromWindow() of all child windows.
3695 \wxheading{See also
}
3697 \helpref{wxWindow::TransferDataToWindow
}{wxwindowtransferdatatowindow
},
\rtfsp
3698 \helpref{wxValidator
}{wxvalidator
},
\helpref{wxWindow::Validate
}{wxwindowvalidate
}
3701 \membersection{wxWindow::TransferDataToWindow
}\label{wxwindowtransferdatatowindow
}
3703 \func{virtual bool
}{TransferDataToWindow
}{\void}
3705 Transfers values to child controls from data areas specified by their validators.
3707 If the window has
{\tt wxWS
\_EX\_VALIDATE\_RECURSIVELY} extra style flag set,
3708 the method will also call TransferDataToWindow() of all child windows.
3710 \wxheading{Return value
}
3712 Returns
{\tt false
} if a transfer failed.
3714 \wxheading{See also
}
3716 \helpref{wxWindow::TransferDataFromWindow
}{wxwindowtransferdatafromwindow
},
\rtfsp
3717 \helpref{wxValidator
}{wxvalidator
},
\helpref{wxWindow::Validate
}{wxwindowvalidate
}
3720 \membersection{wxWindow::UnregisterHotKey
}\label{wxwindowunregisterhotkey
}
3722 \func{bool
}{UnregisterHotKey
}{\param{int
}{ hotkeyId
}}
3724 Unregisters a system wide hotkey.
3726 \wxheading{Parameters
}
3728 \docparam{hotkeyId
}{Numeric identifier of the hotkey. Must be the same id that was passed to RegisterHotKey.
}
3730 \wxheading{Return value
}
3732 {\tt true
} if the hotkey was unregistered successfully,
{\tt false
} if the id was invalid.
3736 This function is currently only implemented under MSW.
3738 \wxheading{See also
}
3740 \helpref{wxWindow::RegisterHotKey
}{wxwindowregisterhotkey
}
3743 \membersection{wxWindow::Update
}\label{wxwindowupdate
}
3745 \func{virtual void
}{Update
}{\void}
3747 Calling this method immediately repaints the invalidated area of the window and
3748 all of its children recursively while this would usually only happen when the
3749 flow of control returns to the event loop.
3750 Notice that this function doesn't invalidate any area of the window so
3751 nothing happens if nothing has been invalidated (i.e. marked as requiring
3752 a redraw). Use
\helpref{Refresh
}{wxwindowrefresh
} first if you want to
3753 immediately redraw the window unconditionally.
3756 \membersection{wxWindow::UpdateWindowUI
}\label{wxwindowupdatewindowui
}
3758 \func{virtual void
}{UpdateWindowUI
}{\param{long
}{ flags = wxUPDATE
\_UI\_NONE}}
3760 This function sends
\helpref{wxUpdateUIEvents
}{wxupdateuievent
} to
3761 the window. The particular implementation depends on the window; for
3762 example a wxToolBar will send an update UI event for each toolbar button,
3763 and a wxFrame will send an update UI event for each menubar menu item.
3764 You can call this function from your application to ensure that your
3765 UI is up-to-date at this point (as far as your wxUpdateUIEvent handlers
3766 are concerned). This may be necessary if you have called
3767 \helpref{wxUpdateUIEvent::SetMode
}{wxupdateuieventsetmode
} or
3768 \helpref{wxUpdateUIEvent::SetUpdateInterval
}{wxupdateuieventsetupdateinterval
} to
3769 limit the overhead that wxWidgets incurs by sending update UI events in idle time.
3771 {\it flags
} should be a bitlist of one or more of the following values.
3776 wxUPDATE_UI_NONE =
0x0000, // No particular value
3777 wxUPDATE_UI_RECURSE =
0x0001, // Call the function for descendants
3778 wxUPDATE_UI_FROMIDLE =
0x0002 // Invoked from On(Internal)Idle
3782 If you are calling this function from an OnInternalIdle or OnIdle
3783 function, make sure you pass the wxUPDATE
\_UI\_FROMIDLE flag, since
3784 this tells the window to only update the UI elements that need
3785 to be updated in idle time. Some windows update their elements
3786 only when necessary, for example when a menu is about to be shown.
3787 The following is an example of how to call UpdateWindowUI from
3791 void MyWindow::OnInternalIdle()
3793 if (wxUpdateUIEvent::CanUpdate(this))
3794 UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
3798 \wxheading{See also
}
3800 \helpref{wxUpdateUIEvent
}{wxupdateuievent
},
3801 \helpref{wxWindow::DoUpdateWindowUI
}{wxwindowdoupdatewindowui
},
3802 \helpref{wxWindow::OnInternalIdle
}{wxwindowoninternalidle
}
3805 \membersection{wxWindow::Validate
}\label{wxwindowvalidate
}
3807 \func{virtual bool
}{Validate
}{\void}
3809 Validates the current values of the child controls using their validators.
3811 If the window has
{\tt wxWS
\_EX\_VALIDATE\_RECURSIVELY} extra style flag set,
3812 the method will also call Validate() of all child windows.
3814 \wxheading{Return value
}
3816 Returns
{\tt false
} if any of the validations failed.
3818 \wxheading{See also
}
3820 \helpref{wxWindow::TransferDataFromWindow
}{wxwindowtransferdatafromwindow
},
\rtfsp
3821 \helpref{wxWindow::TransferDataToWindow
}{wxwindowtransferdatatowindow
},
\rtfsp
3822 \helpref{wxValidator
}{wxvalidator
}
3825 \membersection{wxWindow::WarpPointer
}\label{wxwindowwarppointer
}
3827 \func{void
}{WarpPointer
}{\param{int
}{ x
},
\param{int
}{ y
}}
3829 Moves the pointer to the given position on the window.
3831 {\bf NB:
} This function is not supported under Mac because Apple Human
3832 Interface Guidelines forbid moving the mouse cursor programmatically.
3834 \wxheading{Parameters
}
3836 \docparam{x
}{The new x position for the cursor.
}
3838 \docparam{y
}{The new y position for the cursor.
}