/[xlog]/xlog/src/gui_mainwindow.c
ViewVC logotype

Diff of /xlog/src/gui_mainwindow.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by pa4tu, Mon Jan 24 14:10:41 2005 UTC revision 1.21 by pa4tu, Tue Jan 25 19:09:53 2005 UTC
# Line 236  static const char *ui_description = Line 236  static const char *ui_description =
236  "</ui>";  "</ui>";
237    
238          mainwindow = gtk_window_new (GTK_WINDOW_TOPLEVEL);          mainwindow = gtk_window_new (GTK_WINDOW_TOPLEVEL);
         gtk_widget_set_events (mainwindow, GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK);  
239          gtk_window_set_title (GTK_WINDOW (mainwindow), "xlog");          gtk_window_set_title (GTK_WINDOW (mainwindow), "xlog");
240          mainwindow_icon_pixbuf = create_pixbuf ("xlog.png");          mainwindow_icon_pixbuf = create_pixbuf ("xlog.png");
241          if (mainwindow_icon_pixbuf)          if (mainwindow_icon_pixbuf)
# Line 461  static const char *ui_description = Line 460  static const char *ui_description =
460          unknownlabel1 = gtk_label_new ("");          unknownlabel1 = gtk_label_new ("");
461          gtk_box_pack_start (GTK_BOX (unknown1hbox), unknownlabel1, FALSE, FALSE, 0);          gtk_box_pack_start (GTK_BOX (unknown1hbox), unknownlabel1, FALSE, FALSE, 0);
462          gtk_widget_set_size_request (unknownlabel1, 100, -1);          gtk_widget_set_size_request (unknownlabel1, 100, -1);
         gtk_label_set_justify (GTK_LABEL (unknownlabel1), GTK_JUSTIFY_CENTER);  
463          unknownentry1 = gtk_entry_new ();          unknownentry1 = gtk_entry_new ();
464          gtk_box_pack_start (GTK_BOX (unknown1hbox), unknownentry1, FALSE, FALSE, 0);          gtk_box_pack_start (GTK_BOX (unknown1hbox), unknownentry1, FALSE, FALSE, 0);
465          gtk_widget_set_size_request (unknownentry1, 130, -1);          gtk_widget_set_size_request (unknownentry1, 130, -1);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26