untested changes...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-05-13 17:18:46 +00:00
parent 5db89e99cb
commit c3317e87ec
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ TODO
===================================================================== =====================================================================
Adding many lines makes it terribly slow. Adding many lines makes it terribly slow.
Printing produces empty pages only. Printing produces empty pages only.
Formatting of first text in message in M is broken. Formatting of first text in message in M is broken.

View File

@@ -790,6 +790,7 @@ public:
@return the default settings of the list @return the default settings of the list
*/ */
wxLayoutStyleInfo *GetDefaults(void) { return m_DefaultSetting ; } wxLayoutStyleInfo *GetDefaults(void) { return m_DefaultSetting ; }
wxLayoutStyleInfo *GetStyleInfo(void) { return &m_CurrentSetting ; }
//@} //@}
/**@name Drawing */ /**@name Drawing */