| Import line: | Gtk = imports.gi.Gtk; | 
| GIR File: | Gtk-3.0.gir | 
| C documentation: | GtkTextSearchFlags | 
| Enum : | TextSearchFlags | 
| Properties | |
|---|---|
| 
			
			 
		guint32 Gtk.TextSearchFlags.CASE_INSENSITIVE : 4
			 
		  
			 | 
		   
		|
| 
			
			 
		guint32 Gtk.TextSearchFlags.TEXT_ONLY : 2
			 
		  
			 | 
		   
		|
| 
			
			 
		guint32 Gtk.TextSearchFlags.VISIBLE_ONLY : 1
			 
		  
			 | 
		   
		|
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			Gtk.TextIter
             Method  | 
            
            
 
	   
            
                
		 
			backward_search
				
				 (String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit) 
			
				
					 : 
					gboolean
					
				
			
		 
                Same as gtk_text_iter_forward_search(), but moves backward.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gtk.TextIter
             Method  | 
            
            
 
	   
            
                
		 
			forward_search
				
				 (String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit) 
			
				
					 : 
					gboolean
					
				
			
		 
                Searches forward for str.  
		 
		 
		 
                 
		     
              
             |