]> git.saurik.com Git - wxWidgets.git/commitdiff
move TODO items for wxDocs from the wxwiki to the doxygen manual
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 31 Mar 2008 14:14:18 +0000 (14:14 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 31 Mar 2008 14:14:18 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/eventhandling.h
interface/dc.h

index 73fe01ca8847e516e305f43f9340d2c6893eac36..3a0b0d9155c08ac5bed43fc06d2be5392aa4dc65 100644 (file)
@@ -485,5 +485,12 @@ void MyWindow::SendEvent()
 For the full list of event classes, please see the
 @ref group_class_events "event classes group page".
 
+
+@todo for all controls state clearly when calling a member function results in an 
+      event being generated and when it doesn't (possibly updating also the 
+      'Events generated by the user vs programmatically generated events' paragraph 
+      of the 'Event handling overview' with the list of the functions which break 
+      that rule).
+
 */
 
index 3b6ba062d8a8131a6dc330a97c5a61234b597fe5..b681c59406b0657c599ca4e596336b1fbfcfbaec 100644 (file)
     there are also versions which accept single @c wxPoint parameter instead of
     two @c wxCoord ones or @c wxPoint and @c wxSize instead of four of
     them.
+    
+    @todo Precise definition of default/initial state.
+    
+    @todo Pixelwise definition of operations (e.g. last point of a line not drawn).
+    
+    @todo Coordinates: state clearly which type of coordinates are returned by the 
+          various Get*Point() or similar functions - often they are client coordinates 
+          but not always
+    
 
     @library{wxcore}
     @category{dc,gdi}