Fix #111031, reported by Padraig O'Briain:
2004-12-08 Matthias Clasen <mclasen@redhat.com> Fix #111031, reported by Padraig O'Briain: * gtk/gtktextlayout.h: * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position): Add a variant of gtk_text_layout_get_iter_at_pixel() which returns the character at the position, not the closest cursor position. * gtk/gtktextview.h: * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): Add a variant of gtk_text_view_get_iter_at_location() which returns the character at the position, not the closest cursor position.
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							456ebcea28
						
					
				
				
					commit
					057ab5a4df
				
			| @ -1,3 +1,19 @@ | ||||
| 2004-12-08  Matthias Clasen  <mclasen@redhat.com> | ||||
|  | ||||
| 	Fix #111031, reported by Padraig O'Briain: | ||||
| 	 | ||||
| 	* gtk/gtktextlayout.h:  | ||||
| 	* gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_position):  | ||||
| 	Add a variant of gtk_text_layout_get_iter_at_pixel() which | ||||
| 	returns the character at the position, not the closest | ||||
| 	cursor position. | ||||
|  | ||||
| 	* gtk/gtktextview.h:  | ||||
| 	* gtk/gtktextview.c (gtk_text_view_get_iter_at_position):  | ||||
| 	Add a variant of gtk_text_view_get_iter_at_location() which | ||||
| 	returns the character at the position, not the closest | ||||
| 	cursor position. | ||||
|  | ||||
| 2004-12-08  Matthias Clasen  <mclasen@redhat.com> | ||||
|  | ||||
| 	* gtk/gtkaccelmap.c (internal_change_entry): Remove all  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user