Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1876 in orxonox.OLD for orxonox


Ignore:
Timestamp:
May 7, 2004, 10:58:10 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/gui: fixed the error with the size-changing window, on demand of patrick

Location:
orxonox/branches/gui/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/gui/orxonox_gui.c

    r1867 r1876  
    5151    /* Main Window */
    5252    window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
     53    gtk_window_set_policy(GTK_WINDOW(window), TRUE, TRUE, TRUE);
    5354    gtk_window_set_title ( GTK_WINDOW (window), "orxonox");
    5455    g_signal_connect (G_OBJECT (window), "delete_event", G_CALLBACK (gtk_main_quit), NULL);
  • orxonox/branches/gui/gui/orxonox_gui_exec.c

    r1867 r1876  
    126126          exec_flags_label = gtk_label_new("test");
    127127          exec_orxonox_settings = orxonox_settings;
     128          gtk_widget_set_usize(exec_flags_label, 250,40);
     129          gtk_label_set_line_wrap (GTK_LABEL(exec_flags_label), TRUE);
    128130          orxonox_flags_update();
    129131          gtk_container_add (GTK_CONTAINER(flags_frame), exec_flags_label);
Note: See TracChangeset for help on using the changeset viewer.