Skip to content
  • Havoc Pennington's avatar
    fix a typo. · f37a0627
    Havoc Pennington authored
    2001-08-07  Havoc Pennington  <hp@pobox.com>
    
    	* gtk/gtkfilesel.c (open_ref_dir): fix a typo.
    
    	* gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
    	some fixage is needed here, but nothing simple. Owen understands
    	it. ;-)
    
            * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
    	sizing and positioning.  Also, fix bug in compute_geometry_hints
    	(width/height confusion for setting min size).
    	(gtk_window_move): new function
    	(gtk_window_resize): new function
    	(gtk_window_get_size): new function
    	(gtk_window_get_position): new function
    	(gtk_window_parse_geometry): new function
    
     	* gtk/gtkwidget.c (gtk_widget_set_size_request): new function
     	(gtk_widget_get_size_request): new function
     	(gtk_widget_get_usize): delete, that was a short-lived function
     	;-)
     	(gtk_widget_set_usize): deprecate
     	(gtk_widget_set_uposition): deprecate, make it a trivial
    	gtk_window_move() wrapper
    	(gtk_widget_class_init): remove x/y/width/height properties,
    	add width_request height_r...
    f37a0627