Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


textview.hh File Reference

A GtkTextView C++ wrapper interface. More...

#include <xfc/gtk/container.hh>
#include <xfc/gtk/textbuffer.hh>
#include <gtk/gtktextview.h>
#include <xfc/gtk/inline/textview.inl>

Namespaces

Classes

Enumerations


Detailed Description

A GtkTextView C++ wrapper interface.

Provides TextView, a widget which can display a TextBuffer.


Enumeration Type Documentation

enum TextWindowType
 

TextWindowType indentifies the possible windows that correspond to an area of the text view.

These are the overall widget window, the border windows on the left, right, top, bottom, and the window that displays the text buffer.

Enumeration values:
TEXT_WINDOW_PRIVATE  Private.
TEXT_WINDOW_WIDGET  The overall widget window.
TEXT_WINDOW_TEXT  The window displaying the text buffer.
TEXT_WINDOW_LEFT  The border window on the left.
TEXT_WINDOW_RIGHT  The border window on the right.
TEXT_WINDOW_TOP  The border window on the top.
TEXT_WINDOW_BOTTOM  The border window on the bottom.
Xfce Foundation Classes


Copyright © 2004-2005 The XFC Development Team XFC 4.3