mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
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:
parent
4dd65a164f
commit
a48055e08c
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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]:
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user