Package ch.bailu.gtk.adw
Interface FlapTransitionType
public interface FlapTransitionType
-
Field Summary
-
Field Details
-
OVER
static final int OVERThe flap slides over the content, which is
dimmed. When folded, only the flap can be swiped.- See Also:
-
UNDER
static final int UNDERThe content slides over the flap. Only the
content can be swiped.- See Also:
-
SLIDE
static final int SLIDEThe flap slides offscreen when hidden,
neither the flap nor content overlap each other. Both widgets can be
swiped.- See Also:
-