[Gtk-sharp-list] A few problems I've run into... Please help :)
mike@godbrain.net
mike@godbrain.net
Thu, 22 Jan 2004 14:55:20 -0800 (PST)
Hello All,
I am writing an editor and have had a few "gotchas"
with toolbars.
1. How does one make a toolbar visible/non-visible?
I have tried HideAll() and .Visible = false; which do
nothing.
2. Change the style of the toolbar?
toolBar1.ToolbarStyle = ToolbarStyle.Text;
This does not work, the toolbars are always
(BothHoriz).
toolBar1.Orientation = Orientation.Horizontal;
This does work when changed to vertical.
toolBar1.IconSize = IconSize.SmallToolbar;
Setting this to LargeToolbar does nothing...
Thanks in advance for any help you can give me.
Mike H
http://www.daemonix.net