aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/progress_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-24Give the code that computes protocol statistics a progress dialog box,Guy Harris1-2/+2
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-07-07If the progress dialog gets a "delete" event, have the handler returnGuy Harris1-38/+19
2000-07-07Use "progdlg_t *" rather than "void *" as the handle for a progressGuy Harris1-32/+63
2000-07-05Put the "Cancel" button in a progress dialog box in an HButtonBox,Guy Harris1-15/+13
2000-07-05To make windows modal, use "gtk_window_set_modal()" rather thanGuy Harris1-2/+2
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+3
2000-07-03GtkLabel is a subclass of GtkMisc, so it has alignment and paddingGuy Harris1-9/+8
2000-07-03Remove the progress bar from the status line, and, instead, for anyGuy Harris1-0/+190