gtk+ r20550 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20550 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:03:26 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:03:25 2008
New Revision: 20550
URL: http://svn.gnome.org/viewvc/gtk+?rev=20550&view=rev
Log:
Seal GtkPaned.
Modified:
trunk/gtk/gtkpaned.h
Modified: trunk/gtk/gtkpaned.h
==============================================================================
--- trunk/gtk/gtkpaned.h (original)
+++ trunk/gtk/gtkpaned.h Fri Jun 20 11:03:25 2008
@@ -52,37 +52,37 @@
{
GtkContainer container;
- GtkWidget *child1;
- GtkWidget *child2;
+ GtkWidget *GSEAL (child1);
+ GtkWidget *GSEAL (child2);
- GdkWindow *handle;
- GdkGC *xor_gc;
- GdkCursorType cursor_type;
+ GdkWindow *GSEAL (handle);
+ GdkGC *GSEAL (xor_gc);
+ GdkCursorType GSEAL (cursor_type);
/*< private >*/
- GdkRectangle handle_pos;
+ GdkRectangle GSEAL (handle_pos);
- gint child1_size;
- gint last_allocation;
- gint min_position;
- gint max_position;
-
- guint position_set : 1;
- guint in_drag : 1;
- guint child1_shrink : 1;
- guint child1_resize : 1;
- guint child2_shrink : 1;
- guint child2_resize : 1;
- guint orientation : 1;
- guint in_recursion : 1;
- guint handle_prelit : 1;
-
- GtkWidget *last_child1_focus;
- GtkWidget *last_child2_focus;
- GtkPanedPrivate *priv;
+ gint GSEAL (child1_size);
+ gint GSEAL (last_allocation);
+ gint GSEAL (min_position);
+ gint GSEAL (max_position);
+
+ guint GSEAL (position_set : 1);
+ guint GSEAL (in_drag : 1);
+ guint GSEAL (child1_shrink : 1);
+ guint GSEAL (child1_resize : 1);
+ guint GSEAL (child2_shrink : 1);
+ guint GSEAL (child2_resize : 1);
+ guint GSEAL (orientation : 1);
+ guint GSEAL (in_recursion : 1);
+ guint GSEAL (handle_prelit : 1);
+
+ GtkWidget *GSEAL (last_child1_focus);
+ GtkWidget *GSEAL (last_child2_focus);
+ GtkPanedPrivate *GSEAL (priv);
- gint drag_pos;
- gint original_position;
+ gint GSEAL (drag_pos);
+ gint GSEAL (original_position);
};
struct _GtkPanedClass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]