Home
last modified time | relevance | path

Searched refs:gtksharp_container_override_forall (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/glue/
H A Dcontainer.c43 void gtksharp_container_override_forall (GType gtype, gpointer cb);
46 gtksharp_container_override_forall (GType gtype, gpointer cb) in gtksharp_container_override_forall() function
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/glue/
H A Dcontainer.c50 void gtksharp_container_override_forall (GType gtype, gpointer cb);
53 gtksharp_container_override_forall (GType gtype, gpointer cb) in gtksharp_container_override_forall() function
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DContainer.cs95 static extern void gtksharp_container_override_forall (IntPtr gtype, ForallDelegate cb); in gtksharp_container_override_forall() method in Gtk.Container
156 gtksharp_container_override_forall (gtype.Val, ForallOldCallback); in OverrideForallOld()
188 gtksharp_container_override_forall (gtype.Val, ForallCallback); in OverrideForall()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DContainer.custom84 static extern void gtksharp_container_override_forall (IntPtr gtype, ForallDelegate cb);
145 gtksharp_container_override_forall (gtype.Val, ForallOldCallback);
177 gtksharp_container_override_forall (gtype.Val, ForallCallback);
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Extensions/
H A DGtkWorkarounds.cs882 gtksharp_container_override_forall (gt.Val, cb); in FixContainerLeak()
986 static extern void gtksharp_container_override_forall (IntPtr gtype, ForallDelegate cb); in gtksharp_container_override_forall() method in Pinta.Docking.GtkWorkarounds