gtk: remove GtkWidget::size-request
Fixes Bug 633324 - Stop invoking size-request completely
This commit is contained in:
@ -219,8 +219,6 @@ struct _GtkWidgetClass
|
||||
void (* unmap) (GtkWidget *widget);
|
||||
void (* realize) (GtkWidget *widget);
|
||||
void (* unrealize) (GtkWidget *widget);
|
||||
void (* size_request) (GtkWidget *widget,
|
||||
GtkRequisition *requisition);
|
||||
void (* size_allocate) (GtkWidget *widget,
|
||||
GtkAllocation *allocation);
|
||||
void (* state_changed) (GtkWidget *widget,
|
||||
|
||||
Reference in New Issue
Block a user