Displaying 4 results from an estimated 4 matches for "child_type".
Did you mean:
build_type
2008 Mar 28
0
Problems with URL encoding
...parameters from link_to_remote. My link
code:
<%= link_to_remote "Remove",
:url => object_relation_path(
:id => 0,
:object_relation => {
:parent_id => @product.id,
:parent_type => "Product",
:child_id => content_object.id,
:child_type => "ContentObject",
:relation_type_id => 1000
},
:format => :partial,
:response_template => "products/#{@product.product_type}/show/
partials/related_content"),
:update => "related_content_wrapper",
:method => :delete %>
I th...
2007 Aug 09
0
Branch 'vivi' - 6 commits - configure.ac vivified/core vivified/dock vivified/Makefile.am vivified/ui
...cate (widget, allocation);
+
+ if (child && GTK_WIDGET_VISIBLE (child)) {
+ gtk_widget_size_allocate (child, allocation);
+ }
+}
+
+static void
vivi_vdock_add (GtkContainer *container, GtkWidget *widget)
{
ViviVDock *vdock = VIVI_VDOCK (container);
@@ -119,16 +143,37 @@ vivi_vdock_child_type (GtkContainer *con
}
static void
+vivi_vdock_forall (GtkContainer *container, gboolean include_internals,
+ GtkCallback callback, gpointer callback_data)
+{
+ if (include_internals) {
+ GTK_CONTAINER_CLASS (vivi_vdock_parent_class)->forall (container, include_internals,
+ callback, c...
2007 Aug 16
0
Branch 'vivi' - 23 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace vivified/core
...GTK_CONTAINER (vdock), other);
} else {
gtk_container_remove (GTK_CONTAINER (paned_parent), parent);
gtk_paned_pack1 (GTK_PANED (parent), other, TRUE, FALSE);
@@ -136,44 +133,16 @@ vivi_vdock_remove (GtkContainer *contain
g_object_unref (widget);
}
-static GType
-vivi_vdock_child_type (GtkContainer *container)
-{
- return VIVI_TYPE_DOCKLET;
-}
-
-static void
-vivi_vdock_forall (GtkContainer *container, gboolean include_internals,
- GtkCallback callback, gpointer callback_data)
-{
- if (include_internals) {
- GTK_CONTAINER_CLASS (vivi_vdock_parent_class)->forall (conta...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...GTK_CONTAINER (vdock), other);
} else {
gtk_container_remove (GTK_CONTAINER (paned_parent), parent);
gtk_paned_pack1 (GTK_PANED (parent), other, TRUE, FALSE);
@@ -136,44 +133,16 @@ vivi_vdock_remove (GtkContainer *contain
g_object_unref (widget);
}
-static GType
-vivi_vdock_child_type (GtkContainer *container)
-{
- return VIVI_TYPE_DOCKLET;
-}
-
-static void
-vivi_vdock_forall (GtkContainer *container, gboolean include_internals,
- GtkCallback callback, gpointer callback_data)
-{
- if (include_internals) {
- GTK_CONTAINER_CLASS (vivi_vdock_parent_class)->forall (conta...