set_decorations_hint and set_functions_hint were still in the header

2001-04-25  Havoc Pennington  <hp@pobox.com>

	* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
	were still in the header
This commit is contained in:
Havoc Pennington 2001-04-25 14:15:04 +00:00 committed by Havoc Pennington
parent 4dd65a164f
commit a48055e08c
10 changed files with 51 additions and 22 deletions

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1,3 +1,8 @@
2001-04-25 Havoc Pennington <hp@pobox.com>
* gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
were still in the header
2001-04-24 Alexander Larsson <alexl@redhat.com>
* gtk/gtkclist.[ch]:

View File

@ -1621,3 +1621,19 @@ fundamental type.
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_set_decorations_hint ##### -->
<para>
</para>
@window:
@decorations:
<!-- ##### FUNCTION gtk_window_set_functions_hint ##### -->
<para>
</para>
@window:
@functions:

View File

@ -393,15 +393,6 @@ it's larger
@setting:
<!-- ##### FUNCTION gtk_window_set_decorations_hint ##### -->
<para>
</para>
@window:
@decorations:
<!-- ##### FUNCTION gtk_window_set_frame_dimensions ##### -->
<para>
@ -414,15 +405,6 @@ it's larger
@bottom:
<!-- ##### FUNCTION gtk_window_set_functions_hint ##### -->
<para>
</para>
@window:
@functions:
<!-- ##### FUNCTION gtk_window_set_has_frame ##### -->
<para>

View File

@ -148,10 +148,6 @@ void gtk_window_set_type_hint (GtkWindow *window,
GdkWindowTypeHint hint);
void gtk_window_set_destroy_with_parent (GtkWindow *window,
gboolean setting);
void gtk_window_set_decorations_hint (GtkWindow *window,
GdkWMDecoration decorations);
void gtk_window_set_functions_hint (GtkWindow *window,
GdkWMFunction functions);
void gtk_window_set_resizeable (GtkWindow *window,
gboolean resizeable);