Re: (Gtkmm) How to use Gdk::Window in Gtk::DrawingArea
- From: Paul Davis <paul linuxaudiosystems com>
- To: Dinh Khac Thanh <thanhdk gmail com>
- Cc: gtk-list gnome org
- Subject: Re: (Gtkmm) How to use Gdk::Window in Gtk::DrawingArea
- Date: Thu, 29 May 2008 07:48:29 -0400
On Thu, 2008-05-29 at 15:53 +0800, Dinh Khac Thanh wrote:
>
> Hi all,
>
> I am porting a program from Qt to Gtkmm and needs to draw some
> "items"(basically a "item" contains an icon, a label and some other
> small details) on a drawing area. In the Qt source, it is implemented
> like this: each "item" inherited from CanvasRectangle and then will be
> put on a Canvas. However I got trouble implementing in gtkmm.
>
> I decided to use a Gtk::DrawingArea widget as the canvas and
> Gdk::Window as the items and then use draw_pixmap() to put them on the
> canvas. I made up a "item" class which inherits from Gdk::Window and
> contains method to draw icon/text/etc on itself. The problem arises
> when Gdk::Window's constructor is called. I cannot find Gdk::Window's
> constructor details in the gtkmm online reference, thus I cannot
> implement the "item"'s constructor.
>
> Could anyone help me with Gdk::Window 's constructor details or
> suggest a different approach ? Thank you in advance.
use GnomeCanvas, not DrawingArea. despite its name, its not part of
Gnome. there is a *mm wrapper for it. you will save yourself significant
work.
--p
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]