Package ch.bailu.gtk.gtk
Schnittstelle SorterChange
public interface SorterChange
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe sorter change cannot be described
by any of the other enumeration valuesstatic final intThe sort order was inverted.static final intThe sorter is less strict: Comparisons
may now return %GTK_ORDERING_EQUAL that did not do so before.static final intThe sorter is more strict: Comparisons
that did return %GTK_ORDERING_EQUAL may not do so anymore.
-
Felddetails
-
DIFFERENT
static final int DIFFERENTThe sorter change cannot be described
by any of the other enumeration values- Siehe auch:
-
INVERTED
static final int INVERTEDThe sort order was inverted. Comparisons
that returned %GTK_ORDERING_SMALLER now return %GTK_ORDERING_LARGER
and vice versa. Other comparisons return the same values as before.- Siehe auch:
-
LESS_STRICT
static final int LESS_STRICTThe sorter is less strict: Comparisons
may now return %GTK_ORDERING_EQUAL that did not do so before.- Siehe auch:
-
MORE_STRICT
static final int MORE_STRICTThe sorter is more strict: Comparisons
that did return %GTK_ORDERING_EQUAL may not do so anymore.- Siehe auch:
-