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:12:09 +0000 (20:12 +0200)
commitd099af531a1f644d882a2bcf0462962a573290c4
tree42c121705f4fdfb687118970ee9887c54ec48499
parent523ad417fbc175c5543f46c4ad0e4f42699af200
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