Forgotten file.
This commit is contained in:
parent
d2203a3fea
commit
fc45590f13
@ -492,10 +492,13 @@ gtk_fixed_forall (GtkContainer *container,
|
|||||||
* @has_window: %TRUE if a separate window should be created
|
* @has_window: %TRUE if a separate window should be created
|
||||||
*
|
*
|
||||||
* Sets whether a #GtkFixed widget is created with a separate
|
* Sets whether a #GtkFixed widget is created with a separate
|
||||||
* #GdkWindow for widget->window or not. (By default, it will be
|
* #GdkWindow for @widget->window or not. (By default, it will be
|
||||||
* created with no separate #GdkWindow). This function must be called
|
* created with no separate #GdkWindow). This function must be called
|
||||||
* while the #GtkFixed is not realized, for instance, immediately after the
|
* while the #GtkFixed is not realized, for instance, immediately after the
|
||||||
* window is created.
|
* window is created.
|
||||||
|
*
|
||||||
|
* This function was added to provide an easy migration path for
|
||||||
|
* older applications which may expect #GtkFixed to have a separate window.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_fixed_set_has_window (GtkFixed *fixed,
|
gtk_fixed_set_has_window (GtkFixed *fixed,
|
||||||
|
Loading…
Reference in New Issue
Block a user