aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dlg_utils.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-07save dialog with "Captured" and "Displayed" buttons in packet rangeUlf Lamping1-1/+12
2003-12-13Put in a comment about some issues with the way we do "Update list ofGuy Harris1-1/+15
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs1-2/+4
2003-09-24Add a "file_selection_new()" routine that does all the positioning (GTK+Guy Harris1-9/+24
2003-09-20From Giles Scott:Guy Harris1-3/+3
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-22/+5
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-5/+26
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-2/+2
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+4
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-2/+3
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-1/+14
2000-05-26Don't duplicate the "gtk_radio_button_new_with_label()" andGuy Harris1-39/+38
2000-05-08Add functions to create buttons whose labels specify mnemonics, i.e.Guy Harris1-1/+61
2000-05-02Add some utilities to:Guy Harris1-0/+91