No real changes, just clean up sources by removing trailing spaces from all the non-generated files. This should hopefully avoid future commits mixing significant changes with insignificant whitespace ones.
		
			
				
	
	
		
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			690 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| List of classes which should use their native GTK+ equivalents but don't:
 | |
| 
 | |
| - wxSearchCtrl
 | |
|     Should use GtkSearchEntry (GTK+ 3.6+)
 | |
| 
 | |
| - wxStatusBar:
 | |
|     Problem with multiple fields, GtkStatusbar only seems to support one pane
 | |
| 
 | |
| - wxTreeCtrl
 | |
|     Ryan Norton has implemented this
 | |
| 
 | |
| - wxListCtrl
 | |
|     Could be reimplemeted in terms of wxDataViewCtrl?
 | |
| 
 | |
| - wxSplitterWindow
 | |
|     Not possible because GTK's GtkHPane and GtkVPane
 | |
|     only support either horizontal or vertical panes
 | |
|     (therefore their names) whereas wxSplitterWindow
 | |
|     supports both and can even change orientiation at
 | |
|     runtime.
 | |
| 
 | |
| - wxDatePickerCtrl
 | |
| - wxCalendarCtrl
 | |
|     Use GtkCalendar
 | |
| 
 | |
| - wxWizard
 | |
|     Can GtkAssistant be used?
 |