Don't include config.h in the examples.

2004-11-16  Matthias Clasen  <mclasen@redhat.com>

	* demos/gtk-demo/*.c: Don't include config.h in the examples.
This commit is contained in:
Matthias Clasen 2004-11-16 15:49:17 +00:00 committed by Matthias Clasen
parent 403edcccd8
commit f01ebf5c79
26 changed files with 16 additions and 22 deletions

View File

@ -1,3 +1,7 @@
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
Tue Nov 16 00:08:07 2004 Jonathan Blandford <jrb@redhat.com>
* docs/tools/widgets.c: Update so that toplevel windows accomodate

View File

@ -1,3 +1,7 @@
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
Tue Nov 16 00:08:07 2004 Jonathan Blandford <jrb@redhat.com>
* docs/tools/widgets.c: Update so that toplevel windows accomodate

View File

@ -1,3 +1,7 @@
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
Tue Nov 16 00:08:07 2004 Jonathan Blandford <jrb@redhat.com>
* docs/tools/widgets.c: Update so that toplevel windows accomodate

View File

@ -1,3 +1,7 @@
2004-11-16 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/*.c: Don't include config.h in the examples.
Tue Nov 16 00:08:07 2004 Jonathan Blandford <jrb@redhat.com>
* docs/tools/widgets.c: Update so that toplevel windows accomodate

View File

@ -3,7 +3,6 @@
* Demonstrates a typical application window, with menubar, toolbar, statusbar.
*/
#include <config.h>
#include <gtk/gtk.h>
#include "demo-common.h"

View File

@ -3,7 +3,6 @@
* The Button Box widgets are used to arrange buttons with padding.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *

View File

@ -26,7 +26,6 @@
*
* - Using GtkDialog
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>
#include "demo-common.h"

View File

@ -4,7 +4,6 @@
* copy and paste text to and from the clipboard.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <string.h>

View File

@ -5,7 +5,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -3,7 +3,6 @@
* Dialog widgets are used to pop up a transient window for user feedback.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -13,7 +13,6 @@
* to clear the area.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,7 +6,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>

View File

@ -5,7 +5,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -5,7 +5,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,7 +6,6 @@
* shows.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -5,7 +5,6 @@
* might be helpful.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <string.h>
#include "demo-common.h"

View File

@ -12,7 +12,6 @@
* application binary can be self-contained.
*/
#include <config.h>
#include <gtk/gtk.h>
#include <stdio.h>
#include <errno.h>

View File

@ -7,7 +7,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -25,7 +25,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View File

@ -11,7 +11,6 @@
* each side of each widget.
*/
#include <config.h>
#include <gtk/gtk.h>
void

View File

@ -12,7 +12,6 @@
*
*/
#include <config.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>

View File

@ -13,7 +13,6 @@
* into a table, you would not include the GTK_FILL flag.
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -6,7 +6,6 @@
* and stock items.
*/
#include <config.h>
#include <string.h>
#include <gtk/gtk.h>

View File

@ -7,7 +7,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
#include <stdlib.h> /* for exit() */

View File

@ -8,7 +8,6 @@
*
*/
#include <config.h>
#include <gtk/gtk.h>
static GtkWidget *window = NULL;

View File

@ -4,7 +4,6 @@
* from an array of actions and a description of the menu hierarchy.
*/
#include <config.h>
#include <gtk/gtk.h>
static void