Re: [clutter] GtkClutterViewport

2008-11-13 Thread Saul Lethbridge
Once again...thank you. On Thu, Nov 13, 2008 at 10:23 PM, Emmanuele Bassi <[EMAIL PROTECTED]>wrote: > On Thu, 2008-11-13 at 20:46 +1000, Saul Lethbridge wrote: > > Doesn't appear to work! > > you code, no. once I fixed it, it does. > > compile with: > > gcc -Wall \ >`pkg-config --cflags

Re: [clutter] GtkClutterViewport

2008-11-13 Thread Emmanuele Bassi
On Thu, 2008-11-13 at 20:46 +1000, Saul Lethbridge wrote: > Doesn't appear to work! you code, no. once I fixed it, it does. compile with: gcc -Wall \ `pkg-config --cflags clutter-0.9 clutter-gtk-0.9` \ -o test-viewport \ `pkg-config --libs clutter-0.9 clutter-gtk-0.9` \

Re: [clutter] GtkClutterViewport

2008-11-13 Thread Saul Lethbridge
Doesn't appear to work! #include #include #include int main (int argc, char *argv[]) { ClutterTimeline *timeline; ClutterActor*stage, *viewport, *tex, *tex2, *group; ClutterColor stage_color = { 0x61, 0x64, 0x8c, 0xff }; GtkWidget *window, *embed; GtkWidget *ta

Re: [clutter] GtkClutterViewport

2008-11-12 Thread Pierre-Luc Beaudoin
On Thu, 2008-11-13 at 06:47 +1000, Saul Lethbridge wrote: > Are there any plans to have something similar to GtkClutterViewport > but that can contain multiple actors - like embedding the stage in the > viewport and applying a size limit? The limit of a single actor makes > GtkClutterViewport reaso

[clutter] GtkClutterViewport

2008-11-12 Thread Saul Lethbridge
Are there any plans to have something similar to GtkClutterViewport but that can contain multiple actors - like embedding the stage in the viewport and applying a size limit? The limit of a single actor makes GtkClutterViewport reasonably useless.

Re: [clutter] GtkClutterViewport

2008-11-04 Thread Emmanuele Bassi
On Tue, 2008-11-04 at 21:49 +1000, Saul Lethbridge wrote: > It's great to see this in Clutter, but I'm not sure it behaves as > expected. I've attached a couple of images to show 'what I would > expect'. > > The two images are of a standard 320 X 240 window and the same window > maximized. It appe

[clutter] GtkClutterViewport

2008-11-04 Thread Saul Lethbridge
It's great to see this in Clutter, but I'm not sure it behaves as expected. I've attached a couple of images to show 'what I would expect'. The two images are of a standard 320 X 240 window and the same window maximized. It appears that it is irrelevant whether the window is maximized or not, the