Merge branch 'matthiasc/for-master' into 'master'

Matthiasc/for master

See merge request GNOME/gtk!2760
This commit is contained in:
Matthias Clasen 2020-10-29 18:55:53 +00:00
commit 5a77994516
20 changed files with 144 additions and 104 deletions

View File

@ -16,14 +16,16 @@
</releaseinfo> </releaseinfo>
</bookinfo> </bookinfo>
<reference id="reference"> <chapter>
<title>API Reference</title> <title>API Reference</title>
<xi:include href="xml/general.xml" /> <xi:include href="xml/general.xml" />
<xi:include href="xml/gdkdisplaymanager.xml" /> <xi:include href="xml/gdkdisplaymanager.xml" />
<xi:include href="xml/gdkdisplay.xml" /> <xi:include href="xml/gdkdisplay.xml" />
<xi:include href="xml/gdkseat.xml" /> <xi:include href="xml/gdkseat.xml" />
<xi:include href="xml/gdkdevice.xml" /> <xi:include href="xml/gdkdevice.xml" />
<xi:include href="xml/gdkdevicepad.xml" /> <section>
<xi:include href="xml/gdkdevicepad.xml" />
</section>
<xi:include href="xml/gdkmonitor.xml" /> <xi:include href="xml/gdkmonitor.xml" />
<xi:include href="xml/regions.xml" /> <xi:include href="xml/regions.xml" />
<xi:include href="xml/textures.xml" /> <xi:include href="xml/textures.xml" />
@ -32,16 +34,24 @@
<xi:include href="xml/cursors.xml" /> <xi:include href="xml/cursors.xml" />
<xi:include href="xml/gdksurface.xml" /> <xi:include href="xml/gdksurface.xml" />
<xi:include href="xml/gdktoplevel.xml" /> <xi:include href="xml/gdktoplevel.xml" />
<xi:include href="xml/gdktoplevellayout.xml" /> <section>
<xi:include href="xml/gdktoplevelsize.xml" /> <xi:include href="xml/gdktoplevellayout.xml" />
<xi:include href="xml/gdktoplevelsize.xml" />
</section>
<xi:include href="xml/gdkpopup.xml" /> <xi:include href="xml/gdkpopup.xml" />
<xi:include href="xml/gdkpopuplayout.xml" /> <section>
<xi:include href="xml/gdkpopuplayout.xml" />
</section>
<xi:include href="xml/gdkframeclock.xml" /> <xi:include href="xml/gdkframeclock.xml" />
<xi:include href="xml/gdkframetimings.xml" /> <section>
<xi:include href="xml/gdkframetimings.xml" />
</section>
<xi:include href="xml/gdkdrawcontext.xml" /> <xi:include href="xml/gdkdrawcontext.xml" />
<xi:include href="xml/gdkglcontext.xml" /> <section>
<xi:include href="xml/gdkvulkancontext.xml" /> <xi:include href="xml/gdkglcontext.xml" />
<xi:include href="xml/gdkcairocontext.xml" /> <xi:include href="xml/gdkvulkancontext.xml" />
<xi:include href="xml/gdkcairocontext.xml" />
</section>
<xi:include href="xml/events.xml" /> <xi:include href="xml/events.xml" />
<xi:include href="xml/keys.xml" /> <xi:include href="xml/keys.xml" />
<xi:include href="xml/gdkclipboard.xml" /> <xi:include href="xml/gdkclipboard.xml" />
@ -50,13 +60,16 @@
<xi:include href="xml/gdkcontentprovider.xml" /> <xi:include href="xml/gdkcontentprovider.xml" />
<xi:include href="xml/gdkcontentserializer.xml" /> <xi:include href="xml/gdkcontentserializer.xml" />
<xi:include href="xml/gdkcontentdeserializer.xml" /> <xi:include href="xml/gdkcontentdeserializer.xml" />
<xi:include href="xml/gdkapplaunchcontext.xml" />
<xi:include href="xml/pixbufs.xml" /> <xi:include href="xml/pixbufs.xml" />
<xi:include href="xml/pango_interaction.xml" /> <xi:include href="xml/pango_interaction.xml" />
<xi:include href="xml/cairo_interaction.xml" /> <xi:include href="xml/cairo_interaction.xml" />
</chapter>
<chapter>
<title>GDK Platform Support</title>
<xi:include href="xml/gdkapplaunchcontext.xml" />
<xi:include href="xml/x_interaction.xml" /> <xi:include href="xml/x_interaction.xml" />
<xi:include href="xml/wayland_interaction.xml" /> <xi:include href="xml/wayland_interaction.xml" />
</reference> </chapter>
<index id="api-index-full"> <index id="api-index-full">
<title>Index of all symbols</title> <title>Index of all symbols</title>

