[Gtk-sharp-list] Toolbar + icons

Duncan Mak duncan@ximian.com
25 Feb 2003 01:14:47 -0500


On Mon, 2003-02-24 at 10:41, miguel d=C3=ADaz wrote:
> 1. I cant get my custom toolbar with Stockbuttons to
> have the text under the icon. The text is next to it.
> I try to change the property Style of the toolbar, but
> it doesnt work
> If I write tbCustom.Style =3D Both; I get an error,
> if I write tbCustom.SetStyle(Both); I get the object
> does not contain a definition for this method.
>=20

Take a look at gtk-sharp/sample/test/TestToolbar.cs.

You can run the tests with WidgetViewer.exe.

--=20
Duncan Mak <duncan@ximian.com>