forked from AuroraMiddleware/gtk
Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
This commit is contained in:
parent
5c89bbf3de
commit
a5f6b812be
@ -5058,6 +5058,7 @@ gtk_widget_reset_rc_styles
|
|||||||
gtk_widget_reset_shapes
|
gtk_widget_reset_shapes
|
||||||
gtk_widget_send_expose
|
gtk_widget_send_expose
|
||||||
gtk_widget_set_accel_path
|
gtk_widget_set_accel_path
|
||||||
|
gtk_widget_set_allocation
|
||||||
gtk_widget_set_app_paintable
|
gtk_widget_set_app_paintable
|
||||||
gtk_widget_set_child_visible
|
gtk_widget_set_child_visible
|
||||||
gtk_widget_set_colormap
|
gtk_widget_set_colormap
|
||||||
|
@ -607,6 +607,8 @@ GdkWindow* gtk_widget_get_window (GtkWidget *widget);
|
|||||||
|
|
||||||
void gtk_widget_get_allocation (GtkWidget *widget,
|
void gtk_widget_get_allocation (GtkWidget *widget,
|
||||||
GtkAllocation *allocation);
|
GtkAllocation *allocation);
|
||||||
|
void gtk_widget_set_allocation (GtkWidget *widget,
|
||||||
|
const GtkAllocation *allocation);
|
||||||
|
|
||||||
gboolean gtk_widget_child_focus (GtkWidget *widget,
|
gboolean gtk_widget_child_focus (GtkWidget *widget,
|
||||||
GtkDirectionType direction);
|
GtkDirectionType direction);
|
||||||
|
Loading…
Reference in New Issue
Block a user