Scrollbar detection for full container

2009-08-25 Thread Per Hermansson
Hi all I have two GtkTables which are inside its own GtkViewport and GtkScrolledWindow. Both tables are fixed size and dynamically populated with widgets. When adding widgets I want to keep adding them to the first table just before the scrollbars appear, then I want to new widgets to be

Re: outstream question [i think]

2009-08-25 Thread Freddie Unpenstein
From: dev...@iamaquatics.org, Date: 25/08/2009 16:50, Wrote: The eventual goal is to create a program to log incidents at an aquatic facility. As of right now, I am just trying to write some small simple things to stretch out my [programming] legs. The goal is to connect to the database and

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Kristian Rietveld
Hi, On Sun, Aug 23, 2009 at 6:26 AM, John Rallsjra...@ceridwen.us wrote: I wonder, though, if that's the best approach for Gtk+ applications using Quartz, since Webkit is already well integrated into the system. If I were Interesting question really. I can see that it feels like overkill to

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Xan Lopez
On Tue, Aug 25, 2009 at 10:20 PM, Kristian Rietveldk...@gtk.org wrote: to provide a Gtk-Carbon shim library using the approach in http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/CarbonApps.html  will it integrate OK with gdk-quartz and cairo-quartz? What I am

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Kristian Rietveld
On Tue, Aug 25, 2009 at 9:35 PM, Xan Lopezx...@gnome.org wrote: WebKit is the native layer on top of WebCore offered by each port for their platform, so the answer to that is: yes, WebKitGTK provides GObject APIs which are all specific to it. Right, so another question: does the GObject API

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Xan Lopez
On Tue, Aug 25, 2009 at 10:44 PM, Kristian Rietveldk...@gtk.org wrote: On Tue, Aug 25, 2009 at 9:35 PM, Xan Lopezx...@gnome.org wrote: WebKit is the native layer on top of WebCore offered by each port for their platform, so the answer to that is: yes, WebKitGTK provides GObject APIs which are

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Davyd Madeley
On Tue, 2009-08-25 at 21:44 +0200, Kristian Rietveld wrote: On Tue, Aug 25, 2009 at 9:35 PM, Xan Lopezx...@gnome.org wrote: WebKit is the native layer on top of WebCore offered by each port for their platform, so the answer to that is: yes, WebKitGTK provides GObject APIs which are all

Re: Webkit-gtk and MacOSX

2009-08-25 Thread John Ralls
On Aug 25, 2009, at 12:57 PM, Xan Lopez wrote: On Tue, Aug 25, 2009 at 10:44 PM, Kristian Rietveldk...@gtk.org wrote: On Tue, Aug 25, 2009 at 9:35 PM, Xan Lopezx...@gnome.org wrote: WebKit is the native layer on top of WebCore offered by each port for their platform, so the answer to that

Re: GCancellable hints

2009-08-25 Thread Freddie Unpenstein
From: Richard Hughes, Date: 25/08/2009 02:03, Wrote: The only functionality that ZifCancellable adds is two methods: void zif_cancellable_set_hint (GCancellable *cancellable, gboolean can_cancel); gboolean zif_cancellable_get_hint (GCancellable *cancellable); Why not just

Re: Webkit-gtk and MacOSX

2009-08-25 Thread Kalle Vahlman
2009/8/26 John Ralls jra...@ceridwen.us: Thank you both for hashing this out for me. I'll persevere with getting Webkit-Gtk to build with quartz, then. I'm not sure I agree that it's not that big: WebKit.framework clocks in at 78M. Whatever the WebKit.framework is, with that size it's bound to

Re: Webkit-gtk and MacOSX

2009-08-25 Thread John Ralls
On Aug 25, 2009, at 10:10 PM, Kalle Vahlman wrote: 2009/8/26 John Ralls jra...@ceridwen.us: Thank you both for hashing this out for me. I'll persevere with getting Webkit-Gtk to build with quartz, then. I'm not sure I agree that it's not that big: WebKit.framework clocks in at 78M.