diff options
author | Havoc Pennington <hp@pobox.com> | 2001-08-26 02:03:10 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-08-26 02:03:10 +0000 |
commit | eae09f4d837a4650a71b9adb26de0db08a71d440 (patch) | |
tree | 1e803c782e24f0e0703c43c6e59d4382ca274783 /docs/reference/gtk/tmpl/gtkcontainer.sgml | |
parent | b94e6c0a8036a0489ac8ca71de75ba7611218e50 (diff) | |
download | gtk+-eae09f4d837a4650a71b9adb26de0db08a71d440.tar.gz |
remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the
2001-08-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkcompat.h: remove gtk_menu_* compat defines;
these are already in gtkmenu.h, and the copies
here were broken.
Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
* gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
special-case bitmaps to allow no colormap
(bitmap1): implement no-colormap bitmap-getting
(bitmap1a): implement no-colormap bitmap-getting to pixbuf with
alpha
(rgb8): indentation
(rgb1a, rgb1): change the way we read the data out of the image,
old way didn't seem to work quite right.
I'm pretty sure a lot of the rgbconvert code is still broken.
* gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
above position constraint (I really intended to do this before,
don't know what's up with that)
(gtk_XParseGeometry): shut up gcc
* gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
and "0" should have been. remove the attempted 4-bytes-at-once
optimization, it was totally broken.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkcontainer.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 7fab139046..ab81892f60 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -92,13 +92,14 @@ GtkContainer @notify: -<!-- ##### FUNCTION gtk_container_children ##### --> +<!-- ##### MACRO gtk_container_children ##### --> <para> </para> -@container: @Returns: +<!-- # Unused Parameters # --> +@container: <!-- ##### FUNCTION gtk_container_set_reallocate_redraws ##### --> |