gcr: Hide the widget class structs, until we finalize their super classes.
authorStef Walter <stefw@collabora.co.uk>
Fri, 8 Apr 2011 18:09:30 +0000 (20:09 +0200)
committerStef Walter <stefw@collabora.co.uk>
Fri, 8 Apr 2011 18:13:59 +0000 (20:13 +0200)
commit8349f25653056162d93d59e9ff0e84fa9a569abc
treed82e40508a44e37582a920b83b66dd53bb74c97b
parent754dc2fb82903d2f45bebf1837784931bc43b609
gcr: Hide the widget class structs, until we finalize their super classes.

Hide the following GcrCertificateWidget, GcrCertificateWidgetClass,
GcrKeyWidget, GcrKeyWidgetClass, GcrUnlockOptionsWidget,
GcrUnlockOptionsWidgetClass

Currently these are derived from GtkAlignment, because we haven't yet
figured out their implementation correctly. We want them to be derived
from GtkWidget, or GtkBin (if it makes sense to have a child widget).
gcr/gcr-certificate-widget.c
gcr/gcr-certificate-widget.h
gcr/gcr-key-widget.c
gcr/gcr-key-widget.h
gcr/gcr-unlock-options-widget.c
gcr/gcr-unlock-options-widget.h