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

Re: activating a toggle menu item



On Tue, 28 Sep 2004 13:03:52 +0200, Joop Stakenborg <pg4i xs4all nl> wrote:
> Op di 28-09-2004, om 10:07 schreef Joop Stakenborg:
> > I have created a menu using the GtkAction api and added a
> > GtkToggleActionEntry like this:
> >
> > static GtkToggleActionEntry toggle_entries[] = {
> >   { "FullScreen", NULL, "_Full Screen", "F11", "NULL, NULL, FALSE }
> > };
> >

What not using

 static GtkToggleActionEntry toggle_entries[] = {
    { "FullScreen", NULL, "_Full Screen", "F11", "NULL, NULL, TRUE }
 };

?

--
Laurent


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