[gtkmm] how to access the underlying object of a Glib::RefPtr ?
- From: cedric <cedric probesys com>
- To: GTKmm Mailing List <gtkmm-list gnome org>
- Subject: [gtkmm] how to access the underlying object of a Glib::RefPtr ?
- Date: Fri, 25 Jun 2004 11:17:54 +0200
hi
how to access the underlying object of a Glib::RefPtr ?
cause i'd like to copy an object to a refPtr like so :
Glib::RefPtr<Gdk::Bitmap> refBitmap = Gdk::Bitmap::create(window,
data, width, height);
Gdk::Bitmap* underlying = *refBitmap; //Syntax error - will not compile.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]