View File

@ -10,8 +10,8 @@
</MACRO> </MACRO>
<MACRO> <MACRO>
<NAME>GDK_WINDOWING_QUARTZ</NAME> <NAME>GDK_WINDOWING_MACOS</NAME>
#define GDK_WINDOWING_QUARTZ #define GDK_WINDOWING_MACOS
</MACRO> </MACRO>
<MACRO> <MACRO>

View File

@ -8,7 +8,7 @@
<SUBSECTION> <SUBSECTION>
GDK_WINDOWING_X11 GDK_WINDOWING_X11
GDK_WINDOWING_WIN32 GDK_WINDOWING_WIN32
GDK_WINDOWING_QUARTZ GDK_WINDOWING_MACOS
GDK_WINDOWING_WAYLAND GDK_WINDOWING_WAYLAND
<SUBSECTION> <SUBSECTION>
@ -303,11 +303,8 @@ gdk_cairo_draw_from_gl
</SECTION> </SECTION>
<SECTION> <SECTION>
<TITLE>Points, Rectangles and Regions</TITLE> <TITLE>Rectangles and Regions</TITLE>
<FILE>regions</FILE> <FILE>regions</FILE>
GdkPoint
<SUBSECTION>
GdkRectangle GdkRectangle
gdk_rectangle_intersect gdk_rectangle_intersect
gdk_rectangle_union gdk_rectangle_union

View File

