Package ch.bailu.gtk.gtk
Interface TreeModelFlags
public interface TreeModelFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intiterators survive all signals
emitted by the treestatic final intthe model is a list only, and never
has children
-
Field Details
-
ITERS_PERSIST
static final int ITERS_PERSISTiterators survive all signals
emitted by the tree- See Also:
-
LIST_ONLY
static final int LIST_ONLYthe model is a list only, and never
has children- See Also:
-