Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bleah. What was I thinking? "dlg_window_new()" should take the title | Guy Harris | 2000-08-23 | 1 | -3/+2 |
* | If the progress dialog gets a "delete" event, have the handler return | Guy Harris | 2000-07-07 | 1 | -38/+19 |
* | Use "progdlg_t *" rather than "void *" as the handle for a progress | Guy Harris | 2000-07-07 | 1 | -32/+63 |
* | Put the "Cancel" button in a progress dialog box in an HButtonBox, | Guy Harris | 2000-07-05 | 1 | -15/+13 |
* | To make windows modal, use "gtk_window_set_modal()" rather than | Guy Harris | 2000-07-05 | 1 | -2/+2 |
* | Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOG | Guy Harris | 2000-07-05 | 1 | -2/+3 |
* | GtkLabel is a subclass of GtkMisc, so it has alignment and padding | Guy Harris | 2000-07-03 | 1 | -9/+8 |
* | Remove the progress bar from the status line, and, instead, for any | Guy Harris | 2000-07-03 | 1 | -0/+190 |