org.gnu.gtk
public class TextSearchFlags extends Enum
| Field Summary | |
|---|---|
| static TextSearchFlags | TEXT_ONLY |
| static TextSearchFlags | VISIBLE_ONLY |
| Method Summary | |
|---|---|
| TextSearchFlags | and(TextSearchFlags other) |
| static TextSearchFlags | intern(int value) |
| TextSearchFlags | or(TextSearchFlags other) |
| boolean | test(TextSearchFlags other) |
| TextSearchFlags | xor(TextSearchFlags other) |