Re: [gtk-list] Floating menubars & toolbars with GTK





>From gtk-list-request@redhat.com Thu Aug  6 07:37:12 1998
>Received: (qmail 12090 invoked by uid 501); 6 Aug 1998 14:35:02 -0000
>Resent-Date: 6 Aug 1998 14:35:01 -0000
>Resent-Cc: recipient list not shown: ;
>MBOX-Line: From gtk-list-request@redhat.com  Thu Aug  6 10:35:00 1998
>Date: Thu, 6 Aug 1998 18:51:04 +0200 (CEST)
>From: Jonas Almfeldt <jonas@mountaindew.nu>
>Sender: jonas@fresh.mountaindew.nu
>To: gtk-list@redhat.com
>Message-ID: <Pine.LNX.3.96.980806184943.2726D-100000@fresh>
>MIME-Version: 1.0
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>Resent-Message-ID: <"f5Vam2.0.0y2.KyRor"@mail2.redhat.com>
>Resent-From: gtk-list@redhat.com
>Reply-To: gtk-list@redhat.com
>X-Mailing-List: <gtk-list@redhat.com> archive/latest/1117
>X-Loop: gtk-list@redhat.com
>Precedence: list
>Resent-Sender: gtk-list-request@redhat.com
>X-URL: http://archive.redhat.com/gtk-list/
>Subject: [gtk-list] Floating menubars & toolbars with GTK
>
>Hi,
>
>is there a way to create floating menubars and toolbars with GTK+ 
without
>using gnome gui functions?
>
>/ Jonas Almfeldt
>
>
>
>-- 
>To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < 
/dev/null
>
>

Yes.  It's very simple.  You just gotta use your head a little and make 
an application of the box-packing metaphor :).

Basically, you make a new handlebox with gtk_handle_box_new();, then use 
gtk_container_add with the handlebox being the container to pack the 
menubar or toolbar in it.  Simple.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]