docs: add Gtk*Class docs
https://bugzilla.gnome.org/show_bug.cgi?id=81006
This commit is contained in:
		| @ -47,14 +47,24 @@ struct _GtkOverlay | ||||
|   GtkOverlayPrivate *priv; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * GtkOverlayClass: | ||||
|  * @parent_class: The parent class. | ||||
|  * @get_child_position: Signal emitted to determine the position and | ||||
|  *    size of any overlay child widgets. | ||||
|  */ | ||||
| struct _GtkOverlayClass | ||||
| { | ||||
|   GtkBinClass parent_class; | ||||
|  | ||||
|   /*< public >*/ | ||||
|  | ||||
|   gboolean (*get_child_position) (GtkOverlay    *overlay, | ||||
|                                   GtkWidget     *widget, | ||||
|                                   GtkAllocation *allocation); | ||||
|  | ||||
|   /*< private >*/ | ||||
|  | ||||
|   /* Padding for future expansion */ | ||||
|   void (*_gtk_reserved1) (void); | ||||
|   void (*_gtk_reserved2) (void); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 William Jon McCann
					William Jon McCann