Skip to content
  • Owen Taylor's avatar
    Patch from Bill Haneman (with many modifications) to make the focus color · 7537825b
    Owen Taylor authored
    Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
    
    	Patch from Bill Haneman (with many modifications) to make
    	the focus color work on dark themes and to make the
    	focus line width configurable. (#61079, #63074)
    
            * gtk/gtkwidget.c: Add style properties,
    	::focus-widget, ::focus-line-width, and ::focus-padding.
    
    	* gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a
    	state argument as well so we can use fg[STATE] to
    	draw instead of always drawing with black.
    	Cange paint_focus() to respect GtkWidget::focus-width
    	and GtkWidget::focus-line-pattern. Fix continuity
    	problem where the default 1-1 stipple had a blob
    	in one corner and a gap in the other. Change the
    	interpretation of x/y/width/height to be the bounding
    	box of the focus rect instead of the rectangle
    	passed to gdk_draw_rectangle.
    
    	* gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c
    	gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c
    	gtk/...
    7537825b