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

Reply via email to