diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-04-06 12:59:06 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-06 12:59:06 +0000 |
commit | 0f9fe897271c008339b2d3e79a9dc7d0d71d26f9 (patch) | |
tree | 9cc3b5f398da7309b2491db1032ac40bd177c872 /docs | |
parent | d7aa6a88fbe1a06517f035bb84983a926a490674 (diff) | |
download | gtk+-0f9fe897271c008339b2d3e79a9dc7d0d71d26f9.tar.gz |
Take border in account properly.
Mon Apr 6 08:05:23 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkbutton.c (gtk_button_paint): Take border in
account properly.
* gtk/gtktext.c (gtk_text_realize): Don't recompute
geometry when creating with initial 1x1 geometry,
since our calculations can't handle that. Leave
text->line_start_cache NULL as sign we don't have
a real geometry yet.
* gtk/gtkentry.c (gtk_entry_motion_notify): Use the x
value we get from gdk_window_get_pointer, not from
event->x - since we always specify OwnerGrabButtonMask
(why???), event->x can refer to another window.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/debugging.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/debugging.txt b/docs/debugging.txt index 68905895c2..db46439ed8 100644 --- a/docs/debugging.txt +++ b/docs/debugging.txt @@ -53,11 +53,10 @@ by the: First the environment variables are applied, then the command line options are applied in the order given on the command line. -Each of these can either be the special value ALL, or a sequence of -':' separated options. (Note, case is significant). The environment -variables and the --gtk-debug and --gdk-debug options add debugging -options and the --gtk-no-debug and --gdk-no-debug options remove -them. +Each of these can either be the special value 'all', or a sequence of +':' separated options. (case is ignored). The environment variables +and the --gtk-debug and --gdk-debug options add debugging options and +the --gtk-no-debug and --gdk-no-debug options remove them. As noted below, some of these are useful in application debugging, but most are only interested to those debugging the libraries |