Re: [gtk-list] GtkMenuEntry question.
- From: Trevor Jackson dsto defence gov au
- To: gtk-list redhat com
- Subject: Re: [gtk-list] GtkMenuEntry question.
- Date: Fri, 27 Mar 1998 10:49:56 +1030
> Hello.
> I am trying to build a menubar with GtkMenuFactory which would look
> like this:
>
> ----------------------------------------------------
> | File Edit
> Options
> Help |
> ----------------------------------------------------
>
> How should I create the GtkMenuEntry code so that the "Help" entry would
> be in the right hand corner of the menubar?
I asked this question a few weeks ago. The following was suggested and worked
for me.
menu_path = gtk_menu_factory_find (factory, "<MyApp>/Help");
gtk_menu_item_right_justify(menu_path->widget);
Trev
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]