@ -87,12 +87,12 @@
*/ */
/** /**
* GDK_WINDOWING_QUARTZ: * GDK_WINDOWING_MACOS:
* *
* The #GDK_WINDOWING_QUARTZ macro is defined if the Quartz backend * The #GDK_WINDOWING_MACOS macro is defined if the MacOS backend
* is supported. * is supported.
* *
* Use this macro to guard code that is specific to the Quartz backend. * Use this macro to guard code that is specific to the MacOS backend.
*/ */
/** /**

View File

@ -43,13 +43,13 @@
* *
* These functions are used to create and destroy cursors. Cursors * These functions are used to create and destroy cursors. Cursors
* are immutable objects, so once you created them, there is no way * are immutable objects, so once you created them, there is no way
* to modify them later. Create a new cursor, when you want to change * to modify them later. Create a new cursor when you want to change
* something about it. * something about it.
* *
* Cursors by themselves are not very interesting, they must be * Cursors by themselves are not very interesting, they must be
* bound to a window for users to see them. This is done with * bound to a window for users to see them. This is done with
* gdk_surface_set_cursor() or gdk_surface_set_device_cursor(). * gdk_surface_set_cursor() or gdk_surface_set_device_cursor().
* Applications will typically use higher-level GTK+ functions such * Applications will typically use higher-level GTK functions such
* as gtk_widget_set_cursor() instead. * as gtk_widget_set_cursor() instead.
* *
* Cursors are not bound to a given #GdkDisplay, so they can be shared. * Cursors are not bound to a given #GdkDisplay, so they can be shared.
@ -59,16 +59,19 @@
* There are multiple ways to create cursors. The platform's own cursors * There are multiple ways to create cursors. The platform's own cursors
* can be created with gdk_cursor_new_from_name(). That function lists * can be created with gdk_cursor_new_from_name(). That function lists
* the commonly available names that are shared with the CSS specification. * the commonly available names that are shared with the CSS specification.
* Other names may be available, depending on the platform in use. * Other names may be available, depending on the platform in use. On some
* platforms, what images are used for named cursors may be influenced by
* the cursor theme.
*
* Another option to create a cursor is to use gdk_cursor_new_from_texture() * Another option to create a cursor is to use gdk_cursor_new_from_texture()
* and provide an image to use for the cursor. * and provide an image to use for the cursor.
* *
* To ease work with unsupported cursors, a fallback cursor can be provided. * To ease work with unsupported cursors, a fallback cursor can be provided.
* If a #GdkSurface cannot use a cursor because of the reasons mentioned above, * If a #GdkSurface cannot use a cursor because of the reasons mentioned above,
* it will try the fallback cursor. Of course, fallback cursors can themselves * it will try the fallback cursor. Fallback cursors can themselves have fallback
* have fallback cursors again, so it is possible to provide a chain of * cursors again, so it is possible to provide a chain of progressively easier
* progressively easier to support cursors. If none of the provided cursors * to support cursors. If none of the provided cursors can be supported, the
* can be supported, the default cursor will be the ultimate fallback. * default cursor will be the ultimate fallback.
*/ */
/** /**
@ -175,40 +178,40 @@ gdk_cursor_class_init (GdkCursorClass *cursor_class)
object_class->finalize = gdk_cursor_finalize; object_class->finalize = gdk_cursor_finalize;
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_FALLBACK, PROP_FALLBACK,
g_param_spec_object ("fallback", g_param_spec_object ("fallback",
P_("Fallback"), P_("Fallback"),
P_("Cursor image to fall back to if this cursor cannot be displayed"), P_("Cursor image to fall back to if this cursor cannot be displayed"),
GDK_TYPE_CURSOR, GDK_TYPE_CURSOR,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_HOTSPOT_X, PROP_HOTSPOT_X,
g_param_spec_int ("hotspot-x", g_param_spec_int ("hotspot-x",
P_("Hotspot X"), P_("Hotspot X"),
P_("Horizontal offset of the cursor hotspot"), P_("Horizontal offset of the cursor hotspot"),
0, G_MAXINT, 0, 0, G_MAXINT, 0,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_HOTSPOT_Y, PROP_HOTSPOT_Y,
g_param_spec_int ("hotspot-y", g_param_spec_int ("hotspot-y",
P_("Hotspot Y"), P_("Hotspot Y"),
P_("Vertical offset of the cursor hotspot"), P_("Vertical offset of the cursor hotspot"),
0, G_MAXINT, 0, 0, G_MAXINT, 0,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_NAME, PROP_NAME,
g_param_spec_string ("name", g_param_spec_string ("name",
P_("Name"), P_("Name"),
P_("Name of this cursor"), P_("Name of this cursor"),
NULL, NULL,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));
g_object_class_install_property (object_class, g_object_class_install_property (object_class,
PROP_TEXTURE, PROP_TEXTURE,
g_param_spec_object ("texture", g_param_spec_object ("texture",
P_("Texture"), P_("Texture"),
P_("The texture displayed by this cursor"), P_("The texture displayed by this cursor"),
GDK_TYPE_TEXTURE, GDK_TYPE_TEXTURE,
@ -345,8 +348,8 @@ gdk_cursor_new_from_name (const char *name,
*/ */
GdkCursor * GdkCursor *
gdk_cursor_new_from_texture (GdkTexture *texture, gdk_cursor_new_from_texture (GdkTexture *texture,
int hotspot_x, int hotspot_x,
int hotspot_y, int hotspot_y,
GdkCursor *fallback) GdkCursor *fallback)
{ {
g_return_val_if_fail (GDK_IS_TEXTURE (texture), NULL); g_return_val_if_fail (GDK_IS_TEXTURE (texture), NULL);
@ -390,7 +393,7 @@ gdk_cursor_get_fallback (GdkCursor *cursor)
* @cursor: a #GdkCursor. * @cursor: a #GdkCursor.
* *
* Returns the name of the cursor. If the cursor is not a named cursor, %NULL * Returns the name of the cursor. If the cursor is not a named cursor, %NULL
* will be returned and the GdkCursor::texture property will be set. * will be returned.
* *
* Returns: (transfer none) (nullable): the name of the cursor or %NULL if it is not * Returns: (transfer none) (nullable): the name of the cursor or %NULL if it is not
* a named cursor * a named cursor
@ -408,7 +411,7 @@ gdk_cursor_get_name (GdkCursor *cursor)
* @cursor: a #GdkCursor. * @cursor: a #GdkCursor.
* *
* Returns the texture for the cursor. If the cursor is a named cursor, %NULL * Returns the texture for the cursor. If the cursor is a named cursor, %NULL
* will be returned and the GdkCursor::name property will be set. * will be returned.
* *
* Returns: (transfer none) (nullable): the texture for cursor or %NULL if it is a * Returns: (transfer none) (nullable): the texture for cursor or %NULL if it is a
* named cursor * named cursor
@ -428,6 +431,10 @@ gdk_cursor_get_texture (GdkCursor *cursor)
* Returns the horizontal offset of the hotspot. The hotspot indicates the * Returns the horizontal offset of the hotspot. The hotspot indicates the
* pixel that will be directly above the cursor. * pixel that will be directly above the cursor.
* *
* Note that named cursors may have a nonzero hotspot, but this function
* will only return the hotspot position for cursors created with
* gdk_cursor_new_from_texture().
*
* Returns: the horizontal offset of the hotspot or 0 for named cursors * Returns: the horizontal offset of the hotspot or 0 for named cursors
*/ */
int int
@ -445,6 +452,10 @@ gdk_cursor_get_hotspot_x (GdkCursor *cursor)
* Returns the vertical offset of the hotspot. The hotspot indicates the * Returns the vertical offset of the hotspot. The hotspot indicates the
* pixel that will be directly above the cursor. * pixel that will be directly above the cursor.
* *
* Note that named cursors may have a nonzero hotspot, but this function
* will only return the hotspot position for cursors created with
* gdk_cursor_new_from_texture().
*
* Returns: the vertical offset of the hotspot or 0 for named cursors * Returns: the vertical offset of the hotspot or 0 for named cursors
*/ */
int int
@ -454,4 +465,3 @@ gdk_cursor_get_hotspot_y (GdkCursor *cursor)
return cursor->hotspot_y; return cursor->hotspot_y;
} }

