diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /devel/gtkparasite | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) | |
download | ports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip |
Notes
Diffstat (limited to 'devel/gtkparasite')
-rw-r--r-- | devel/gtkparasite/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gtkparasite/pkg-descr b/devel/gtkparasite/pkg-descr index 4934ce2813d8..03d23f50aea2 100644 --- a/devel/gtkparasite/pkg-descr +++ b/devel/gtkparasite/pkg-descr @@ -1,5 +1,5 @@ Developing and debugging UIs can be a pain. When something -goes wrong, it's not always obvious why. You can waste hours +goes wrong, it's not always obvious why. You can waste hours writing logging statements only to find out that a widget is in the wrong container, or an attribute wasn't set correctly. @@ -15,6 +15,6 @@ Parasite is a debugging and development tool that runs inside your GTK+ application's process. It can inspect your application, giving you detailed information on your UI, such as the hierarchy, X window IDs, widget properties, and more. You can modify properties -on the fly in order to experiment with the look of your UI. +on the fly in order to experiment with the look of your UI. WWW: http://chipx86.github.com/gtkparasite/ |