]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktoolitem.h
Do without GtkSelectionWindow
[~andy/gtk] / gtk / gtktoolitem.h
index 1e1ecbfc3d79f147f36c5ad04d65287e1f67ad58..1a623916f5038b3a2eae93dd16dd5512c106e72b 100644 (file)
  * 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 <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_TOOL_ITEM_H__
+#define __GTK_TOOL_ITEM_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_TOOL_ITEM_H__
-#define __GTK_TOOL_ITEM_H__
-
 #include <gtk/gtkbin.h>
 #include <gtk/gtkmenuitem.h>
 #include <gtk/gtksizegroup.h>
@@ -49,7 +47,7 @@ struct _GtkToolItem
   GtkBin parent;
 
   /*< private >*/
-  GtkToolItemPrivate *GSEAL (priv);
+  GtkToolItemPrivate *priv;
 };
 
 struct _GtkToolItemClass