View File

@ -46,15 +46,15 @@ GType gdk_cursor_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
GdkCursor* gdk_cursor_new_from_texture (GdkTexture *texture, GdkCursor* gdk_cursor_new_from_texture (GdkTexture *texture,
int hotspot_x, int hotspot_x,
int hotspot_y, int hotspot_y,
GdkCursor *fallback); GdkCursor *fallback);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
GdkCursor* gdk_cursor_new_from_name (const char *name, GdkCursor* gdk_cursor_new_from_name (const char *name,
GdkCursor *fallback); GdkCursor *fallback);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
GdkCursor * gdk_cursor_get_fallback (GdkCursor *cursor); GdkCursor * gdk_cursor_get_fallback (GdkCursor *cursor);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL
const char *gdk_cursor_get_name (GdkCursor *cursor); const char *gdk_cursor_get_name (GdkCursor *cursor);
GDK_AVAILABLE_IN_ALL GDK_AVAILABLE_IN_ALL

View File

@ -29,11 +29,11 @@
/** /**
* SECTION:gdkframeclock * SECTION:gdkframeclock
* @Short_description: Frame clock syncs painting to a window or display * @Title: GdkFrameClock
* @Title: Frame clock * @Short_description: Synchronizes painting to a surface
* *
* A #GdkFrameClock tells the application when to update and repaint a * A #GdkFrameClock tells the application when to update and repaint
* window. This may be synced to the vertical refresh rate of the * a surface. This may be synced to the vertical refresh rate of the
* monitor, for example. Even when the frame clock uses a simple timer * monitor, for example. Even when the frame clock uses a simple timer
* rather than a hardware-based vertical sync, the frame clock helps * rather than a hardware-based vertical sync, the frame clock helps
* because it ensures everything paints at the same time (reducing the * because it ensures everything paints at the same time (reducing the

View File

@ -35,7 +35,7 @@ void gtk_snapshot_pop (GdkSnapshot
* @Short_description: An interface for a paintable region * @Short_description: An interface for a paintable region
* @See_also: #ClutterContent, #GtkImage, #GdkTexture, #GtkSnapshot * @See_also: #ClutterContent, #GtkImage, #GdkTexture, #GtkSnapshot
* *
* #GdkPaintable is a simple interface used by GDK and GDK to represent * #GdkPaintable is a simple interface used by GDK and GTK to represent
* objects that can be painted anywhere at any size without requiring any * objects that can be painted anywhere at any size without requiring any
* sort of layout. The interface is inspired by similar concepts elsewhere, * sort of layout. The interface is inspired by similar concepts elsewhere,
* such as [ClutterContent](https://developer.gnome.org/clutter/stable/ClutterContent.html), * such as [ClutterContent](https://developer.gnome.org/clutter/stable/ClutterContent.html),
@ -347,22 +347,22 @@ gdk_paintable_get_intrinsic_height (GdkPaintable *paintable)
* @paintable: a #GdkPaintable * @paintable: a #GdkPaintable
* *
* Gets the preferred aspect ratio the @paintable would like to be displayed at. * Gets the preferred aspect ratio the @paintable would like to be displayed at.
* The aspect ration is the width divided by the height, so a value of 0.5 means * The aspect ratio is the width divided by the height, so a value of 0.5 means
* that the @paintable prefers to be displayed twice as high as it is wide. * that the @paintable prefers to be displayed twice as high as it is wide.
* Consumers of this interface can use this to preserve aspect ratio when displaying * Consumers of this interface can use this to preserve aspect ratio when displaying
* this paintable. * the paintable.
* *
* This is a purely informational value and does not in any way limit the values * This is a purely informational value and does not in any way limit the values
* that may be passed to gdk_paintable_snapshot(). * that may be passed to gdk_paintable_snapshot().
* *
* Usually when a @paintable returns non-0 values from * Usually when a @paintable returns nonzero values from
* gdk_paintable_get_intrinsic_width() and gdk_paintable_get_intrinsic_height() * gdk_paintable_get_intrinsic_width() and gdk_paintable_get_intrinsic_height()
* the aspect ratio should conform to those values, though that is not required. * the aspect ratio should conform to those values, though that is not required.
* *
* If the @paintable does not have a preferred aspect ratio, it returns 0.0. * If the @paintable does not have a preferred aspect ratio, it returns 0.
* Negative values are never returned. * Negative values are never returned.
* *
* Returns: the intrinsic aspect ratio of @paintable or 0.0 if none. * Returns: the intrinsic aspect ratio of @paintable or 0 if none.
*/ */
double double
gdk_paintable_get_intrinsic_aspect_ratio (GdkPaintable *paintable) gdk_paintable_get_intrinsic_aspect_ratio (GdkPaintable *paintable)
@ -379,9 +379,9 @@ gdk_paintable_get_intrinsic_aspect_ratio (GdkPaintable *paintable)
* gdk_paintable_invalidate_contents: * gdk_paintable_invalidate_contents:
* @paintable: a #GdkPaintable * @paintable: a #GdkPaintable
* *
* Called by implementations of #GdkPaintable to invalidate their contents. * Called by implementations of #GdkPaintable to invalidate their contents.
* Unless the contents are invalidated, implementations must guarantee that * Unless the contents are invalidated, implementations must guarantee that
* multiple calls to GdkPaintable::snapshot produce the same output. * multiple calls of gdk_paintable_snapshot() produce the same output.
* *
* This function will emit the #GdkPaintable::invalidate-contents signal. * This function will emit the #GdkPaintable::invalidate-contents signal.
* *
@ -401,9 +401,9 @@ gdk_paintable_invalidate_contents (GdkPaintable *paintable)
* gdk_paintable_invalidate_size: * gdk_paintable_invalidate_size:
* @paintable: a #GdkPaintable * @paintable: a #GdkPaintable
* *
* Called by implementations of #GdkPaintable to invalidate their size. * Called by implementations of #GdkPaintable to invalidate their size.
* As long as the size is not invalidated, @paintable must return the same values * As long as the size is not invalidated, @paintable must return the same
* for its width, height and intrinsic height. * values for its intrinsic width, height and aspect ratio.
* *
* This function will emit the #GdkPaintable::invalidate-size signal. * This function will emit the #GdkPaintable::invalidate-size signal.
* *
@ -435,7 +435,7 @@ gdk_paintable_invalidate_size (GdkPaintable *paintable)
* @concrete_height: (out): will be set to the concrete height * @concrete_height: (out): will be set to the concrete height
* computed. * computed.
* *
* Applies the sizing algorithm outlined in * Applies the sizing algorithm outlined in
* https://drafts.csswg.org/css-images-3/#default-sizing * https://drafts.csswg.org/css-images-3/#default-sizing
* to the given @paintable. See that link for more details. * to the given @paintable. See that link for more details.
* *

