| 1092 |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 63, 60); |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 63, 60); |
| 1093 |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 64, 60); |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 64, 60); |
| 1094 |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 65, 60); |
gtk_clist_set_column_width (GTK_CLIST (clist_winregs), 65, 60); |
| 1095 |
|
gtk_clist_set_selection_mode (GTK_CLIST (clist_winregs), GTK_SELECTION_MULTIPLE); |
| 1096 |
gtk_clist_column_titles_show (GTK_CLIST (clist_winregs)); |
gtk_clist_column_titles_show (GTK_CLIST (clist_winregs)); |
| 1097 |
|
|
| 1098 |
label_winregs00 = gtk_label_new (""); |
label_winregs00 = gtk_label_new (""); |
| 1574 |
gtk_container_add (GTK_CONTAINER (frame_memory), scrolledwindow_memory); |
gtk_container_add (GTK_CONTAINER (frame_memory), scrolledwindow_memory); |
| 1575 |
gtk_container_set_border_width (GTK_CONTAINER (scrolledwindow_memory), 5); |
gtk_container_set_border_width (GTK_CONTAINER (scrolledwindow_memory), 5); |
| 1576 |
|
|
| 1577 |
clist_memory = gtk_clist_new (2); |
clist_memory = gtk_clist_new (5); |
| 1578 |
gtk_widget_ref (clist_memory); |
gtk_widget_ref (clist_memory); |
| 1579 |
gtk_object_set_data_full (GTK_OBJECT (window_main), "clist_memory", clist_memory, |
gtk_object_set_data_full (GTK_OBJECT (window_main), "clist_memory", clist_memory, |
| 1580 |
(GtkDestroyNotify) gtk_widget_unref); |
(GtkDestroyNotify) gtk_widget_unref); |
| 1581 |
gtk_widget_show (clist_memory); |
gtk_widget_show (clist_memory); |
| 1582 |
gtk_container_add (GTK_CONTAINER (scrolledwindow_memory), clist_memory); |
gtk_container_add (GTK_CONTAINER (scrolledwindow_memory), clist_memory); |
| 1583 |
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 0, 80); |
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 0, 80); |
| 1584 |
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 1, 80); |
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 1, 60); |
| 1585 |
|
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 2, 60); |
| 1586 |
|
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 3, 60); |
| 1587 |
|
gtk_clist_set_column_width (GTK_CLIST (clist_memory), 4, 60); |
| 1588 |
gtk_clist_column_titles_hide (GTK_CLIST (clist_memory)); |
gtk_clist_column_titles_hide (GTK_CLIST (clist_memory)); |
| 1589 |
|
|
| 1590 |
gtk_signal_connect (GTK_OBJECT (window_main), "destroy", |
gtk_signal_connect (GTK_OBJECT (window_main), "destroy", |
| 1614 |
{ |
{ |
| 1615 |
const gchar *authors[] = { |
const gchar *authors[] = { |
| 1616 |
"Michal Stochmialek <misto@pld-linux.org>", |
"Michal Stochmialek <misto@pld-linux.org>", |
| 1617 |
"Tomasz Paradowski <batonik@batonik.net>", |
"Tomasz Poradowski <batonik@batonik.net>", |
| 1618 |
NULL |
NULL |
| 1619 |
}; |
}; |
| 1620 |
GtkWidget *window_about; |
GtkWidget *window_about; |