Re: activating a toggle menu item
- From: Laurent Sansonetti <laurent sansonetti gmail com>
- To: Joop Stakenborg <pg4i xs4all nl>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: activating a toggle menu item
- Date: Tue, 28 Sep 2004 13:16:57 +0200
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]