[Gtk-sharp-list] Position of text and icons in a button

Jonathan Pryor jonpryor@vt.edu
Mon, 19 Jul 2004 07:31:35 -0400


On Sat, 2004-07-17 at 04:49, Raúl Moratalla wrote:
> is there any way to set the position of the text and icon in a button? I 
> want the text at the bottom of the button and the icon above it.

A button is a container, so create a VBox, add  your text and the icon
to the VBox, and set the VBox as the Child of the Button.

 - Jon