aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.h
AgeCommit message (Collapse)AuthorFilesLines
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11107
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-4/+39
svn path=/trunk/; revision=11052
2004-01-20code cleanup and added some moreUlf Lamping1-9/+1
application specific stock items in toolbar.c, use them where appropriate svn path=/trunk/; revision=9747
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-2/+2
saving the states in the recent file svn path=/trunk/; revision=9726
2003-11-15handlebar removed,Ulf Lamping1-1/+9
GTK2 specific: generate some Ethereal specific stock icons and use them in the toolbar svn path=/trunk/; revision=8973
2003-11-07"File->Open" should be available whether or not we have a captue fileGuy Harris1-1/+2
open. The toolbar equivalent should *not* be available if we have an "Update list of packets in real time" capture running. The toolbar "Save" button should not be available if we don't have an unsaved capture file. svn path=/trunk/; revision=8902
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-1/+3
style. Make the style text arrays static, as nobody uses them outside prefs.c. Use FALSE and TRUE for the values for the Boolean controlling the highlighting style. Note that we're now using stock icons in the toolbar in GTK+ 2.x. Put back the resizing of elements in the top-level container, at least for GTK+ 1.2[.x]; otherwise, the toolbar's height never gets smaller, even if you change the style in such a way as to reduce the height of the elements (icons+text -> icons or text, icons -> text). Make some routines and variables not used outside gtk/toolbar.c static. svn path=/trunk/; revision=8720
2003-10-16- use stock icons in the toolbar when using GTK2Olivier Abad1-1/+2
- use GTK1/2 compatibility macros [GS]ET_OBJECT_DATA where needed - add a set_toolbar_object_data() function which associates the display filter entry (from the main window) with the E_DFILTER_TE_KEY for the open and reload buttons (it is needed by the open and reload callbacks). The function is called in create_main_window() - reindent svn path=/trunk/; revision=8718
2003-10-15From Ulf Lamping: toolbar.Guy Harris1-0/+35
svn path=/trunk/; revision=8707