On Mon, Jan 24, 2005 at 04:49:04PM +0100, Felix Bueltmann wrote:

> Is there a way to change the distance between the buttonborder and the
> containing widget? I need a button with an image as containing widget,
> and the distance between this should be max 1 px. 

Since a GtkButton derives from GtkContainer, you can use

gtk_container_set_border_width(GTK_CONTAINER(button), width);


Regards,
Roger

-- 
Roger Leigh

                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to