Documentation fixes
This commit is contained in:
@ -194,6 +194,12 @@ select an offscreen child at given coordinates, and the #GdkWindow::to-embedder
|
|||||||
and #GdkWindow::from-embedder signals on the offscreen window are used to
|
and #GdkWindow::from-embedder signals on the offscreen window are used to
|
||||||
translate coordinates between the embedder and the offscreen window.
|
translate coordinates between the embedder and the offscreen window.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
For rendering an offscreen window onto its embedder, the contents of the
|
||||||
|
offscreen window are available as a pixmap, via
|
||||||
|
gdk_offscreen_window_get_pixmap().
|
||||||
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
@ -262,7 +268,7 @@ Describes the kind of window.
|
|||||||
@GDK_WINDOW_DIALOG: useless/deprecated compatibility type
|
@GDK_WINDOW_DIALOG: useless/deprecated compatibility type
|
||||||
@GDK_WINDOW_TEMP: override redirect temporary window (used to implement #GtkMenu)
|
@GDK_WINDOW_TEMP: override redirect temporary window (used to implement #GtkMenu)
|
||||||
@GDK_WINDOW_FOREIGN: foreign window (see gdk_window_foreign_new())
|
@GDK_WINDOW_FOREIGN: foreign window (see gdk_window_foreign_new())
|
||||||
@GDK_WINDOW_OFFSCREEN: offscreen window. Since 2.18
|
@GDK_WINDOW_OFFSCREEN: offscreen window (see <xref linkend="OFFSCREEN-WINDOWS"/>). Since 2.18
|
||||||
|
|
||||||
<!-- ##### ENUM GdkWindowClass ##### -->
|
<!-- ##### ENUM GdkWindowClass ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@ -160,6 +160,7 @@ expand_content_files = \
|
|||||||
drawing-model.xml \
|
drawing-model.xml \
|
||||||
glossary.xml \
|
glossary.xml \
|
||||||
migrating-checklist.sgml \
|
migrating-checklist.sgml \
|
||||||
|
migrating-ClientSideWindows.sgml \
|
||||||
migrating-GtkAction.sgml \
|
migrating-GtkAction.sgml \
|
||||||
migrating-GtkComboBox.sgml \
|
migrating-GtkComboBox.sgml \
|
||||||
migrating-GtkEntry-icons.sgml \
|
migrating-GtkEntry-icons.sgml \
|
||||||
|
|||||||
@ -3074,6 +3074,8 @@ gtk_range_set_lower_stepper_sensitivity
|
|||||||
gtk_range_get_lower_stepper_sensitivity
|
gtk_range_get_lower_stepper_sensitivity
|
||||||
gtk_range_set_upper_stepper_sensitivity
|
gtk_range_set_upper_stepper_sensitivity
|
||||||
gtk_range_get_upper_stepper_sensitivity
|
gtk_range_get_upper_stepper_sensitivity
|
||||||
|
gtk_range_get_flippable
|
||||||
|
gtk_range_set_flippable
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GTK_RANGE
|
GTK_RANGE
|
||||||
GTK_IS_RANGE
|
GTK_IS_RANGE
|
||||||
@ -5595,6 +5597,9 @@ gtk_widget_set_visible
|
|||||||
gtk_widget_has_default
|
gtk_widget_has_default
|
||||||
gtk_widget_has_focus
|
gtk_widget_has_focus
|
||||||
gtk_widget_has_grab
|
gtk_widget_has_grab
|
||||||
|
gtk_widget_is_drawable
|
||||||
|
gtk_widget_is_toplevel
|
||||||
|
gtk_widget_set_window
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
gtk_requisition_copy
|
gtk_requisition_copy
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
GDK looks for the <envvar>GDK_NATIVE_WINDOWS</envvar> environment variable
|
GDK looks for the <envar>GDK_NATIVE_WINDOWS</envar> environment variable
|
||||||
and makes all windows native if it is set. It also tries to be more
|
and makes all windows native if it is set. It also tries to be more
|
||||||
compatible with the way prior versions worked in some other ways.
|
compatible with the way prior versions worked in some other ways.
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
@ -346,3 +346,21 @@ at the end of range widgets.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_range_get_flippable ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@range:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_range_set_flippable ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@range:
|
||||||
|
@flippable:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -2803,6 +2803,33 @@ This function is deprecated; it does nothing.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_widget_is_drawable ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@widget:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_widget_is_toplevel ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@widget:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_widget_set_window ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@widget:
|
||||||
|
@window:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
|
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -837,6 +837,8 @@ gdk_offscreen_window_get_pointer (GdkWindow *window,
|
|||||||
* add a reference to it.
|
* add a reference to it.
|
||||||
*
|
*
|
||||||
* Returns: The offscreen pixmap, or %NULL if not offscreen
|
* Returns: The offscreen pixmap, or %NULL if not offscreen
|
||||||
|
*
|
||||||
|
* Since: 2.18
|
||||||
*/
|
*/
|
||||||
GdkPixmap *
|
GdkPixmap *
|
||||||
gdk_offscreen_window_get_pixmap (GdkWindow *window)
|
gdk_offscreen_window_get_pixmap (GdkWindow *window)
|
||||||
|
|||||||
Reference in New Issue
Block a user