X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkpaned.h;h=55ec32c2506ef6469adf7c0dc01667f702af3b9a;hb=a89d420270d1a856e072ed87c365b0176f102e6c;hp=1a2861165dec50b632fe755ef35e523038bc7614;hpb=b4e2ff3da32ad2b9670ecf33805eb9993824fe0b;p=~andy%2Fgtk diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index 1a2861165..55ec32c25 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -24,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_PANED_H__ +#define __GTK_PANED_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_PANED_H__ -#define __GTK_PANED_H__ - #include G_BEGIN_DECLS @@ -51,37 +49,8 @@ struct _GtkPaned { GtkContainer container; - GtkWidget *GSEAL (child1); - GtkWidget *GSEAL (child2); - - GdkWindow *GSEAL (handle); - GdkGC *GSEAL (xor_gc); - GdkCursorType GSEAL (cursor_type); - /*< private >*/ - GdkRectangle GSEAL (handle_pos); - - 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 GSEAL (drag_pos); - gint GSEAL (original_position); + GtkPanedPrivate *priv; }; struct _GtkPanedClass