Re: [clutter] Clutter Mx user resize

2010-05-12 Thread Chris Lord
Hi Emilio,

On Wed, 2010-04-28 at 17:35 -0300, Emilio Fernandes wrote:
 How can i set the MxWindow unresizable?
 
 I have this code:
 
   application = mx_application_new (argc, argv, App,
 MX_APPLICATION_SINGLE_INSTANCE);
 
   window = mx_application_create_window (application);
 
   stage = (ClutterActor *)mx_window_get_clutter_stage (window);
 
   clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), FALSE);
 
 I already set   clutter_stage_set_user_resizable (CLUTTER_STAGE
 (stage), FALSE),
 but the app window continues resizable!
 
 Ant tips for this?

This sounds like a bug - please file this at http://bugs.meego.com/

Application and Window haven't been used too much, so you may find there
are bugs here and there. Any testing is much appreciated.

--Chris


-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[clutter] Clutter Mx user resize

2010-04-28 Thread Emilio Fernandes
Hi all,

How can i set the MxWindow unresizable?

I have this code:

  application = mx_application_new (argc, argv, App,
MX_APPLICATION_SINGLE_INSTANCE);

  window = mx_application_create_window (application);

  stage = (ClutterActor *)mx_window_get_clutter_stage (window);

  clutter_stage_set_user_resizable (CLUTTER_STAGE (stage), FALSE);

I already set   clutter_stage_set_user_resizable (CLUTTER_STAGE (stage),
FALSE),
but the app window continues resizable!

Ant tips for this?


Thanks all!



-- 
Emilio Seidel Fernandes
Tec. Desenvolvimento de Sistemas Distribuídos - UTFPR Curitiba