View File

@ -27,9 +27,13 @@
* SECTION:gdkpopup * SECTION:gdkpopup
* @Short_description: Interface for popup surfaces * @Short_description: Interface for popup surfaces
* @Title: Popups * @Title: Popups
* @See_also: #GdkToplevel, #GdkSurface
* *
* A #GdkPopup is a surface that is attached to another surface, * A #GdkPopup is a surface that is attached to another surface,
* and is positioned relative to it. * called its #GdkPopup:parent, and is positioned relative to it.
*
* #GdkPopups are typically used to implement menus and similar popups.
* They can be modal, which is indicated by the #GdkPopup:autohide property.
*/ */
G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE) G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE)

View File

@ -30,21 +30,23 @@
/** /**
* SECTION:regions * SECTION:regions
* @Short_description: Simple graphical data types * @Short_description: Simple graphical data type
* @Title: Points and Rectangles * @Title: GdkRectangle
* *
* GDK provides the #GdkPoint and #GdkRectangle data types for representing pixels * GDK provides a #GdkRectangle data type for representing rectangles.
* and sets of pixels on the screen. Together with Cairos #cairo_region_t data * Together with Cairos #cairo_region_t data type, these are the central
* type, they make up the central types for representing graphical data. * types for representing sets of pixels.
*
* A #GdkPoint represents an x and y coordinate of a point.
* *
* A #GdkRectangle represents the position and size of a rectangle. * A #GdkRectangle represents the position and size of a rectangle.
* The intersection of two rectangles can be computed with * The intersection of two rectangles can be computed with
* gdk_rectangle_intersect(). To find the union of two rectangles use * gdk_rectangle_intersect(). To find the union of two rectangles use
* gdk_rectangle_union(). * gdk_rectangle_union().
* *
* #cairo_region_t is usually used for managing clipping of graphical operations. * #cairo_region_t is usually used for managing clipping of graphical
* operations.
*
* The graphene library has a number of other data types for regions and
* volumes in 2D and 3D.
*/ */

