1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

- put hbox around frame table so that it doesn't grow when we give it more

space than it needs
- dump.c: separated ordering function from actual printing
- added list of vectors and object (on the right side of the variables)



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5423 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-12 10:45:52 +00:00
parent 9c3cf7e51c
commit e65d90947c
10 changed files with 486 additions and 199 deletions

6
obj.h
View File

@@ -102,6 +102,9 @@ struct vec {
/* samples for measurements */
struct sample *samples;
/* for the GUI */
GtkWidget *list_widget;
};
struct frame {
@@ -170,6 +173,9 @@ struct obj {
/* for dumping */
int dumped;
/* for the GUI */
GtkWidget *list_widget;
};