annotate src/scrollbar-gtk.c @ 5157:1fae11d56ad2

redo memory-usage mechanism, add way of dynamically initializing Lisp objects -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-03-18 Ben Wing <ben@xemacs.org> * diagnose.el (show-memory-usage): Rewrite to take into account API changes in memory-usage functions. src/ChangeLog addition: 2010-03-18 Ben Wing <ben@xemacs.org> * alloc.c: * alloc.c (disksave_object_finalization_1): * alloc.c (lisp_object_storage_size): * alloc.c (listu): * alloc.c (listn): * alloc.c (Fobject_memory_usage_stats): * alloc.c (compute_memusage_stats_length): * alloc.c (Fobject_memory_usage): * alloc.c (Ftotal_object_memory_usage): * alloc.c (malloced_storage_size): * alloc.c (common_init_alloc_early): * alloc.c (reinit_alloc_objects_early): * alloc.c (reinit_alloc_early): * alloc.c (init_alloc_once_early): * alloc.c (syms_of_alloc): * alloc.c (reinit_vars_of_alloc): * buffer.c: * buffer.c (struct buffer_stats): * buffer.c (compute_buffer_text_usage): * buffer.c (compute_buffer_usage): * buffer.c (buffer_memory_usage): * buffer.c (buffer_objects_create): * buffer.c (syms_of_buffer): * buffer.c (vars_of_buffer): * console-impl.h (struct console_methods): * dynarr.c (Dynarr_memory_usage): * emacs.c (main_1): * events.c (clear_event_resource): * extents.c: * extents.c (compute_buffer_extent_usage): * extents.c (extent_objects_create): * extents.h: * faces.c: * faces.c (compute_face_cachel_usage): * faces.c (face_objects_create): * faces.h: * general-slots.h: * glyphs.c: * glyphs.c (compute_glyph_cachel_usage): * glyphs.c (glyph_objects_create): * glyphs.h: * lisp.h: * lisp.h (struct usage_stats): * lrecord.h: * lrecord.h (enum lrecord_type): * lrecord.h (struct lrecord_implementation): * lrecord.h (MC_ALLOC_CALL_FINALIZER_FOR_DISKSAVE): * lrecord.h (DEFINE_DUMPABLE_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_SIZABLE_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_FROB_BLOCK_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_FROB_BLOCK_SIZABLE_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_INTERNAL_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_SIZABLE_INTERNAL_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_SIZABLE_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_FROB_BLOCK_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_FROB_BLOCK_SIZABLE_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_INTERNAL_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_SIZABLE_INTERNAL_LISP_OBJECT): * lrecord.h (MAKE_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_MODULE_LISP_OBJECT): * lrecord.h (DEFINE_DUMPABLE_MODULE_SIZABLE_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_MODULE_LISP_OBJECT): * lrecord.h (DEFINE_NODUMP_MODULE_SIZABLE_LISP_OBJECT): * lrecord.h (MAKE_MODULE_LISP_OBJECT): * lrecord.h (INIT_LISP_OBJECT): * lrecord.h (INIT_MODULE_LISP_OBJECT): * lrecord.h (UNDEF_LISP_OBJECT): * lrecord.h (UNDEF_MODULE_LISP_OBJECT): * lrecord.h (DECLARE_LISP_OBJECT): * lrecord.h (DECLARE_MODULE_API_LISP_OBJECT): * lrecord.h (DECLARE_MODULE_LISP_OBJECT): * lstream.c: * lstream.c (syms_of_lstream): * lstream.c (vars_of_lstream): * marker.c: * marker.c (compute_buffer_marker_usage): * mc-alloc.c (mc_alloced_storage_size): * mc-alloc.h: * mule-charset.c: * mule-charset.c (struct charset_stats): * mule-charset.c (compute_charset_usage): * mule-charset.c (charset_memory_usage): * mule-charset.c (mule_charset_objects_create): * mule-charset.c (syms_of_mule_charset): * mule-charset.c (vars_of_mule_charset): * redisplay.c: * redisplay.c (compute_rune_dynarr_usage): * redisplay.c (compute_display_block_dynarr_usage): * redisplay.c (compute_glyph_block_dynarr_usage): * redisplay.c (compute_display_line_dynarr_usage): * redisplay.c (compute_line_start_cache_dynarr_usage): * redisplay.h: * scrollbar-gtk.c (gtk_compute_scrollbar_instance_usage): * scrollbar-msw.c (mswindows_compute_scrollbar_instance_usage): * scrollbar-x.c (x_compute_scrollbar_instance_usage): * scrollbar.c (compute_scrollbar_instance_usage): * scrollbar.h: * symbols.c: * symbols.c (reinit_symbol_objects_early): * symbols.c (init_symbols_once_early): * symbols.c (reinit_symbols_early): * symbols.c (defsymbol_massage_name_1): * symsinit.h: * ui-gtk.c: * ui-gtk.c (emacs_gtk_object_getprop): * ui-gtk.c (emacs_gtk_object_putprop): * ui-gtk.c (ui_gtk_objects_create): * unicode.c (compute_from_unicode_table_size_1): * unicode.c (compute_to_unicode_table_size_1): * unicode.c (compute_from_unicode_table_size): * unicode.c (compute_to_unicode_table_size): * window.c: * window.c (struct window_stats): * window.c (compute_window_mirror_usage): * window.c (compute_window_usage): * window.c (window_memory_usage): * window.c (window_objects_create): * window.c (syms_of_window): * window.c (vars_of_window): * window.h: Redo memory-usage mechanism, make it general; add way of dynamically initializing Lisp object types -- OBJECT_HAS_METHOD(), similar to CONSOLE_HAS_METHOD(). (1) Create OBJECT_HAS_METHOD(), OBJECT_HAS_PROPERTY() etc. for specifying that a Lisp object type has a particular method or property. Call such methods with OBJECT_METH, MAYBE_OBJECT_METH, OBJECT_METH_OR_GIVEN; retrieve properties with OBJECT_PROPERTY. Methods that formerly required a DEFINE_*GENERAL_LISP_OBJECT() to specify them (getprop, putprop, remprop, plist, disksave) now instead use the dynamic-method mechanism. The main benefit of this is that new methods or properties can be added without requiring that the declaration statements of all existing methods be modified. We have to make the `struct lrecord_implementation' non-const, but I don't think this should have any effect on speed -- the only possible method that's really speed-critical is the mark method, and we already extract those out into a separate (non-const) array for increased cache locality. Object methods need to be reinitialized after pdump, so we put them in separate functions such as face_objects_create(), extent_objects_create() and call them appropriately from emacs.c The only current object property (`memusage_stats_list') that objects can specify is a Lisp object and gets staticpro()ed so it only needs to be set during dump time, but because it references symbols that might not exist in a syms_of_() function, we initialize it in vars_of_(). There is also an object property (`num_extra_memusage_stats') that is automatically initialized based on `memusage_stats_list'; we do that in reinit_vars_of_alloc(), which is called after all vars_of_() functions are called. `disksaver' method was renamed `disksave' to correspond with the name normally given to the function (e.g. disksave_lstream()). (2) Generalize the memory-usage mechanism in `buffer-memory-usage', `window-memory-usage', `charset-memory-usage' into an object-type- specific mechanism called by a single function `object-memory-usage'. (Former function `object-memory-usage' renamed to `total-object-memory-usage'). Generalize the mechanism of different "slices" so that we can have different "classes" of memory described and different "slices" onto each class; `t' separates classes, `nil' separates slices. Currently we have three classes defined: the memory of an object itself, non-Lisp-object memory associated with the object (e.g. arrays or dynarrs stored as fields in the object), and Lisp-object memory associated with the object (other internal Lisp objects stored in the object). This isn't completely finished yet and we might need to further separate the "other internal Lisp objects" class into two classes. The memory-usage mechanism uses a `struct usage_stats' (renamed from `struct overhead_stats') to describe a malloc-view onto a set of allocated memory (listing how much was requested and various types of overhead) and a more general `struct generic_usage_stats' (with a `struct usage_stats' in it) to hold all statistics about object memory. `struct generic_usage_stats' contains an array of 32 Bytecounts, which are statistics of unspecified semantics. The intention is that individual types declare a corresponding struct (e.g. `struct window_stats') with the same structure but with specific fields in place of the array, corresponding to specific statistics. The number of such statistics is an object property computed from the list of tags (Lisp symbols describing the statistics) stored in `memusage_stats_list'. The idea here is to allow particular object types to customize the number and semantics of the statistics where completely avoiding consing. This doesn't matter so much yet, but the intention is to have the memory usage of all objects computed at the end of GC, at the same time as other statistics are currently computed. The values for all statistics for a single type would be added up to compute aggregate values for all objects of a specific type. To make this efficient, we can't allow any memory allocation at all. (3) Create some additional functions for creating lists that specify the elements directly as args rather than indirectly through an array: listn() (number of args given), listu() (list terminated by Qunbound). (4) Delete a bit of remaining unused C window_config stuff, also unused lrecord_type_popup_data.
author Ben Wing <ben@xemacs.org>
date Thu, 18 Mar 2010 10:50:06 -0500
parents 16112448d484
children 6c6d78781d59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2168
95fee4a1420e [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
malcolmp
parents: 2054
diff changeset
1 /* scrollbar implementation -- GTK interface.
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
2 Copyright (C) 1994, 1995 Board of Trustees, University of Illinois.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
3 Copyright (C) 1994 Amdhal Corporation.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
4 Copyright (C) 1995 Sun Microsystems, Inc.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
5 Copyright (C) 1995 Darrell Kindred <dkindred+@cmu.edu>.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
6
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
7 This file is part of XEmacs.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
8
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
9 XEmacs is free software; you can redistribute it and/or modify it
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
10 under the terms of the GNU General Public License as published by the
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
11 Free Software Foundation; either version 2, or (at your option) any
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
12 later version.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
13
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
14 XEmacs is distributed in the hope that it will be useful, but WITHOUT
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
17 for more details.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
18
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
19 You should have received a copy of the GNU General Public License
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
20 along with XEmacs; see the file COPYING. If not, write to
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
22 Boston, MA 02111-1307, USA. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
23
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
24 /* Synched up with: Not in FSF. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
25 /* Gtk version by William M. Perry */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
26
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
27 #include <config.h>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
28 #include "lisp.h"
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
29
872
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 793
diff changeset
30 #include "frame-impl.h"
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 793
diff changeset
31 #include "window.h"
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 793
diff changeset
32
79c6ff3eef26 [xemacs-hg @ 2002-06-20 21:18:01 by ben]
ben
parents: 793
diff changeset
33 #include "console-gtk-impl.h"
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
34 #include "glyphs-gtk.h"
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
35 #include "scrollbar-gtk.h"
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
36
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
37 static gboolean scrollbar_cb (GtkAdjustment *adj, gpointer user_data);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
38
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
39 /* Used to prevent changing the size of the slider while drag
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
40 scrolling, under Motif. This is necessary because the Motif
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
41 scrollbar is incredibly stupid about updating the slider and causes
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
42 lots of flicker if it is done too often. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
43 static int inhibit_slider_size_change;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
44
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
45 static int vertical_drag_in_progress;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
46
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
47
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
48 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
49 static int
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
50 gtk_inhibit_scrollbar_slider_size_change (void)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
51 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
52 return inhibit_slider_size_change;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
53 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
54
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
55 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
56 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
57 gtk_free_scrollbar_instance (struct scrollbar_instance *instance)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
58 {
3482
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
59 if (instance->scrollbar_data)
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
60 {
3482
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
61 if (SCROLLBAR_GTK_WIDGET (instance))
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
62 {
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
63 gtk_widget_hide_all (SCROLLBAR_GTK_WIDGET (instance));
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
64 gtk_widget_destroy (SCROLLBAR_GTK_WIDGET (instance));
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
65 }
20773f9b7bc0 [xemacs-hg @ 2006-06-29 16:58:59 by james]
james
parents: 3024
diff changeset
66
4976
16112448d484 Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents: 3482
diff changeset
67 xfree (instance->scrollbar_data);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
68 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
69 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
70
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
71 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
72 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
73 gtk_release_scrollbar_instance (struct scrollbar_instance *instance)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
74 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
75 /* It won't hurt to hide it all the time, will it? */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
76 gtk_widget_hide_all (SCROLLBAR_GTK_WIDGET (instance));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
77 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
78
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
79 static gboolean
2286
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2195
diff changeset
80 scrollbar_drag_hack_cb (GtkWidget *UNUSED (w), GdkEventButton *UNUSED (ev),
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2195
diff changeset
81 gpointer v)
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
82 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
83 vertical_drag_in_progress = (int) v;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
84 inhibit_slider_size_change = (int) v;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
85 return (FALSE);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
86 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
87
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
88 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
89 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
90 gtk_create_scrollbar_instance (struct frame *f, int vertical,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
91 struct scrollbar_instance *instance)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
92 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
93 GtkAdjustment *adj = GTK_ADJUSTMENT (gtk_adjustment_new (0,0,0,0,0,0));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
94 GtkScrollbar *sb = NULL;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
95
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
96 /* initialize the X specific data section. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
97 instance->scrollbar_data = xnew_and_zero (struct gtk_scrollbar_data);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
98
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
99 SCROLLBAR_GTK_ID (instance) = new_gui_id ();
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
100 SCROLLBAR_GTK_VDRAG_ORIG_VALUE (instance) = -1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
101 SCROLLBAR_GTK_LAST_VALUE (instance) = adj->value;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
102
2168
95fee4a1420e [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
malcolmp
parents: 2054
diff changeset
103 gtk_object_set_data (GTK_OBJECT (adj), GTK_DATA_GUI_IDENTIFIER, (void *) SCROLLBAR_GTK_ID (instance));
95fee4a1420e [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
malcolmp
parents: 2054
diff changeset
104 gtk_object_set_data (GTK_OBJECT (adj), GTK_DATA_FRAME_IDENTIFIER, f);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
105
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
106 sb = GTK_SCROLLBAR (vertical ? gtk_vscrollbar_new (adj) : gtk_hscrollbar_new (adj));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
107 SCROLLBAR_GTK_WIDGET (instance) = GTK_WIDGET (sb);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
108
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
109 gtk_signal_connect (GTK_OBJECT (adj),"value-changed",
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
110 GTK_SIGNAL_FUNC (scrollbar_cb), (gpointer) vertical);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
111
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
112 gtk_signal_connect (GTK_OBJECT (sb), "button-press-event",
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
113 GTK_SIGNAL_FUNC (scrollbar_drag_hack_cb), (gpointer) 1);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
114 gtk_signal_connect (GTK_OBJECT (sb), "button-release-event",
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
115 GTK_SIGNAL_FUNC (scrollbar_drag_hack_cb), (gpointer) 0);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
116
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
117 gtk_fixed_put (GTK_FIXED (FRAME_GTK_TEXT_WIDGET (f)), SCROLLBAR_GTK_WIDGET (instance), 0, 0);
525
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
118
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
119 /*
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
120 ** With gtk version > 1.2.8 the scrollbars in gtk-xemacs and xemacs
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
121 ** from CVS are invisible. In fact they are not invisible but very
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
122 ** thin (0 pixels wide). This is so, because the new gtk code does
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
123 ** not call gtk_widget_request_size() on the newly created
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
124 ** scrollbars anymore. this change was done to allow the theme
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
125 ** engines to manipulate the scrollbar width. This patch calls
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
126 ** gtk_widget_request_size with the newly created scollbars. Maybe
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
127 ** it is better to postpone this call just before the
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
128 ** gtk_widget_show() call is done on the scrolbar.
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
129 */
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
130 gtk_widget_size_request(GTK_WIDGET(sb), &(GTK_WIDGET(sb)->requisition));
77fb0aa0e69f [xemacs-hg @ 2001-05-09 14:31:52 by wmperry]
wmperry
parents: 462
diff changeset
131
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
132 gtk_widget_hide (SCROLLBAR_GTK_WIDGET (instance));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
133 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
134
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
135 #define UPDATE_DATA_FIELD(field) \
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
136 if (new_##field >= 0 && \
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
137 SCROLLBAR_GTK_POS_DATA (inst).field != new_##field) { \
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
138 SCROLLBAR_GTK_POS_DATA (inst).field = new_##field; \
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
139 inst->scrollbar_instance_changed = 1; \
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
140 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
141
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
142 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
143 /* #### The -1 check is such a hack. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
144 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
145 gtk_update_scrollbar_instance_values (struct window *w,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
146 struct scrollbar_instance *inst,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
147 int new_line_increment,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
148 int new_page_increment,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
149 int new_minimum, int new_maximum,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
150 int new_slider_size,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
151 int new_slider_position,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
152 int new_scrollbar_width,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
153 int new_scrollbar_height,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
154 int new_scrollbar_x, int new_scrollbar_y)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
155 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
156 UPDATE_DATA_FIELD (line_increment);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
157 UPDATE_DATA_FIELD (page_increment);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
158 UPDATE_DATA_FIELD (minimum);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
159 UPDATE_DATA_FIELD (maximum);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
160 UPDATE_DATA_FIELD (slider_size);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
161 UPDATE_DATA_FIELD (slider_position);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
162 UPDATE_DATA_FIELD (scrollbar_width);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
163 UPDATE_DATA_FIELD (scrollbar_height);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
164 UPDATE_DATA_FIELD (scrollbar_x);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
165 UPDATE_DATA_FIELD (scrollbar_y);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
166
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
167 if (w && !vertical_drag_in_progress)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
168 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
169 int new_vov = SCROLLBAR_GTK_POS_DATA (inst).slider_position;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
170 int new_vows = marker_position (w->start[CURRENT_DISP]);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
171
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
172 if (SCROLLBAR_GTK_VDRAG_ORIG_VALUE (inst) != new_vov)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
173 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
174 SCROLLBAR_GTK_VDRAG_ORIG_VALUE (inst) = new_vov;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
175 inst->scrollbar_instance_changed = 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
176 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
177 if (SCROLLBAR_GTK_VDRAG_ORIG_WINDOW_START (inst) != new_vows)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
178 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
179 SCROLLBAR_GTK_VDRAG_ORIG_WINDOW_START (inst) = new_vows;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
180 inst->scrollbar_instance_changed = 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
181 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
182 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
183 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
184
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
185 /* Used by gtk_update_scrollbar_instance_status. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
186 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
187 update_one_widget_scrollbar_pointer (struct window *w, GtkWidget *wid)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
188 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
189 if (!wid->window)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
190 gtk_widget_realize (wid);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
191
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
192 if (POINTER_IMAGE_INSTANCEP (w->scrollbar_pointer))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
193 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
194 gdk_window_set_cursor (GET_GTK_WIDGET_WINDOW (wid),
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
195 XIMAGE_INSTANCE_GTK_CURSOR (w->scrollbar_pointer));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
196 gdk_flush ();
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
197 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
198 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
199
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
200 /* A device method. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
201 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
202 gtk_update_scrollbar_instance_status (struct window *w, int active, int size,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
203 struct scrollbar_instance *instance)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
204 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
205 struct frame *f = XFRAME (w->frame);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
206 GtkWidget *wid = SCROLLBAR_GTK_WIDGET (instance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
207 gboolean managed = GTK_WIDGET_MAPPED (wid);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
208
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
209 if (active && size)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
210 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
211 if (instance->scrollbar_instance_changed)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
212 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
213 /* Need to set the height, width, and position of the widget */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
214 GtkAdjustment *adj = gtk_range_get_adjustment (GTK_RANGE (wid));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
215 scrollbar_values *pos_data = & SCROLLBAR_GTK_POS_DATA (instance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
216 int modified_p = 0;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
217
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
218 /* We do not want to update the size all the time if we can
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
219 help it. This cuts down on annoying flicker.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
220 */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
221 if ((wid->allocation.width != pos_data->scrollbar_width) ||
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
222 (wid->allocation.height != pos_data->scrollbar_height))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
223 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
224 gtk_widget_set_usize (wid,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
225 pos_data->scrollbar_width,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
226 pos_data->scrollbar_height);
2195
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
227
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
228 /*
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
229 UGLY! UGLY! UGLY! Changes to wid->allocation are queued and
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
230 not performed until the GTK event loop. However, when the
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
231 fontlock progress bar is run, the vertical scrollbar's height
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
232 is change and then changed back before events are again
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
233 processed. This means that the change back is not seen and
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
234 the scrollbar is left too short. Fix this by making the
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
235 change manually so the test above sees the change. This does
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
236 not seem to cause problems in other cases.
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
237 */
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
238
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
239 wid->allocation.width = pos_data->scrollbar_width;
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
240 wid->allocation.height = pos_data->scrollbar_height;
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
241
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
242 modified_p = 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
243 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
244
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
245 /* Ditto for the x/y position. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
246 if ((wid->allocation.x != pos_data->scrollbar_x) ||
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
247 (wid->allocation.y != pos_data->scrollbar_y))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
248 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
249 gtk_fixed_move (GTK_FIXED (FRAME_GTK_TEXT_WIDGET (f)),
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
250 wid,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
251 pos_data->scrollbar_x,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
252 pos_data->scrollbar_y);
2195
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
253
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
254 /*
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
255 UGLY! UGLY! UGLY! Changes to wid->allocation are queued and
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
256 not performed until the GTK event loop. However, when the
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
257 fontlock progress bar is run, the horizontal scrollbar's
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
258 position is change and then changed back before events are
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
259 again processed. This means that the change back is not seen
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
260 and the scrollbar is left in the wrong position. Fix this by
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
261 making the change manually so the test above sees the change.
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
262 This does not seem to cause problems in other cases.
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
263 */
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
264
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
265 wid->allocation.x = pos_data->scrollbar_x;
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
266 wid->allocation.y = pos_data->scrollbar_y;
23d90a805259 [xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
malcolmp
parents: 2168
diff changeset
267
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
268 modified_p = 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
269 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
270
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
271 adj->lower = pos_data->minimum;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
272 adj->upper = pos_data->maximum;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
273 adj->page_increment = pos_data->slider_size + 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
274 adj->step_increment = w->max_line_len - 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
275 adj->page_size = pos_data->slider_size + 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
276 adj->value = pos_data->slider_position;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
277
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
278 /* But, if we didn't resize or move the scrollbar, the
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
279 widget will not get redrawn correctly when the user
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
280 scrolls around in the XEmacs frame manually. So we
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
281 update the slider manually here.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
282 */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
283 if (!modified_p)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
284 gtk_range_slider_update (GTK_RANGE (wid));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
285
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
286 instance->scrollbar_instance_changed = 0;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
287 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
288
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
289 if (!managed)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
290 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
291 gtk_widget_show (wid);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
292 update_one_widget_scrollbar_pointer (w, wid);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
293 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
294 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
295 else if (managed)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
296 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
297 gtk_widget_hide (wid);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
298 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
299 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
300
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
301 enum gtk_scrollbar_loop
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
302 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
303 GTK_FIND_SCROLLBAR_WINDOW_MIRROR,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
304 GTK_SET_SCROLLBAR_POINTER,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
305 GTK_WINDOW_IS_SCROLLBAR,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
306 GTK_UPDATE_FRAME_SCROLLBARS
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
307 };
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
308
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
309 static struct window_mirror *
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
310 gtk_scrollbar_loop (enum gtk_scrollbar_loop type, Lisp_Object window,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
311 struct window_mirror *mir,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
312 GUI_ID id, GdkWindow *x_win)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
313 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
314 struct window_mirror *retval = NULL;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
315
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
316 while (mir)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
317 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
318 struct scrollbar_instance *vinstance = mir->scrollbar_vertical_instance;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
319 struct scrollbar_instance *hinstance = mir->scrollbar_horizontal_instance;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
320 struct window *w = XWINDOW (window);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
321
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
322 if (mir->vchild)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
323 retval = gtk_scrollbar_loop (type, w->vchild, mir->vchild, id, x_win);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
324 else if (mir->hchild)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
325 retval = gtk_scrollbar_loop (type, w->hchild, mir->hchild, id, x_win);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
326 if (retval)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
327 return retval;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
328
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
329 if (hinstance || vinstance)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
330 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
331 switch (type)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
332 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
333 case GTK_FIND_SCROLLBAR_WINDOW_MIRROR:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
334 if ((vinstance && SCROLLBAR_GTK_ID (vinstance) == id) ||
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
335 (hinstance && SCROLLBAR_GTK_ID (hinstance) == id))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
336 return mir;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
337 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
338 case GTK_UPDATE_FRAME_SCROLLBARS:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
339 if (!mir->vchild && !mir->hchild)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
340 update_window_scrollbars (w, mir, 1, 0);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
341 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
342 case GTK_SET_SCROLLBAR_POINTER:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
343 if (!mir->vchild && !mir->hchild)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
344 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
345 GtkWidget *widget;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
346
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
347 widget = SCROLLBAR_GTK_WIDGET (hinstance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
348 if (widget && GTK_WIDGET_MAPPED (widget))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
349 update_one_widget_scrollbar_pointer (w, widget);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
350
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
351 widget = SCROLLBAR_GTK_WIDGET (vinstance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
352 if (widget && GTK_WIDGET_MAPPED (widget))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
353 update_one_widget_scrollbar_pointer (w, widget);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
354 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
355 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
356 case GTK_WINDOW_IS_SCROLLBAR:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
357 if (!mir->vchild && !mir->hchild)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
358 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
359 GtkWidget *widget;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
360
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
361 widget = SCROLLBAR_GTK_WIDGET (hinstance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
362 if (widget && GTK_WIDGET_MAPPED (widget) &&
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
363 GET_GTK_WIDGET_WINDOW (widget) == x_win)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
364 return (struct window_mirror *) 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
365
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
366 widget = SCROLLBAR_GTK_WIDGET (vinstance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
367 if (widget && GTK_WIDGET_MAPPED (widget) &&
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
368 GET_GTK_WIDGET_WINDOW (widget) == x_win)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
369 return (struct window_mirror *) 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
370 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
371 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
372 default:
2500
3d8143fc88e1 [xemacs-hg @ 2005-01-24 23:33:30 by ben]
ben
parents: 2286
diff changeset
373 ABORT ();
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
374 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
375 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
376
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
377 mir = mir->next;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
378 window = w->next;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
379 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
380
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
381 return NULL;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
382 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
383
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
384 /* Used by callbacks. */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
385 static struct window_mirror *
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
386 find_scrollbar_window_mirror (struct frame *f, GUI_ID id)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
387 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
388 if (f->mirror_dirty)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
389 update_frame_window_mirror (f);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
390 return gtk_scrollbar_loop (GTK_FIND_SCROLLBAR_WINDOW_MIRROR, f->root_window,
617
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
391 XWINDOW_MIRROR (f->root_mirror), id,
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
392 (GdkWindow *) NULL);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
393 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
394
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
395 static gboolean
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
396 scrollbar_cb (GtkAdjustment *adj, gpointer user_data)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
397 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
398 /* This function can GC */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
399 int vertical = (int) user_data;
2168
95fee4a1420e [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
malcolmp
parents: 2054
diff changeset
400 struct frame *f = (struct frame*) gtk_object_get_data (GTK_OBJECT (adj), GTK_DATA_FRAME_IDENTIFIER);
617
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
401 struct scrollbar_instance *instance;
2168
95fee4a1420e [xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
malcolmp
parents: 2054
diff changeset
402 GUI_ID id = (GUI_ID) gtk_object_get_data (GTK_OBJECT (adj), GTK_DATA_GUI_IDENTIFIER);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
403 Lisp_Object win, frame;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
404 struct window_mirror *mirror;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
405 Lisp_Object event_type = Qnil;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
406 Lisp_Object event_data = Qnil;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
407
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
408 if (!f)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
409 return(FALSE);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
410
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
411 mirror = find_scrollbar_window_mirror (f, id);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
412 if (!mirror)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
413 return(FALSE);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
414
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
415 win = real_window (mirror, 1);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
416
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
417 if (NILP (win))
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
418 return(FALSE);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
419 instance = vertical ? mirror->scrollbar_vertical_instance : mirror->scrollbar_horizontal_instance;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
420 frame = WINDOW_FRAME (XWINDOW (win));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
421
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
422 inhibit_slider_size_change = 0;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
423 switch (GTK_RANGE (SCROLLBAR_GTK_WIDGET (instance))->scroll_type)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
424 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
425 case GTK_SCROLL_PAGE_BACKWARD:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
426 event_type = vertical ? Qscrollbar_page_up : Qscrollbar_page_left;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
427 event_data = Fcons (win, Qnil);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
428 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
429 case GTK_SCROLL_PAGE_FORWARD:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
430 event_type = vertical ? Qscrollbar_page_down : Qscrollbar_page_right;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
431 event_data = Fcons (win, Qnil);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
432 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
433 case GTK_SCROLL_STEP_FORWARD:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
434 event_type = vertical ? Qscrollbar_line_down : Qscrollbar_char_right;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
435 event_data = win;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
436 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
437 case GTK_SCROLL_STEP_BACKWARD:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
438 event_type = vertical ? Qscrollbar_line_up : Qscrollbar_char_left;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
439 event_data = win;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
440 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
441 case GTK_SCROLL_NONE:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
442 case GTK_SCROLL_JUMP:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
443 inhibit_slider_size_change = 1;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
444 event_type = vertical ? Qscrollbar_vertical_drag : Qscrollbar_horizontal_drag;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
445 event_data = Fcons (win, make_int ((int)adj->value));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
446 break;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
447 default:
2500
3d8143fc88e1 [xemacs-hg @ 2005-01-24 23:33:30 by ben]
ben
parents: 2286
diff changeset
448 ABORT();
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
449 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
450
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
451 signal_special_gtk_user_event (frame, event_type, event_data);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
452
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
453 return (TRUE);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
454 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
455
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
456 static void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
457 gtk_scrollbar_pointer_changed_in_window (struct window *w)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
458 {
793
e38acbeb1cae [xemacs-hg @ 2002-03-29 04:46:17 by ben]
ben
parents: 617
diff changeset
459 Lisp_Object window = wrap_window (w);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
460
617
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
461 gtk_scrollbar_loop (GTK_SET_SCROLLBAR_POINTER, window,
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
462 find_window_mirror (w), 0, (GdkWindow *) NULL);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
463 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
464
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
465 /* #### BILL!!! This comment is not true for Gtk - should it be? */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
466 /* Make sure that all scrollbars on frame are up-to-date. Called
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
467 directly from gtk_set_frame_properties in frame-gtk.c*/
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
468 void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
469 gtk_update_frame_scrollbars (struct frame *f)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
470 {
617
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
471 gtk_scrollbar_loop (GTK_UPDATE_FRAME_SCROLLBARS, f->root_window,
af57a77cbc92 [xemacs-hg @ 2001-06-18 07:09:50 by ben]
ben
parents: 608
diff changeset
472 XWINDOW_MIRROR (f->root_mirror),
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
473 0, (GdkWindow *) NULL);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
474 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
475
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
476 #ifdef MEMORY_USAGE_STATS
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
477 static int
2286
04bc9d2f42c7 [xemacs-hg @ 2004-09-20 19:18:55 by james]
james
parents: 2195
diff changeset
478 gtk_compute_scrollbar_instance_usage (struct device *UNUSED (d),
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
479 struct scrollbar_instance *inst,
5157
1fae11d56ad2 redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents: 4976
diff changeset
480 struct usage_stats *ustats)
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
481 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
482 int total = 0;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
483
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
484 while (inst)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
485 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
486 struct gtk_scrollbar_data *data =
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
487 (struct gtk_scrollbar_data *) inst->scrollbar_data;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
488
5157
1fae11d56ad2 redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents: 4976
diff changeset
489 total += malloced_storage_size (data, sizeof (*data), ustats);
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
490 inst = inst->next;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
491 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
492
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
493 return total;
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
494 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
495
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
496 #endif /* MEMORY_USAGE_STATS */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
497
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
498
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
499 /************************************************************************/
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
500 /* initialization */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
501 /************************************************************************/
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
502
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
503 void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
504 console_type_create_scrollbar_gtk (void)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
505 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
506 CONSOLE_HAS_METHOD (gtk, inhibit_scrollbar_slider_size_change);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
507 CONSOLE_HAS_METHOD (gtk, free_scrollbar_instance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
508 CONSOLE_HAS_METHOD (gtk, release_scrollbar_instance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
509 CONSOLE_HAS_METHOD (gtk, create_scrollbar_instance);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
510 CONSOLE_HAS_METHOD (gtk, update_scrollbar_instance_values);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
511 CONSOLE_HAS_METHOD (gtk, update_scrollbar_instance_status);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
512 CONSOLE_HAS_METHOD (gtk, scrollbar_pointer_changed_in_window);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
513 #ifdef MEMORY_USAGE_STATS
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
514 CONSOLE_HAS_METHOD (gtk, compute_scrollbar_instance_usage);
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
515 #endif /* MEMORY_USAGE_STATS */
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
516 }
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
517
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
518 void
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
519 vars_of_scrollbar_gtk (void)
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
520 {
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
521 Fprovide (intern ("gtk-scrollbars"));
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents:
diff changeset
522 }