On Thursday 01 March 2012 04:05:22 Gary Kline wrote:
> On Wed, Feb 29, 2012 at 06:46:50PM -0800, Gary Kline wrote:
> > Date: Wed, 29 Feb 2012 18:46:50 -0800
> > From: Gary Kline
> > Subject: oops
> > To: GTK Devel List
> >
> > well, here's the story: i have a file that creates four hscale
> > wi
On 03/01/2012 04:07 AM, Roger Davis wrote:
Hi Dov,
Thanks very much for that interesting code example. I built it and it
seems to work fine, so there is apparently a solution to my problem,
however complicated it may turn out to be. I assume since no one has
given me a short 'yes' answer to my q
On Wed, Feb 29, 2012 at 06:46:50PM -0800, Gary Kline wrote:
> Date: Wed, 29 Feb 2012 18:46:50 -0800
> From: Gary Kline
> Subject: oops
> To: GTK Devel List
>
> well, here's the story: i have a file that creates four hscale
> widgets. 0 to 100. [optionally, four scrollbars that are in sync
> wi
well, here's the story: i have a file that creates four hscale
widgets. 0 to 100. [optionally, four scrollbars that are in sync
with the hscale widgets. ok, the thing is: how do i capture the
user's choice from these horizontal bars and save thedir values to a
config file?
amybody? i'm wedged
On Wed, 29 Feb 2012, jcup...@gmail.com wrote:
You need a compositing model instead. Your draw window should be a stack of
2D layers. In your expose callback, paint that part of the window back to
front. Do rubberbanding by creating a temporary top layer with the rubber
band in and queueing ref
As a short-term fix I think it'd be fine to target gtk2, it's going to be
around for years.
In my opinion, the time of xor rubber banding has passed, it's just too
hard to get it working reliably in complex situations. Once you have double
buffering, background scrolling, overlapping display objec
Hi John, thanks for your comments!
As you say, gdk_ is a thin layer over the X11 drawing system, so
converting that is pretty easy. Gdk has quite a few helpers too, eg.
stuff for rendering a 24-bit image to whatever visual the server has,
so you can save some code there. It shouldn't be a huge
Hi Bernhard,
Thanks for your thoughts! I will look further at GooCanvas and COGL to see
what's there, although my existing app set doesn't really require any
explicit object-oriented support.
Roger
___
gtk-app-devel-list mailing list
gtk-app-devel-l
Hi Dov,
Thanks very much for that interesting code example. I built it and it
seems to work fine, so there is apparently a solution to my problem,
however complicated it may turn out to be. I assume since no one has given
me a short 'yes' answer to my question of whether you can easily do an X
On Wed, Feb 29, 2012 at 01:17, Roger Davis wrote:
> [stuff deleted]
Does Cairo have a way
> of mimicking an X11 XOR-op GC for doing low-overhead ephemeral drawing ops
> of rubberband-lines, etc.?
>
> I have over the years been intrigued of how to do flicker free rubberband
selection with gtk/ca
Michael Torrie wrote:
On 02/22/2012 06:35 AM, Manuel Ferrero wrote:
I read the thread, now I know I have to link against the right version
of msvcrt.dll.
But I'm compiling with MinGW and according what Tor Lillqvist said in
that thread it should work.
I don't specify any path in my IDE, I just
On 02/29/2012 02:50 AM, Bernhard Schuster wrote:
> If your application license is either GPL or LPGL you are also
> allowed to link statically (afaik), so you can deploy a gtk2 and a
> gtk3 version. Edit ... so you can deploy a shared and statically
> linked application binary.
Just to be clear, i
Hi Roger,
I moved a medium-sized (100k lines) application from Motif/X11 to gtk+
a while ago.
As you say, gdk_ is a thin layer over the X11 drawing system, so
converting that is pretty easy. Gdk has quite a few helpers too, eg.
stuff for rendering a 24-bit image to whatever visual the server has,
Edit
... so you can deploy a shared and statically linked application binary.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Am 29. Februar 2012 00:17 schrieb Roger Davis :
>
> Hello all,
>
> I am new to this list, please forgive me if this material has been discussed
> before. I have a substantial body of Xlib/Motif code that I need to port
> to a more modern GUI and have some questions in that regard with respect
> to
15 matches
Mail list logo