[Gtk-sharp-list] Re: Toolbars

Ecmel Ercan ecmel@ercansoy.com
Tue, 27 Jan 2004 17:57:59 +0200


Hi,

This is how I did:


    private void on_viewToolbar_activate (object obj, EventArgs args)
    {
        mainHandleBox.Visible = viewToolbar.Active;
    }

viewToolbar is the CheckMenuItem

mainHandleBox is the HandleBox which hosts the toolbar.

Hope helps

Ecmel