And clean up the includes accordingly.
#include "config.h"
#include <string.h>
+#include "gtklabel.h"
#include "gtkaccellabel.h"
#include "gtkaccelmap.h"
#include "gtkintl.h"
* @Title: GtkAccelLabel
* @See_also: #GtkAccelGroup
*
- * The #GtkAccelLabel widget is a subclass of #GtkLabel that also displays an
- * accelerator key on the right of the label text, e.g. “Ctrl+S”.
+ * The #GtkAccelLabel is a widget that shows an accelerator next to a description
+ * of said accelerator, e.g. “Save Document Ctrl+S”.
* It is commonly used in menus to show the keyboard short-cuts for commands.
*
* The accelerator key to display is typically not set explicitly (although it
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
- * GtkAccelLabel: GtkLabel with accelerator monitoring facilities.
* Copyright (C) 1998 Tim Janik
*
* This library is free software; you can redistribute it and/or
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtklabel.h>
+#include <gtk/gtkwidget.h>
G_BEGIN_DECLS
#include <string.h>
#include "gtkaccellabel.h"
+#include "gtklabel.h"
#include "gtkcontainerprivate.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkmodelmenuitem.h"
#include "gtkaccellabel.h"
+#include "gtklabel.h"
#include "gtkcheckmenuitemprivate.h"
#include "gtkimage.h"
#include "gtkbox.h"