gtk2/docs/reference/gtk/tmpl/gtkwindow.sgml
Damon Chaplin 372c4d2627 ran make templates, to fix problems with structs.
1999-09-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>

	* gtk/tmpl/*.sgml: ran make templates, to fix problems with structs.

	* gtk/gtk-sections.txt: rearranged GtkCombo section.

	* gtk/tmpl/gtkvseparator.sgml:
	* gtk/tmpl/gtkhseparator.sgml:
	* gtk/tmpl/gtkgc.sgml:
	* gtk/tmpl/gtkfeatures.sgml:
	* gtk/tmpl/gtktipsquery.sgml:
	* gtk/tmpl/gtkitem.sgml:
	* gtk/tmpl/gtkinvisible.sgml:
	* gtk/tmpl/gtkgamma.sgml:
	* gtk/tmpl/gtkdata.sgml:
	* gtk/tmpl/gtkcurve.sgml:
	* gtk/tmpl/gtkcombo.sgml:
	* gtk/tmpl/gtkaccellabel.sgml: documented.
1999-09-22 21:30:57 +00:00

232 lines
2.8 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkWindow
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GtkWindow ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_window_new ##### -->
<para>
</para>
@type:
@Returns:
<!-- ##### FUNCTION gtk_window_set_title ##### -->
<para>
</para>
@window:
@title:
<!-- ##### FUNCTION gtk_window_set_wmclass ##### -->
<para>
</para>
@window:
@wmclass_name:
@wmclass_class:
<!-- ##### FUNCTION gtk_window_set_focus ##### -->
<para>
</para>
@window:
@focus:
<!-- ##### FUNCTION gtk_window_set_default ##### -->
<para>
</para>
@window:
@defaultw:
<!-- ##### FUNCTION gtk_window_set_policy ##### -->
<para>
</para>
@window:
@allow_shrink:
@allow_grow:
@auto_shrink:
<!-- ##### FUNCTION gtk_window_add_accel_group ##### -->
<para>
</para>
@window:
@accel_group:
<!-- ##### FUNCTION gtk_window_remove_accel_group ##### -->
<para>
</para>
@window:
@accel_group:
<!-- ##### MACRO gtk_window_position ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_window_activate_focus ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_activate_default ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_set_modal ##### -->
<para>
</para>
@window:
@modal:
<!-- ##### FUNCTION gtk_window_add_embedded_xid ##### -->
<para>
</para>
@window:
@xid:
<!-- ##### FUNCTION gtk_window_remove_embedded_xid ##### -->
<para>
</para>
@window:
@xid:
<!-- ##### FUNCTION gtk_window_set_default_size ##### -->
<para>
</para>
@window:
@width:
@height:
<!-- ##### FUNCTION gtk_window_set_geometry_hints ##### -->
<para>
</para>
@window:
@geometry_widget:
@geometry:
@geom_mask:
<!-- ##### FUNCTION gtk_window_set_position ##### -->
<para>
</para>
@window:
@position:
<!-- ##### FUNCTION gtk_window_set_transient_for ##### -->
<para>
</para>
@window:
@parent:
<!-- ##### SIGNAL GtkWindow::set-focus ##### -->
<para>
</para>
@window: the object which received the signal.
@widget:
<!-- ##### ARG GtkWindow:type ##### -->
<para>
The type of the window.
</para>
<!-- ##### ARG GtkWindow:title ##### -->
<para>
The title of the window.
</para>
<!-- ##### ARG GtkWindow:auto_shrink ##### -->
<para>
If the window shrinks automatically when widgets within it shrink.
</para>
<!-- ##### ARG GtkWindow:allow_shrink ##### -->
<para>
If the window can be resized to a smaller size by the user.
</para>
<!-- ##### ARG GtkWindow:allow_grow ##### -->
<para>
If the window can be resized to a larger size by the user.
</para>
<!-- ##### ARG GtkWindow:modal ##### -->
<para>
If the window is modal, i.e. it grabs all GTK+ events.
</para>
<!-- ##### ARG GtkWindow:window_position ##### -->
<para>
The position of the window.
</para>