gtk+ r20556 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20556 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:03:57 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:03:57 2008
New Revision: 20556
URL: http://svn.gnome.org/viewvc/gtk+?rev=20556&view=rev
Log:
Seal 3 remaining fields in GtkButton.
Modified:
trunk/gtk/gtkbutton.h
Modified: trunk/gtk/gtkbutton.h
==============================================================================
--- trunk/gtk/gtkbutton.h (original)
+++ trunk/gtk/gtkbutton.h Fri Jun 20 11:03:57 2008
@@ -54,11 +54,11 @@
{
GtkBin bin;
- GdkWindow *event_window;
+ GdkWindow *GSEAL (event_window);
- gchar *label_text;
+ gchar *GSEAL (label_text);
- guint activate_timeout;
+ guint GSEAL (activate_timeout);
guint GSEAL (constructed : 1);
guint GSEAL (in_button : 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]