diff options
| author | Johan Dahlin <jdahlin@src.gnome.org> | 2004-06-04 10:59:09 +0000 |
|---|---|---|
| committer | Johan Dahlin <jdahlin@src.gnome.org> | 2004-06-04 10:59:09 +0000 |
| commit | 9b1fe2077fb04b19e964915813fcbd9f40de48bc (patch) | |
| tree | 040cb39313b613300ca78a8d1b17786203283d70 /gtk/gtkcontainer.override | |
| parent | 9600b52461572569868ff0f16b41b7bfc3f0ed39 (diff) | |
| download | pygtk-9b1fe2077fb04b19e964915813fcbd9f40de48bc.tar.gz | |
Impl. (_wrap_gtk_widget__set_window): Impl.
* gtk/gtkwidget.override (_wrap_gtk_widget__set_allocation): Impl.
(_wrap_gtk_widget__set_window): Impl.
* gtk/gtkclist.override (_wrap_gtk_clist_new_with_titles): put
all clist overrides here.
* gtk/gtk.override (_wrap_gtk_paint_polygon): Move gtk_widgets_*
ignore definitions to gtkwidget.override and clist_* to
gtkclist.override
(_wrap_gtk_action_group_add_actions): guard ref call
(_wrap_gtk_action_group_add_toggle_actions): ditto
(_wrap_gtk_action_group_add_radio_actions): ditto
* gtk/gtk-types.c (_pygtk_style_helper_new): guard ref call.
* gtk/gdk.override (_wrap_gdk_event_tp_setattr): Impl.
(I'll have nightmares about this code)
(_wrap_gdk_window_new): Clean up a little bit: Proper use of enums
and set a boolean to b instead of i. Block unref calls for thread
safety issues.
(_wrap_gdk_window_set_user_data): Impl. This is also a hairy
implementation: If it's a GtkWidget, get the GObject, otherwise
put the real pyobject in there. Maybe we should just always put
the widget in there.
(_wrap_gdk_window_add_filter): Thread safety.
Diffstat (limited to 'gtk/gtkcontainer.override')
| -rw-r--r-- | gtk/gtkcontainer.override | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcontainer.override b/gtk/gtkcontainer.override index 58a43edd..e9641f5e 100644 --- a/gtk/gtkcontainer.override +++ b/gtk/gtkcontainer.override @@ -31,6 +31,8 @@ ignore gtk_container_addv gtk_container_child_set_valist gtk_container_child_get_valist + gtk_container_class_find_child_property + gtk_container_class_list_child_properties %% override gtk_container_children noargs static PyObject * |
