logo top
Main Page   Widgets   Namespaces   Book  

textiter.h File Reference


Namespaces

namespace  Glib
namespace  Gtk

Classes

class  Gtk::TextIter
 Typefed as Gtk::TextBuffer::iterator. More...

Enumerations

enum  Gtk::TextSearchFlags {
  Gtk::TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
  Gtk::TEXT_SEARCH_TEXT_ONLY = 1 << 1
}
 
Bitwise operators:
TextSearchFlags operator|(TextSearchFlags, TextSearchFlags)
TextSearchFlags operator&(TextSearchFlags, TextSearchFlags)
TextSearchFlags operator^(TextSearchFlags, TextSearchFlags)
TextSearchFlags operator~(TextSearchFlags)
TextSearchFlags& operator|=(TextSearchFlags&, TextSearchFlags)
TextSearchFlags& operator&=(TextSearchFlags&, TextSearchFlags)
TextSearchFlags& operator^=(TextSearchFlags&, TextSearchFlags)
More...

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& lhs, TextSearchFlags rhs)
TextSearchFlags Gtk::operator| (TextSearchFlags lhs, TextSearchFlags rhs)
TextSearchFlags& Gtk::operator|= (TextSearchFlags& lhs, TextSearchFlags rhs)
TextSearchFlags Gtk::operator~ (TextSearchFlags flags)


Generated for gtkmm 2.4 by Doxygen 1.5.3 © 1997-2001