]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix manual references to the events overview after it's page ID was changed in r58712...
authorBryan Petty <bryan@ibaku.net>
Wed, 18 Feb 2009 00:19:22 +0000 (00:19 +0000)
committerBryan Petty <bryan@ibaku.net>
Wed, 18 Feb 2009 00:19:22 +0000 (00:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 files changed:
docs/doxygen/groups/class_events.h
docs/doxygen/images/overview_eventhandling_chain.dia [deleted file]
docs/doxygen/images/overview_eventhandling_chain.png [deleted file]
docs/doxygen/images/overview_eventhandling_winstack.dia [deleted file]
docs/doxygen/images/overview_eventhandling_winstack.png [deleted file]
docs/doxygen/images/overview_events_chain.dia [new file with mode: 0644]
docs/doxygen/images/overview_events_chain.png [new file with mode: 0644]
docs/doxygen/images/overview_events_winstack.dia [new file with mode: 0644]
docs/doxygen/images/overview_events_winstack.png [new file with mode: 0644]
docs/doxygen/mainpages/cat_classes.h
docs/doxygen/overviews/eventhandling.h
docs/doxygen/overviews/validator.h
interface/wx/event.h
interface/wx/laywin.h
interface/wx/process.h
interface/wx/radiobox.h
interface/wx/radiobut.h
interface/wx/sashwin.h
interface/wx/scrolbar.h
interface/wx/slider.h
interface/wx/splitter.h
interface/wx/window.h

index 89cb965d5857eec8d342f48a4a531e702997ca84..9c020b38d71f0b63d3cb6d23eea42293795b447e 100644 (file)
@@ -14,7 +14,7 @@
 An event object contains information about a specific event. Event handlers
 (usually member functions) have a single, event argument.
 
-Related Overviews: @ref overview_eventhandling
+Related Overviews: @ref overview_events
 
 Related macros/global-functions group: @ref group_funcmacro_events
 
diff --git a/docs/doxygen/images/overview_eventhandling_chain.dia b/docs/doxygen/images/overview_eventhandling_chain.dia
deleted file mode 100644 (file)
index b9d12e3..0000000
Binary files a/docs/doxygen/images/overview_eventhandling_chain.dia and /dev/null differ
diff --git a/docs/doxygen/images/overview_eventhandling_chain.png b/docs/doxygen/images/overview_eventhandling_chain.png
deleted file mode 100644 (file)
index fa4c931..0000000
Binary files a/docs/doxygen/images/overview_eventhandling_chain.png and /dev/null differ
diff --git a/docs/doxygen/images/overview_eventhandling_winstack.dia b/docs/doxygen/images/overview_eventhandling_winstack.dia
deleted file mode 100644 (file)
index 8b82bea..0000000
Binary files a/docs/doxygen/images/overview_eventhandling_winstack.dia and /dev/null differ
diff --git a/docs/doxygen/images/overview_eventhandling_winstack.png b/docs/doxygen/images/overview_eventhandling_winstack.png
deleted file mode 100644 (file)
index 397a97c..0000000
Binary files a/docs/doxygen/images/overview_eventhandling_winstack.png and /dev/null differ
diff --git a/docs/doxygen/images/overview_events_chain.dia b/docs/doxygen/images/overview_events_chain.dia
new file mode 100644 (file)
index 0000000..b9d12e3
Binary files /dev/null and b/docs/doxygen/images/overview_events_chain.dia differ
diff --git a/docs/doxygen/images/overview_events_chain.png b/docs/doxygen/images/overview_events_chain.png
new file mode 100644 (file)
index 0000000..fa4c931
Binary files /dev/null and b/docs/doxygen/images/overview_events_chain.png differ
diff --git a/docs/doxygen/images/overview_events_winstack.dia b/docs/doxygen/images/overview_events_winstack.dia
new file mode 100644 (file)
index 0000000..8b82bea
Binary files /dev/null and b/docs/doxygen/images/overview_events_winstack.dia differ
diff --git a/docs/doxygen/images/overview_events_winstack.png b/docs/doxygen/images/overview_events_winstack.png
new file mode 100644 (file)
index 0000000..397a97c
Binary files /dev/null and b/docs/doxygen/images/overview_events_winstack.png differ
index bdcd856b5380137a34c85bce1e15f3e586f90b25..f402f64ec8b5398e495612c6a5ef2c277e64bddb 100644 (file)
@@ -406,7 +406,7 @@ Related Overviews: @ref overview_bitmap
 An event object contains information about a specific event. Event handlers
 (usually member functions) have a single, event argument.
 
-Related Overviews: @ref overview_eventhandling
+Related Overviews: @ref overview_events
 
 @li wxActivateEvent: A window or application activation event
 @li wxCalendarEvent: Used with wxCalendarCtrl
index 0e4c7f2392cd26e1b9783efed49a43c0c3091c59..60e483927d1d1dacc153e96d184cb482e35aa4fa 100644 (file)
@@ -7,9 +7,10 @@
 /////////////////////////////////////////////////////////////////////////////\r
 \r
 /**\r
-    @page overview_events Events and Event Handling\r
 \r
-    Related classes: wxEvtHandler, wxWindow, wxEvent\r
+@page overview_events Events and Event Handling\r
+\r
+Related classes: wxEvtHandler, wxWindow, wxEvent\r
 \r
 @li @ref overview_events_introduction\r
 @li @ref overview_events_eventhandling\r
index d6ca08f83e5b54cbeddaf9bd53fbc2922582aaad..641f969844e10b8f824e962bb3b7f54e08eb9b49 100644 (file)
@@ -90,7 +90,7 @@ internally.
 
 You can optionally define event handlers for the validator, to implement
 filtering. These handlers will capture events before the control itself does
-(see @ref overview_eventhandling_processing).
+(see @ref overview_events_processing).
 For an example implementation, see the @c valtext.h and @c valtext.cpp files in the
 wxWidgets library.
 
index bb19a3c7c78f7207c1fb3f3a1167a61ec65ff143..eaf87f11354f21744fc57e3ad566e710aa34bbbc 100644 (file)
@@ -455,7 +455,7 @@ public:
            function was found, in which case the function exits.
         -# The search is applied down the entire chain of event handlers (usually the
            chain has a length of one). This chain can be formed using wxEvtHandler::SetNextHandler():
-              @image html overview_eventhandling_chain.png
+              @image html overview_events_chain.png
            (referring to the image, if @c A->ProcessEvent is called and it doesn't handle
             the event, @c B->ProcessEvent will be called and so on...).
            Note that in the case of wxWindow you can build a stack of event handlers
index 852c635ac2d878c9f6d3cb33a398d030a12db191..9c30c52e2fc4b7d7c06cb744448df38eb78e9331 100644 (file)
@@ -106,7 +106,7 @@ enum wxLayoutAlignment
     @library{wxadv}
     @category{winlayout}
 
-    @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling
+    @see wxSashEvent, wxSashLayoutWindow, @ref overview_events
 */
 class wxLayoutAlgorithm : public wxObject
 {
@@ -169,7 +169,7 @@ public:
     @library{wxadv}
     @category{miscwnd}
 
-    @see wxLayoutAlgorithm, wxSashWindow, @ref overview_eventhandling
+    @see wxLayoutAlgorithm, wxSashWindow, @ref overview_events
 */
 class wxSashLayoutWindow : public wxSashWindow
 {
index f64eb96774ce221492d390418b39f93375ab2dcd..996f0911c4a4439586cc602d75e2c396ea6ef1a4 100644 (file)
@@ -270,7 +270,7 @@ public:
     @library{wxbase}
     @category{events}
 
-    @see wxProcess, @ref overview_eventhandling
+    @see wxProcess, @ref overview_events
 */
 class wxProcessEvent : public wxEvent
 {
index bf5f170776b275bc327fb8147a55de7c9f714b01..159d5791b331d8901c2d50b32ca908f034884420 100644 (file)
@@ -34,7 +34,7 @@
     @category{ctrl}
     @appearance{radiobox.png}
 
-    @see @ref overview_eventhandling, wxRadioButton, wxCheckBox
+    @see @ref overview_events, wxRadioButton, wxCheckBox
 */
 class wxRadioBox : public wxControl, wxItemContainerImmutable
 {
index 439fc32bfd66b2638c20548de1f36711a524e7a5..8deb1ec5b2ff88cadf8e49457f51b087c52fbdd9 100644 (file)
@@ -40,7 +40,7 @@
     @category{ctrl}
     @appearance{radiobutton.png}
 
-    @see @ref overview_eventhandling, wxRadioBox, wxCheckBox
+    @see @ref overview_events, wxRadioBox, wxCheckBox
 */
 class wxRadioButton : public wxControl
 {
index da59269f0a9e8e33228e070fe3806bf217d05124..78cc5e2022f4bfa2bff2a2b50b7c6fba2a2d3380 100644 (file)
@@ -63,7 +63,7 @@ enum wxSashDragStatus
     @library{wxadv}
     @category{miscwnd}
 
-    @see wxSashEvent, wxSashLayoutWindow, @ref overview_eventhandling
+    @see wxSashEvent, wxSashLayoutWindow, @ref overview_events
 */
 class wxSashWindow : public wxWindow
 {
@@ -222,7 +222,7 @@ public:
     @library{wxadv}
     @category{events}
 
-    @see wxSashWindow, @ref overview_eventhandling
+    @see wxSashWindow, @ref overview_events
 */
 class wxSashEvent : public wxCommandEvent
 {
index 76d5bba01a62586aba7bc37bb488b6dd85a2ecfc..45bc3e38242e4eddf3585f958b93b04a316b27c3 100644 (file)
     @category{ctrl}
     @appearance{scrollbar.png}
 
-    @see @ref overview_scrolling, @ref overview_eventhandling, wxScrolled
+    @see @ref overview_scrolling, @ref overview_events, wxScrolled
 */
 class wxScrollBar : public wxControl
 {
index 6bb50161b83528ee40a604ed1fca12ec76e9d39b..504b4d549c3fccce87b5dd9c19c3c33c64d578a7 100644 (file)
     @category{ctrl}
     @appearance{slider.png}
 
-    @see @ref overview_eventhandling, wxScrollBar
+    @see @ref overview_events, wxScrollBar
 */
 class wxSlider : public wxControl
 {
index 7934d3db1ec4c9a9090561d5eb32519783e82cff..345fa0fdbe7a356567a152eca1343be6038bf6c5 100644 (file)
@@ -423,7 +423,7 @@ public:
     @library{wxcore}
     @category{events}
 
-    @see wxSplitterWindow, @ref overview_eventhandling
+    @see wxSplitterWindow, @ref overview_events
 */
 class wxSplitterEvent : public wxNotifyEvent
 {
index fc5e5c9e575893edec90e1d1971ede87c26cec73..3580eb0fc2408adc1e952253561668c2f6fc0466 100644 (file)
@@ -1702,7 +1702,7 @@ public:
         Removes and returns the top-most event handler on the event handler stack.
 
         E.g. in the case of:
-            @image html overview_eventhandling_winstack.png
+            @image html overview_events_winstack.png
         when calling @c W->PopEventHandler(), the event handler @c A will be
         removed and @c B will be the first handler of the stack.
 
@@ -1737,7 +1737,7 @@ public:
             W->PushEventHandler(B);
         @endcode
         you will end up with the following situation:
-            @image html overview_eventhandling_winstack.png
+            @image html overview_events_winstack.png
 
         Note that you can use wxWindow::PopEventHandler to remove the event handler.