View File

@ -32,10 +32,10 @@
/** /**
* SECTION:rgba_colors * SECTION:rgba_colors
* @Title: GdkRGBA
* @Short_description: RGBA colors * @Short_description: RGBA colors
* @Title: RGBA Colors
* *
* #GdkRGBA is a convenient way to pass rgba colors around. * #GdkRGBA is a convenient way to pass colors around.
* Its based on cairos way to deal with colors and mirrors its behavior. * Its based on cairos way to deal with colors and mirrors its behavior.
* All values are in the range from 0.0 to 1.0 inclusive. So the color * All values are in the range from 0.0 to 1.0 inclusive. So the color
* (0.0, 0.0, 0.0, 0.0) represents transparent black and * (0.0, 0.0, 0.0, 0.0) represents transparent black and

View File

@ -55,10 +55,17 @@
* SECTION:gdksurface * SECTION:gdksurface
* @Short_description: Onscreen display areas in the target window system * @Short_description: Onscreen display areas in the target window system
* @Title: Surfaces * @Title: Surfaces
* @See_also: #GdkToplevel, #GdkPopup
* *
* A #GdkSurface is a (usually) rectangular region on the screen. * A #GdkSurface is a (usually) rectangular region on the screen.
* Its a low-level object, used to implement high-level objects such as * Its a low-level object, used to implement high-level objects
* #GtkWindow on the GTK level. * such as #GtkWindow or #GtkDialog in GTK.
*
* The surfaces you see in practice are either #GdkToplevel or
* #GdkPopup, and those interfaces provide much of the required
* API to interact with these surfaces. Other, more specialized
* surface types exist, but you will rarely interact with them
* directly.
*/ */
/** /**

View File

@ -202,7 +202,7 @@ gdk_texture_class_init (GdkTextureClass *klass)
/** /**
* GdkTexture:width: * GdkTexture:width:
* *
* The width of the texture. * The width of the texture, in pixels.
*/ */
properties[PROP_WIDTH] = properties[PROP_WIDTH] =
g_param_spec_int ("width", g_param_spec_int ("width",
@ -219,7 +219,7 @@ gdk_texture_class_init (GdkTextureClass *klass)
/** /**
* GdkTexture:height: * GdkTexture:height:
* *
* The height of the texture. * The height of the texture, in pixels.
*/ */
properties[PROP_HEIGHT] = properties[PROP_HEIGHT] =
g_param_spec_int ("height", g_param_spec_int ("height",
@ -281,7 +281,7 @@ gdk_texture_new_for_surface (cairo_surface_t *surface)
* gdk_texture_new_for_pixbuf: * gdk_texture_new_for_pixbuf:
* @pixbuf: a #GdkPixbuf * @pixbuf: a #GdkPixbuf
* *
* Creates a new texture object representing the GdkPixbuf. * Creates a new texture object representing the #GdkPixbuf.
* *
* Returns: a new #GdkTexture * Returns: a new #GdkTexture
*/ */
@ -316,7 +316,9 @@ gdk_texture_new_for_pixbuf (GdkPixbuf *pixbuf)
* @resource_path: the path of the resource file * @resource_path: the path of the resource file
* *
* Creates a new texture by loading an image from a resource. * Creates a new texture by loading an image from a resource.
* The file format is detected automatically. * The file format is detected automatically, and can be any
* format that is supported by the gdk-pixbuf library, such as
* JPEG or PNG.
* *
* It is a fatal error if @resource_path does not specify a valid * It is a fatal error if @resource_path does not specify a valid
* image resource and the program will abort if that happens. * image resource and the program will abort if that happens.
@ -349,8 +351,12 @@ gdk_texture_new_from_resource (const char *resource_path)
* @file: #GFile to load * @file: #GFile to load
* @error: Return location for an error * @error: Return location for an error
* *
* Creates a new texture by loading an image from a file. The file format is * Creates a new texture by loading an image from a file.
* detected automatically. If %NULL is returned, then @error will be set. * The file format is detected automatically, and can be any
* format that is supported by the gdk-pixbuf library, such as
* JPEG or PNG.
*
* If %NULL is returned, then @error will be set.
* *
* Return value: A newly-created #GdkTexture or %NULL if an error occurred. * Return value: A newly-created #GdkTexture or %NULL if an error occurred.
**/ **/
@ -384,7 +390,7 @@ gdk_texture_new_from_file (GFile *file,
* gdk_texture_get_width: * gdk_texture_get_width:
* @texture: a #GdkTexture * @texture: a #GdkTexture
* *
* Returns the width of @texture. * Returns the width of @texture, in pixels.
* *
* Returns: the width of the #GdkTexture * Returns: the width of the #GdkTexture
*/ */
@ -400,7 +406,7 @@ gdk_texture_get_width (GdkTexture *texture)
* gdk_texture_get_height: * gdk_texture_get_height:
* @texture: a #GdkTexture * @texture: a #GdkTexture
* *
* Returns the height of the @texture. * Returns the height of the @texture, in pixels.
* *
* Returns: the height of the #GdkTexture * Returns: the height of the #GdkTexture
*/ */
@ -573,4 +579,3 @@ gdk_texture_save_to_png (GdkTexture *texture,
return result; return result;
} }

View File

@ -30,8 +30,14 @@
* SECTION:gdktoplevel * SECTION:gdktoplevel
* @Short_description: Interface for toplevel surfaces * @Short_description: Interface for toplevel surfaces
* @Title: Toplevels * @Title: Toplevels
* @See_also: #GdkSurface, #GdkPopup
* *
* A #GdkToplevel is a freestanding toplevel surface. * A #GdkToplevel is a freestanding toplevel surface.
*
* The #GdkToplevel interface provides useful APIs for
* interacting with the windowing system, such as controlling
* maximization and size of the surface, setting icons and
* transient parents for dialogs.
*/ */
G_DEFINE_INTERFACE (GdkToplevel, gdk_toplevel, GDK_TYPE_SURFACE) G_DEFINE_INTERFACE (GdkToplevel, gdk_toplevel, GDK_TYPE_SURFACE)

View File

@ -53,20 +53,6 @@ G_BEGIN_DECLS
*/ */
#define GDK_CURRENT_TIME 0L #define GDK_CURRENT_TIME 0L
/**
* GdkPoint:
* @x: the x coordinate of the point
* @y: the y coordinate of the point
*
* Defines the x and y coordinates of a point.
*/
struct _GdkPoint
{
int x;
int y;
};
typedef struct _GdkPoint GdkPoint;
/** /**
* GdkRectangle: * GdkRectangle:
* @x: the x coordinate of the top left corner * @x: the x coordinate of the top left corner

View File

@ -33,6 +33,7 @@
#include "gdkmacossurface-private.h" #include "gdkmacossurface-private.h"
#include "gdkmacospopupsurface-private.h" #include "gdkmacospopupsurface-private.h"
#include "gdkmacostoplevelsurface-private.h" #include "gdkmacostoplevelsurface-private.h"
#include "gdkmacosutils-private.h"
#include "gdkmonitorprivate.h" #include "gdkmonitorprivate.h"
#include "gdksurfaceprivate.h" #include "gdksurfaceprivate.h"

View File

@ -22,6 +22,7 @@
#define __EDGE_SNAPPING_H__ #define __EDGE_SNAPPING_H__
#include "gdktypes.h" #include "gdktypes.h"
#include "gdkmacosutils-private.h"
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -33,4 +33,12 @@ queue_contains (GQueue *queue,
return queue->head == link_ || link_->prev || link_->next; return queue->head == link_ || link_->prev || link_->next;
} }
struct _GdkPoint
{
int x;
int y;
};
typedef struct _GdkPoint GdkPoint;
#endif /* __GDK_MACOS_UTILS_PRIVATE_H__ */ #endif /* __GDK_MACOS_UTILS_PRIVATE_H__ */

View File

@ -68,10 +68,10 @@
* } * }
* else * else
* #endif * #endif
* #ifdef GDK_WINDOWING_QUARTZ * #ifdef GDK_WINDOWING_MACOS
* if (GDK_IS_QUARTZ_DISPLAY (display)) * if (GDK_IS_MACOS_DISPLAY (display))
* { * {
* // make Quartz-specific calls here * // make MacOS-specific calls here
* } * }
* else * else
* #endif * #endif

View File

@ -4,9 +4,9 @@
#include <gdk/broadway/gdkbroadway.h> #include <gdk/broadway/gdkbroadway.h>
#endif #endif
#ifdef GDK_WINDOWING_QUARTZ #ifdef GDK_WINDOWING_MACOS
#if HAVE_OBJC #if HAVE_OBJC
#include <gdk/quartz/gdkquartz.h> #include <gdk/macos/gdkmacos.h>
#endif #endif
#endif #endif