]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxNB_FLAT for WinCE property sheet tabs
authorJulian Smart <julian@anthemion.co.uk>
Sun, 13 Mar 2005 17:46:23 +0000 (17:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 13 Mar 2005 17:46:23 +0000 (17:46 +0000)
Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
Dialog size now takes into account SIP or menubar.
Panels more naturally white on PocketPC.
wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
with correct titlebar style.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dialog.tex
docs/latex/wx/frame.tex
docs/latex/wx/maxzevt.tex
docs/latex/wx/notebook.tex

index 7423e38860b413b8153c231baaebbd6547b6ad7d..7ee750a84904dd89ad413b32359d2a579e72e091 100644 (file)
@@ -81,6 +81,7 @@ style to prevent this from happening and create an orphan dialog. This is not re
 caption. When pressed, Windows will go into a context-sensitive help mode and wxWidgets will send
 a wxEVT\_HELP event if the user clicked on an application window. {\it Note}\ that this is an extended
 style and must be set by calling \helpref{SetExtraStyle}{wxwindowsetextrastyle} before Create is called (two-step construction).}
+\twocolitem{\windowstyle{wxDIALOG\_EX\_METAL}}{On Mac OS X, frames with this style will be shown with a metallic look. This is an {\it extra} style.}
 \end{twocollist}
 
 Under Unix or Linux, MWM (the Motif Window Manager) or other window managers
index 3fe2a313f5976724da4424afa70b2b6fbd2fd781..b16d7b3a1d046de81c957459db9130850e623394 100644 (file)
@@ -61,6 +61,7 @@ frames having this style (the dialogs don't have a minimize or a maximize box by
 default)}
 \twocolitem{\windowstyle{wxFRAME\_SHAPED}}{Windows with this style are
   allowed to have their shape changed with the \helpref{SetShape}{wxtoplevelwindowsetshape} method.}
+\twocolitem{\windowstyle{wxFRAME\_EX\_METAL}}{On Mac OS X, frames with this style will be shown with a metallic look. This is an {\it extra} style.}
 \end{twocollist}
 
 The default frame style is for normal, resizeable frames. To create a frame
index d3c57f5284539220141dbf1e86412e7dd49ea5b2..6392bf9e31e6029b7d27b26f294bc1dc3d760084 100644 (file)
@@ -11,7 +11,7 @@
 
 \section{\class{wxMaximizeEvent}}\label{wxmaximizeevent}
 
-An event being sent when the frame is maximized (minimized) or restored.
+An event being sent when the frame is maximized or restored.
 
 \wxheading{Derived from}
 
index c3e7ef6d800812c6212b05ba083713a7393c9165..ed7a112c1f9b378454bf2399516601c66f1fe2a0 100644 (file)
@@ -30,6 +30,7 @@ managed by wxNotebook.
 \twocolitem{\windowstyle{wxNB\_FIXEDWIDTH}}{(Windows only) All tabs will have same width.}
 \twocolitem{\windowstyle{wxNB\_MULTILINE}}{(Windows only) There can be several rows of tabs.}
 \twocolitem{\windowstyle{wxNB\_NOPAGETHEME}}{(Windows only) Display a solid colour on notebook pages, and not a gradient, which can reduce performance.}
+\twocolitem{\windowstyle{wxNB\_FLAT}}{(Windows CE only) Show tabs in a flat style.}
 
 \end{twocollist}