dazzle.DockRevealer

Public Imports

dazzle.c.types
public import dazzle.c.types;

Members

Classes

DockRevealer
class DockRevealer

This widget is a bit like #GtkRevealer with a couple of important differences. First, it only supports a couple transition types (the direction to slide reveal). Additionally, the size of the child allocation will not change during the animation. This is not as generally useful as an upstream GTK+ widget, but is extremely important for the panel case to avoid things looking strange while animating into and out of view.

Meta