gtk+ r20614 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20614 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:09:08 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:09:08 2008
New Revision: 20614
URL: http://svn.gnome.org/viewvc/gtk+?rev=20614&view=rev
Log:
Seal GtkTearoffMenuItem.
(the torn_off field is for internal state keeping, you can retrieve
the value from the parent menu's tearoff_state).
Modified:
trunk/gtk/gtktearoffmenuitem.h
Modified: trunk/gtk/gtktearoffmenuitem.h
==============================================================================
--- trunk/gtk/gtktearoffmenuitem.h (original)
+++ trunk/gtk/gtktearoffmenuitem.h Fri Jun 20 11:09:08 2008
@@ -52,7 +52,7 @@
{
GtkMenuItem menu_item;
- guint torn_off : 1;
+ guint GSEAL (torn_off : 1);
};
struct _GtkTearoffMenuItemClass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]