Add deprecation guards for gtk_widget_get_child_requisition()
This commit is contained in:
@ -4211,7 +4211,9 @@ gtk_widget_get_accessible
|
||||
gtk_widget_get_allocation
|
||||
gtk_widget_get_ancestor
|
||||
gtk_widget_get_app_paintable
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
gtk_widget_get_child_requisition
|
||||
#endif
|
||||
gtk_widget_get_child_visible
|
||||
gtk_widget_get_clipboard
|
||||
gtk_widget_get_colormap
|
||||
|
||||
@ -550,8 +550,10 @@ void gtk_widget_size_request (GtkWidget *widget,
|
||||
GtkRequisition *requisition);
|
||||
void gtk_widget_size_allocate (GtkWidget *widget,
|
||||
GtkAllocation *allocation);
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
void gtk_widget_get_child_requisition (GtkWidget *widget,
|
||||
GtkRequisition *requisition);
|
||||
#endif
|
||||
void gtk_widget_add_accelerator (GtkWidget *widget,
|
||||
const gchar *accel_signal,
|
||||
GtkAccelGroup *accel_group,
|
||||
|
||||
Reference in New Issue
Block a user