diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-08-13 01:28:36 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2003-08-13 01:28:36 +0000 |
commit | 6ab10dbe84b5b6ad57ed0fdfdde701a087b1ce9d (patch) | |
tree | 7c05326db55982cd5a95c471240875d7b8ce5bad /doc | |
parent | 21d67c812337f527de39265ce6f50b3eb92415a5 (diff) |
note that dimensions passed in with the resize-window signal include
* doc/reference/tmpl/vte.sgml: note that dimensions passed in with the
resize-window signal include padding (more of bug #119141).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/tmpl/vte.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/tmpl/vte.sgml b/doc/reference/tmpl/vte.sgml index c335dd8..bcbb8a9 100644 --- a/doc/reference/tmpl/vte.sgml +++ b/doc/reference/tmpl/vte.sgml @@ -823,8 +823,8 @@ Emitted at the child application's request. </para> @vteterminal: the object which received the signal. -@arg1: the desired width in pixels. -@arg2: the desired height in pixels. +@arg1: the desired width in pixels, including padding. +@arg2: the desired height in pixels, including padding. <!-- ##### SIGNAL VteTerminal::restore-window ##### --> <para> |