Did much work on colors. It doesn't work and I guess
it's a GTK bug. Small change to Blit() Added GTK_NO_TYPE_CHECK when compiling without debug_flag Added more wxCHECK_XXX git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -2,9 +2,8 @@
 | 
			
		||||
// Name:        slider.cpp
 | 
			
		||||
// Purpose:
 | 
			
		||||
// Author:      Robert Roebling
 | 
			
		||||
// Created:     01/02/97
 | 
			
		||||
// Id:
 | 
			
		||||
// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
 | 
			
		||||
// Id:          $Id$
 | 
			
		||||
// Copyright:   (c) 1998 Robert Roebling
 | 
			
		||||
// Licence:   	wxWindows licence
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
@@ -100,6 +99,8 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id,
 | 
			
		||||
  
 | 
			
		||||
  PostCreation();
 | 
			
		||||
  
 | 
			
		||||
  SetBackgroundColour( parent->GetBackgroundColour() );
 | 
			
		||||
 | 
			
		||||
  Show( TRUE );
 | 
			
		||||
    
 | 
			
		||||
  return TRUE;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user