Ardour  8.7-15-gadf511264b
textiter.h File Reference
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
#include <glibmm/exceptionhandler.h>
#include <glibmm/slisthandle.h>
#include <gdkmm/pixbuf.h>
#include <gtkmm/texttag.h>
#include <gtkmm/textchildanchor.h>
#include <gtkmm/textattributes.h>
Include dependency graph for textiter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gtk::TextIter
 

Namespaces

 Gtk
 
 Glib
 

Enumerations

enum  Gtk::TextSearchFlags { Gtk::TEXT_SEARCH_VISIBLE_ONLY = 1 << 0 , Gtk::TEXT_SEARCH_TEXT_ONLY = 1 << 1 }
 

Functions

TextSearchFlags Gtk::operator| (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator& (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator^ (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator~ (TextSearchFlags flags)
 
TextSearchFlags & Gtk::operator|= (TextSearchFlags &lhs, TextSearchFlags rhs)
 
TextSearchFlags & Gtk::operator&= (TextSearchFlags &lhs, TextSearchFlags rhs)
 
TextSearchFlags & Gtk::operator^= (TextSearchFlags &lhs, TextSearchFlags rhs)