org.eclipse.swt.internal.gtk
Class PangoLogAttr

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.PangoLogAttr

public class PangoLogAttr
extends java.lang.Object


Field Summary
 boolean is_char_break
           
 boolean is_cursor_position
           
 boolean is_line_break
           
 boolean is_mandatory_break
           
 boolean is_sentence_boundary
           
 boolean is_sentence_end
           
 boolean is_sentence_start
           
 boolean is_white
           
 boolean is_word_end
           
 boolean is_word_start
           
static int sizeof
           
 
Constructor Summary
PangoLogAttr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_line_break

public boolean is_line_break

is_mandatory_break

public boolean is_mandatory_break

is_char_break

public boolean is_char_break

is_white

public boolean is_white

is_cursor_position

public boolean is_cursor_position

is_word_start

public boolean is_word_start

is_word_end

public boolean is_word_end

is_sentence_boundary

public boolean is_sentence_boundary

is_sentence_start

public boolean is_sentence_start

is_sentence_end

public boolean is_sentence_end

sizeof

public static final int sizeof
Constructor Detail

PangoLogAttr

public PangoLogAttr()