aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12rename toolbar to main_toolbarUlf Lamping1-94/+0
svn path=/trunk/; revision=24940
2008-04-11Clean up a few references to OBJECT_[GS]_DATA macrosBill Meier1-1/+1
svn path=/trunk/; revision=24901
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-20- Declare some functions staticJörg Mayer1-0/+2
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-0/+10
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2004-11-01first implementation of the packet history functionUlf Lamping1-0/+7
svn path=/trunk/; revision=12460
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
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