Oh yeah. You can actually edit the entries now ;-)

The insert and delete entry buttons should work now too.


SVN revision: 2364
This commit is contained in:
Tom Gilbert 2000-03-28 20:58:02 +00:00
parent eb1029e5c0
commit 8b909c5859
2 changed files with 591 additions and 495 deletions

1083
viewer.c

File diff suppressed because it is too large Load Diff

View File

@ -28,3 +28,6 @@ struct entry_data
gchar *icon;
gchar *params;
};
void delete_entry (GtkWidget * widget, gpointer user_data);
void insert_entry (GtkWidget * widget, gpointer user_data);
void entries_to_ctree (GtkWidget * widget, gpointer user_data);