]> Pileus Git - ~andy/gtk/blobdiff - docs/developers.txt
gtk-demo: Drop uses of GtkAlignment
[~andy/gtk] / docs / developers.txt
index e50c8ca1ff057ccdf0f7895a2b55b963ae4df566..66e1d9309b499f3064e38b524f62be0f44a935ad 100644 (file)
@@ -48,15 +48,6 @@ Events that are assured to have a valid GdkEvent.any.window field are
 GDK_EXPOSE             GtkWidget::expose_event
 
 
-gtk_widget_ref() vs. gtk_object_ref()
--------------------------------------
-
-The widget referencing functions gtk_widget_ref() and gtk_widget_unref()
-are currently just wrappers about the corresponding referencing functions
-for objects. Still you should use the widget referencing functions if you
-are sure the referenced object is of type GTK_WIDGET_TYPE.
-
-
 Writing Gdk functions
 ---------------------