Transparent binary bitmap outside a window
- From: Martin Bailey <martin pcalpha com>
- To: gtkmm-list gnome org
- Subject: Transparent binary bitmap outside a window
- Date: Wed, 23 Nov 2005 01:37:25 -0500
Hi,
Sorry for asking such a basic question; I'm simply unable to unable to
find my answer in the documentation and this is my first attempt at gtkmm.
I'd like draw a Bitmap outside a Window. That is, I would like to draw
an irregular black shape (from a bitmap matrix) directly in the display,
over any other programs.
I don't want to draw inside a Window because I don't want my application
to receive any events; just draw over other applications, or in a way
hide some parts of them with a binary bitmap.
For example, with a 1024x768 resolution, I want a background PDF viewer
to remain visible while I can draw anything over it in the same 1024x768
region.
So as I understand, I must create a Bitmap in the same way that I create
a Window, and then create a GC to draw inside my bitmap.
Is that right?
What C++ code do I need to get these elements created properly?
Best regards,
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]