cairo
How can I render Text with transparent background over other widgets in GTK?
I wish to render text with transparent/translucent background (or no background) over other gtk widgets like GtkImage or GtkButton etc.[详细]
2023-02-16 20:39 分类:问答How to add method to Cairo.Context?
I\'ve created the following function for drawing boxes in Cairo with rounded rectangles void square (Context cr, int x, int y, int sizex, int sizey, int radius)[详细]
2023-02-16 18:35 分类:问答Which renderer for a browser?
I\'m actually doing a little browser which should be able to parse some code, display a GUI (mainly based on svg elements) and let the user interact with it.[详细]
2023-02-15 15:16 分类:问答can not change color of line using rgb value using cairo in pygtk
I am drawing on drawing area using cairo in pygtk. I set color of line using this func: cr.set_source_rgb(203,12,41)[详细]
2023-02-15 01:33 分类:问答An image floating over another
I want to be able to dynamically place images over another image in my app, using Cairo or GTK functions. Imagine, for example, a sea in which开发者_如何转开发 the user places fish and sea animals: it[详细]
2023-02-14 07:14 分类:问答Installing Haskell cairo on Windows
I am trying to install cairo on Windows XP and this is the command that I am trying: cabal install cairo --extra-include-dirs=\"C:\\cygwin\\usr\\include\" --extra-lib-dirs=\"C:\\cygwin\\lib\" --extra[详细]
2023-02-10 13:01 分类:问答Clear cairo text in gtk_window
I\'m have a trouble with a cairo text. I write some lines in a gtk_window: cr = gdk_cairo_create(window->window);[详细]
2023-02-10 03:20 分类:问答How to draw any GTK widget on top of Cairo surface
I would like to save the looks of a GTK window, and all the buttons and other widgets it contains to a PNG or PDF file. Cairo support开发者_开发知识库s drawing on such surfaces.[详细]
2023-02-10 00:17 分类:问答Possibly transparent WebKit-Overlay in Gtk/Cairo?
I\'m building an application, which is cross-platform (Linux, Win, OS X), and especially does graphics stuff via Cairo(mm), supported by a little bit of GTK+ scaffolding (i.e. DrawingArea). I now need[详细]
2023-02-09 16:04 分类:问答Gtk+: How to set the cursor of a window from a Cairo context?
I have written the following code to set the cursor of a Gtk::Window from a Cairo::Context. When I run the program and move the cursor into the window, the cursor changes to a horizontal开发者_开发百科[详细]
2023-02-08 18:46 分类:问答