Indentation cleanups.
Fri Nov 6 17:10:03 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch] gtk/gtkfixed.c: Indentation cleanups.
This commit is contained in:
@ -96,9 +96,6 @@ static gint gtk_window_expose (GtkWidget *widget,
|
|||||||
static void gtk_window_style_set (GtkWidget *widget,
|
static void gtk_window_style_set (GtkWidget *widget,
|
||||||
GtkStyle *previous_style);
|
GtkStyle *previous_style);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static GtkBinClass *parent_class = NULL;
|
static GtkBinClass *parent_class = NULL;
|
||||||
static guint window_signals[LAST_SIGNAL] = { 0 };
|
static guint window_signals[LAST_SIGNAL] = { 0 };
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@ gint gtk_window_activate_default (GtkWindow *window);
|
|||||||
/* If window is set modal, input will be grabbed when show and released when hide */
|
/* If window is set modal, input will be grabbed when show and released when hide */
|
||||||
void gtk_window_set_modal (GtkWindow *window,
|
void gtk_window_set_modal (GtkWindow *window,
|
||||||
gboolean modal);
|
gboolean modal);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
Reference in New Issue
Block a user