Changeset 56170
- Timestamp:
- 10/08/08 11:19:02 (7 weeks ago)
- Location:
- wxWidgets/trunk/include/wx/propgrid
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/include/wx/propgrid/editors.h
r56129 r56170 392 392 393 393 394 #if wxPG_INCLUDE_CHECKBOX || defined(DOXYGEN)394 #if wxPG_INCLUDE_CHECKBOX 395 395 396 396 // … … 540 540 void Finalize( wxPropertyGrid* propGrid, const wxPoint& pos ); 541 541 542 #ifndef DOXYGEN543 542 protected: 544 543 … … 548 547 wxSize m_fullEditorSize; 549 548 int m_buttonsWidth; 550 #endif // !DOXYGEN551 549 }; 552 550 -
wxWidgets/trunk/include/wx/propgrid/manager.h
r56096 r56170 615 615 public: 616 616 617 #ifndef DOXYGEN618 619 617 // 620 618 // Overridden functions - no documentation required. … … 735 733 DECLARE_EVENT_TABLE() 736 734 #endif // #ifndef SWIG 737 #endif // #ifndef DOXYGEN738 735 }; 739 736 -
wxWidgets/trunk/include/wx/propgrid/propgrid.h
r56169 r56170 1358 1358 int flags = SendEvtChanging ); 1359 1359 1360 #ifndef DOXYGEN1361 1360 public: 1362 1361 … … 1819 1818 bool ButtonTriggerKeyTest( int action, wxKeyEvent& event ); 1820 1819 1821 #endif // DOXYGEN_SHOULD_SKIP_THIS1822 1823 private:1824 1820 DECLARE_EVENT_TABLE() 1825 1821 #endif // #ifndef SWIG … … 2181 2177 #endif 2182 2178 2183 // Doxygen special 2184 #ifdef DOXYGEN 2185 #include "wx/propgrid/editor.h" 2186 #include "wx/propgrid/manager.h" 2179 // ----------------------------------------------------------------------- 2180 2187 2181 #endif 2188 2182 2189 // -----------------------------------------------------------------------2190 2191 #endif2192 2193 2183 #endif // _WX_PROPGRID_PROPGRID_H_ 2194 2184
