gtk3/docs
Owen Taylor d1bda8d562 Fixed some bugs with set_default_size.
Sun Feb  7 19:49:21 1999  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.c (gtk_window_move_resize): Fixed some
	  bugs with set_default_size.

Sat Feb  6 13:23:51 1999  Owen Taylor  <otaylor@redhat.com>

	* docs/Changes-1.2.txt: Added information about
	 the change to gtk_widget_size_request().

	* gtk/gtkentry.c: Call gtk_widget_get_child_requisition
	 explicitely since we differentiate between the usize
	 set by the user and what we got. (Ugh)

	* gtk/gtkwidget.[ch] (gtk_widget_get_child_requisition):
	 New function to return the effective size of a widget
	 as it looks to its parent.

	* gtk/gtkwidget.c (gtk_widget_size_request): Leave
	 widget->requisition set to exactly what the widget
	 asked for, and then make a copy of that into
	 the requisition argument. Allow a NULL requisition
	 argument, and, if G_ENABLE_DEBUG, warn if
	 requisition == &widget->requisition.

	* gtkalignment.c gtkaspectframe.c gtkbutton.c gtkclist.c
	  gtkcontainer.c gtkentry.c gtkeventbox.c gtkfixed.c
	  gtkframe.c gtkhandlebox.c gtkhbox.c gtkhpaned.c
	  gtklayout.c gtklist.c gtklistitem.c gtkmenu.c
	  gtkmenubar.c gtkmenuitem.c gtknotebook.c
	  gtkoptionmenu.c gtkpacker.c gtkscrolledwindow.c
	  gtktable.c gtktoolbar.c gtktree.c gtktreeitem.c
	  gtkvbox.c gtkviewport.c gtkvpaned.c gtkwindow.c

	 Avoid calling gtk_widget_size_request with
	 requisition == widget->requisition; use
	 gtk_widget_get_child_requisition to get the
	 size of children.
1999-02-10 02:35:09 +00:00
..
faq
man new directory new file, initial gtk_button man page 1998-07-29 01:33:51 +00:00
tutorial - Heavily edited GtkCombo section initially from Christopher T. Lansdown 1999-02-08 12:59:21 +00:00
.cvsignore Released GTK+ 1.1.3 1998-10-31 09:53:29 +00:00
Changes-1.2.txt Fixed some bugs with set_default_size. 1999-02-10 02:35:09 +00:00
debugging.txt
developers.txt
dnd_internals.txt Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gdk.sgml
gdk.texi
gtk_tut_fr.sgml Mon, 3 Aug 1998 20:08:46 +0200 [Vincent] 1998-08-03 18:05:06 +00:00
gtk_tut_it.sgml
gtk_tut_packbox1.gif
gtk_tut_packbox2.gif
gtk_tut_table.gif
gtk_tut.sgml - Heavily edited GtkCombo section initially from Christopher T. Lansdown 1999-02-08 12:59:21 +00:00
gtk-config.1 version=1.1.15 1999-02-04 13:32:14 +00:00
gtk-config.txt Put in some information about 'gtk-config --libs gthread'. 1999-02-02 02:35:11 +00:00
gtk.texi More stuff about the type system. 1998-09-20 18:10:03 +00:00
gtkdocs_fix
gtkfaq.sgml
macros.texi
Makefile.am Released GTK+ 1.1.11 1998-12-31 02:25:58 +00:00
package_tutorial.sh script to convert and package up the tutorial - stick it here so I don't 1999-01-28 12:22:36 +00:00
refcounting.txt
styles.txt
text_widget.txt
widget_system.txt Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00