This commit was manufactured by cvs2svn to create tag 'WX_2_2_9'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_2_9@13364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,7 +39,7 @@ No absolute positioning is supported but you can specify the number
|
||||
of rows, and add tool separators with {\bf AddSeparator}.
|
||||
Tooltips are supported. {\bf OnRightClick} is not supported. This is the default wxToolBar
|
||||
on Windows 95, Windows NT 4 and above. With the style wxTB\_FLAT, the flat toolbar
|
||||
look is used, with a border that is highlit when the cursor moves over the buttons.
|
||||
look is used, with a border that is highlighted when the cursor moves over the buttons.
|
||||
\end{itemize}
|
||||
|
||||
A toolbar might appear as a single row of images under
|
||||
@@ -72,7 +72,7 @@ Include {\tt "wx/toolbar.h"}, or if using a class directly, one of:
|
||||
\end{itemize}
|
||||
|
||||
Example of toolbar use are given in the sample program ``toolbar''. The
|
||||
source is given below. In fact it's out of date because recommended
|
||||
source is given below. In fact it is out of date because recommended
|
||||
practise is to use event handlers (using EVT\_MENU or EVT\_TOOL) instead of
|
||||
overriding OnLeftClick.
|
||||
|
||||
@@ -86,7 +86,7 @@ overriding OnLeftClick.
|
||||
// Created: 04/01/98
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
// License: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
|
Reference in New Issue
Block a user