From d377b89b69bfb48e7954606521128e8bad3a89bc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 8 Jul 2007 23:49:24 +0000 Subject: More related projects. --- doc/ScintillaRelated.html | 14 ++++++++++++++ gtk/PlatGTK.cxx | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index d67789e27..9f81b9279 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -122,6 +122,20 @@

Projects using Scintilla

+

+ ReportBuilder Primary + is designed to reduce the time to compose detailed and professional primary school reports. +

+

+ Visual Classworks + Visual class modeling and coding in C++ via 'live' + UML style class diagrams. +

+

+ Javelin + Visual Class modeling and coding in Java via 'live' UML style + class diagrams. +

The ExtendScript Toolkit is a development and debugging tool for JavaScript diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 4a7b2ed8d..aaee173d7 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -1874,10 +1874,11 @@ void Window::SetTitle(const char *s) { gtk_window_set_title(GTK_WINDOW(id), s); } -/* Returns rectangle of monitor pt is on, both rect and pt are in Window's +/* Returns rectangle of monitor pt is on, both rect and pt are in Window's gdk window coordinates */ PRectangle Window::GetMonitorRect(Point pt) { gint x_offset, y_offset; + pt = pt; gdk_window_get_origin(PWidget(id)->window, &x_offset, &y_offset); -- cgit v1.2.3