GNOME Bugzilla – Bug 617188
Move GSEAL'd members into private struct.
Last modified: 2010-08-02 23:49:34 UTC
Created attachment 159893 [details] [review] Move GSEAL'd members of GtkAssistant into private struct.
Created attachment 159894 [details] [review] Move GSEAL'd members of GtkContainer into private struct. Move GSEAL'd members of Gtk into private struct. This patch also adds these functions because accessors for them do not exist: gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container); gboolean _gtk_container_get_need_resize (GtkContainer *container); void _gtk_container_set_need_resize (GtkContainer *container, gboolean needs_resize);
Created attachment 159895 [details] [review] Move GSEAL'd members of Gtk into private-struct.
Created attachment 159896 [details] [review] Move GSEAL'd members of GtkMessageDialog into private-struct.
Created attachment 159897 [details] [review] Move GSEAL'd members of GtkProgressBar into private-struct.
Created attachment 159898 [details] [review] Move GSEAL'd members of GtkRadioButton into private-struct.
Created attachment 159899 [details] [review] Move GSEAL'd members of GtkScale into private-struct.
Created attachment 159900 [details] [review] Move GSEAL'd members of GtkSeparator into private-struct.
Created attachment 159901 [details] [review] Move GSEAL'd members of GtkTable into private-struct. This also removed GtkTableChild and GtkTableRowCol as there is no public functions that use them.
Created attachment 159902 [details] [review] Move GSEAL'd members of GtkToggleButton into private-struct.
Created attachment 159903 [details] [review] Move GSEAL'd members of GtkViewport into private-struct.
Already fixed in GTK+ master *** This bug has been marked as a duplicate of bug 617179 ***