Re: Quick question about the GTK graphics stack

2018-08-20 Thread Emmanuele Bassi via gtk-list
On Mon, 20 Aug 2018 at 22:11, Alexander Medvednikov via gtk-list < gtk-list@gnome.org> wrote: > GTK draws things with Cairo, and if the graphics driver is installed, > Cairo uses the OpenGL backend. Otherwise it uses software rendering via > xlib. > > Is this correct? > No. GTK does not use

Quick question about the GTK graphics stack

2018-08-20 Thread Alexander Medvednikov via gtk-list
Hello, I have a quick question about the basics of the GTK graphics stack. Just want to understand how my system is rendered. So let's say I do a fresh installation of the latest version of Ubuntu MATE. It uses MATE, which is based on GNOME, which is written with GTK. GTK draws things

quick question

2013-02-05 Thread D.H. Bahr
is it possible to set an image as a background for a widget, say a GtkEventBox? Best regards, D.H. Bahr ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: quick question

2013-02-05 Thread D.H. Bahr
Thanks, I've been working around that using CSS.. El mar, 05-02-2013 a las 09:09 -0500, Peter Hurley escribió: On Tue, 2013-02-05 at 07:49 -0500, D.H. Bahr wrote: is it possible to set an image as a background for a widget, say a GtkEventBox? Broken since 3.3. See

Re: quick question

2013-02-05 Thread Peter Hurley
On Tue, 2013-02-05 at 07:49 -0500, D.H. Bahr wrote: is it possible to set an image as a background for a widget, say a GtkEventBox? Broken since 3.3. See https://bugzilla.gnome.org/show_bug.cgi?id=672858 Regards, Peter Hurley ___ gtk-devel-list

Quick question for Windows GTK+-3.x users/devs

2012-05-24 Thread Fan Chun-wei
Hi, (Sorry for posting to multiple lists for this...please let me know if I mailed to an inappropriate list:) ) I would like to know from people that are developing (or running) GTK+-3.x apps on Windows (at least on Windows XP/7) [even for the demo program]-whether you are affected by the

Quick Question for all Developers

2008-09-27 Thread Antonio Busalacchi (c)
I was looking for some advice on where I can get a message out to Linux Application level developers. VMware is working on a new initiative to make Linux a more viable option on Desktops and Laptops. Where would be a good place we can post the job description? Thanks Antonio Busalacchi

Quick question about stock icons...

2006-10-12 Thread Freddie Unpenstein
When creating a GtkImage from a stock icon, you need to tell it the size of the image to create, as one of the GTK_ICON_SIZE_* constants. What I want is to find out programatically, how large those sizes are in pixels. The reason: I've got a function which takes either a stock icon id, or a

Re: Quick question about stock icons...

2006-10-12 Thread Yeti
On Thu, Oct 12, 2006 at 04:22:55AM -0400, Freddie Unpenstein wrote: When creating a GtkImage from a stock icon, you need to tell it the size of the image to create, as one of the GTK_ICON_SIZE_* constants. What I want is to find out programatically, how large those sizes are in pixels.

Quick Question

2005-05-24 Thread Michal Porzuczek
Hi, I was wondering where do I post questions that I have concerning GTK? thanks Michal ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Quick Question

2005-05-24 Thread Maciej Katafiasz
Dnia 24-05-2005, wto o godzinie 09:37 -0400, Michal Porzuczek napisa: I was wondering where do I post questions that I have concerning GTK? For example, to gtk-list@gnome.org :). If you have question that specifically covers application development with GTK+, you can use gtk-app-devel@, for all

One quick question...

2003-02-20 Thread Kyle Cardoza
Hi. I just have a quick question for someone vell-versed in the internals of GTK. Hypothetically speaking, if I wanted the GTK library itself to provide some customized, basic window furniture, i.e. a close box and a resize tab, so that I would not need a window manager, what would I have to do

Re: One quick question...

2003-02-20 Thread Diego Zuccato
Kyle Cardoza wrote: Hypothetically speaking, if I wanted the GTK library itself to provide some customized, basic window furniture, i.e. a close box and a resize tab, so that I would not need a window manager, what would I have to do to the source code? Would editing the source of the

Re: One quick question...

2003-02-20 Thread Owen Taylor
On Thu, 2003-02-20 at 03:09, Kyle Cardoza wrote: Hi. I just have a quick question for someone vell-versed in the internals of GTK. Hypothetically speaking, if I wanted the GTK library itself to provide some customized, basic window furniture, i.e. a close box and a resize tab, so that I