Uses of Class
org.gnu.gtk.TextBuffer

Packages that use TextBuffer
org.gnu.gtk   
 

Uses of TextBuffer in org.gnu.gtk
 

Methods in org.gnu.gtk that return TextBuffer
 TextBuffer TextIter.getBuffer()
          Returns the associated buffer
 TextBuffer TextView.getBuffer()
          Returns the buffer being used
 TextBuffer TextMark.getBuffer()
          Gets the buffer this mark is located inside, or NULL if the mark is deleted.
 

Methods in org.gnu.gtk with parameters of type TextBuffer
 void TextView.setBuffer(TextBuffer buffer)
          Sets buffer as the buffer being displayed by the view.
 

Constructors in org.gnu.gtk with parameters of type TextBuffer
TextView(TextBuffer buffer)
          Creates a new TextView widget displaying the buffer buffer.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net