]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/f.html
rebaked after changing the version number
[wxWidgets.git] / samples / html / test / f.html
index 625ec44f81e4b2eb577bf5ac74dc61f744ab3185..c3aa8379507fe9384c664e481708342a802069ed 100644 (file)
@@ -1,5 +1,7 @@
 <HTML>
-<head><title>wxWindow</title></head>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>wxWindow</title></head>
 <BODY BGCOLOR="#FFFFFF">
 <A NAME="wxwindow"></A><CENTER>
 <A HREF="http://www.wx.org/wx.zip#zip:wx.htm#anchor">Contents</A> <A HREF="wx22.htm#classref">Up</A> <A HREF="wx259.htm#wxwave">&lt;&lt;</A> <A HREF="wx261.htm#wxwindowdc">&gt;&gt;</A> </CENTER><HR>
@@ -78,16 +80,6 @@ events. Windows only.
 </TD></TR>
 
 
-<TR><TD VALIGN=TOP>
-<B>wxNO_3D</B>
-</TD>
-
-<TD VALIGN=TOP>
-Prevents the children of this window taking on 3D styles, even though
-the application-wide policy is for 3D controls. Windows only.
-</TD></TR>
-
-
 <TR><TD VALIGN=TOP>
 <B>wxTAB_TRAVERSAL</B>
 </TD>
@@ -199,7 +191,6 @@ See also <A HREF="wx305.htm#windowstyles">window styles overview</A>.<P>
 <A HREF="#wxwindowonkillfocus">wxWindow::OnKillFocus</A><BR>
 <A HREF="#wxwindowonidle">wxWindow::OnIdle</A><BR>
 <A HREF="#wxwindowoninitdialog">wxWindow::OnInitDialog</A><BR>
-<A HREF="#wxwindowonmenucommand">wxWindow::OnMenuCommand</A><BR>
 <A HREF="#wxwindowonmenuhighlight">wxWindow::OnMenuHighlight</A><BR>
 <A HREF="#wxwindowonmouseevent">wxWindow::OnMouseEvent</A><BR>
 <A HREF="#wxwindowonmove">wxWindow::OnMove</A><BR>
@@ -1072,7 +1063,7 @@ Returns a 2-tuple,  (width, height)
 
 <TD VALIGN=TOP>
 Returns a
-4-tuple, (width, height, descent, externalLeading) 
+4-tuple, (width, height, descent, externalLeading)
 </TD></TR>
 
 
@@ -1523,25 +1514,6 @@ the validator that each control has.<P>
 <B><FONT COLOR="#FF0000">See also</FONT></B><P>
 <A HREF="wx255.htm#wxvalidator">wxValidator</A>, <A HREF="wx260.htm#wxwindowtransferdatatowindow">wxWindow::TransferDataToWindow</A><P>
 
-<HR>
-<A NAME="wxwindowonmenucommand"></A>
-<H3>wxWindow::OnMenuCommand</H3>
-<P>
-<B>void</B> <B>OnMenuCommand</B>(<B>wxCommandEvent&amp; </B><I>event</I>)<P>
-Called when a menu command is received from a menu bar.<P>
-<B><FONT COLOR="#FF0000">Parameters</FONT></B><P>
-<I>event</I><UL><UL>
-The menu command event. For more information, see <A HREF="wx52.htm#wxcommandevent">wxCommandEvent</A>.</UL></UL>
-<P>
-<B><FONT COLOR="#FF0000">Remarks</FONT></B><P>
-A function with this name doesn't actually exist; you can choose any member function to receive
-menu command events, using the EVT_COMMAND macro for individual commands or EVT_COMMAND_RANGE for
-a range of commands.<P>
-<B><FONT COLOR="#FF0000">See also</FONT></B><P>
-<A HREF="wx52.htm#wxcommandevent">wxCommandEvent</A>,
-<A HREF="wx260.htm#wxwindowonmenuhighlight">wxWindow::OnMenuHighlight</A>,
-<A HREF="wx299.htm#eventhandlingoverview">Event handling overview</A><P>
-
 <HR>
 <A NAME="wxwindowonmenuhighlight"></A>
 <H3>wxWindow::OnMenuHighlight</H3>
@@ -1564,7 +1536,6 @@ This function was known as <B>OnMenuSelect</B> in earlier versions of wxWindows,
 since a selection is normally a left-click action.<P>
 <B><FONT COLOR="#FF0000">See also</FONT></B><P>
 <A HREF="wx143.htm#wxmenuevent">wxMenuEvent</A>,
-<A HREF="wx260.htm#wxwindowonmenucommand">wxWindow::OnMenuCommand</A>,
 <A HREF="wx299.htm#eventhandlingoverview">Event handling overview</A><P>