Gdk 3 reference manual
· Description. The functions in this section are specific to the GDK X11 backend. To use them, you need to include the gdk/gdkx.h header and use the Xspecific pkg-config files to build your application (either gdk-x or gtk+-x).. To make your code compile with other GDK backends, guard backend-specific calls by an ifdef as follows. gtk_window_set_title () void gtk_window_set_title (GtkWindow *window, const gchar *title);. Sets the title of the www.doorway.ru title of a window will be displayed in its title bar; on the X Window System, the title bar is rendered by the window manager, so exactly how the title appears to users may vary according to a user’s exact configuration. Description. Cairo is a graphics library that supports vector graphics and image compositing that can be used with GDK. GTK+ does all of its drawing using cairo. GDK does not wrap the cairo API, instead it allows to create cairo contexts which can be used to draw on www.doorway.ruonal functions allow use GdkRectangles with cairo and to use GdkColors, .
gdk_event_request_motions () void gdk_event_request_motions (const GdkEventMotion *event);. Request more motion notifies if event is a motion notify hint event.. This function should be used instead of gdk_window_get_pointer() to request further motion notifies, because it also works for extension events where motion notifies are provided for devices other than the core pointer. See the gdk_window_set_support_multidevice() documentation for more information. On X11, multi-device support is implemented through XInput 2. Unless gdk_disable_multidevice() is called, the XInput 2 GdkDeviceManager implementation will be used as the input source. Otherwise either the core or XInput 1 implementations will be used. gdk_cairo_create has been deprecated since version and should not be used in newly-written code. Use gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context() instead Creates a Cairo context for drawing to window.
GTK+ 3 Chinese Reference Manual. Contribute to ZhengMingpei/GTKChinese-Reference-Manual development by creating an account on GitHub. Cairo is a graphics library that supports vector graphics and image compositing that can be used with GDK. GTK+ does all of its drawing using cairo. I. GTK+ Overview · Compiling the GTK+ libraries — How to compile GTK+ itself; Compiling GTK+ Applications — How to compile your GTK+ application.
0コメント