CVS: [RR] wxWindows/src/gtk dataview.cpp,1.49,1.50

Vadim Zeitlin vadim at wxwindows.org
Wed Nov 1 07:34:43 PST 2006


On 1 Nov 2006 15:25:21 -0000 anonymous at sunsite.dk wrote:

> Update of /pack/cvsroots/wxwindows/wxWindows/src/gtk
> In directory sunsite.dk:/tmp/cvs-serv15562/src/gtk
> 
> Modified Files:
> 	dataview.cpp 
> Log Message:
> 
>   Make wxDataViewCtrl compile and work in ANSI mode.

 Thanks!

> Index: dataview.cpp
> ===================================================================
> RCS file: /pack/cvsroots/wxwindows/wxWindows/src/gtk/dataview.cpp,v
> retrieving revision 1.49
> retrieving revision 1.50
> diff -u -b -r1.49 -r1.50
> --- dataview.cpp	2006/11/01 14:04:59	1.49
> +++ dataview.cpp	2006/11/01 15:24:48	1.50
> @@ -299,6 +299,9 @@
>      GtkWxListStore *list_store = (GtkWxListStore *) tree_model;
>      g_return_if_fail (GTK_IS_WX_LIST_STORE (tree_model) );
>  
> +    wxPrintf( wxT("Hi\n") );
> +
> +#if 0

 But this is probably not intentional...

 Regards,
VZ





More information about the wx-dev mailing list