aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-scroll-frame.c
Commit message (Collapse)AuthorAgeFilesLines
* Tried rearranging the casts to try for a more correct computation.Christopher James Lahey2000-07-121-6/+6
| | | | | | | | | 2000-07-12 Christopher James Lahey <clahey@helixcode.com> * e-scroll-frame.c: Tried rearranging the casts to try for a more correct computation. svn path=/trunk/; revision=4107
* comment out true but confused warning about non-scrollable widgets untilDan Winship2000-07-091-2/+6
| | | | | | | | | | | | * e-scroll-frame.c (e_scroll_frame_add): comment out true but confused warning about non-scrollable widgets until Chris and/or Federico fix this correctly. (e_scroll_frame_size_allocate): If the available space for the child is less than the width/height of the frame, give the child an allocation of 0 rather than some small negative number cast to unsigned. svn path=/trunk/; revision=3977
* Control does horizontal scrolling...Anders Carlsson2000-06-131-2/+4
| | | | svn path=/trunk/; revision=3539
* Add support for mouse wheel scrolling in EScrollFrame.Anders Carlsson2000-06-121-2/+31
| | | | | | | | | 2000-06-11 Anders Carlsson <andersca@gnu.org> * e-scroll-frame.c (e_scroll_frame_button_press): Add support for mouse wheel scrolling in EScrollFrame. svn path=/trunk/; revision=3526
* Imported GtkScrollFrame from EOG and renamed it to EScrollFrame.Federico Mena Quintero2000-06-011-0/+1215
2000-05-31 Federico Mena Quintero <federico@helixcode.com> * widgets/misc/e-scroll-frame.[ch]: Imported GtkScrollFrame from EOG and renamed it to EScrollFrame. * widgets/misc/Makefile.am (libemiscwidgets_a_SOURCES): Added e-scroll-frame.[ch]. svn path=/trunk/; revision=3326