Re: [gtkmm] GTKMM classes handling local variables
- From: Paul Davis <paul linuxaudiosystems com>
- To: Ian Michell <ian michell hanzi co uk>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] GTKMM classes handling local variables
- Date: Thu, 29 Jan 2004 18:03:48 -0500
>MyClass::MyClass()
>{
----> create a Label
> Label _label("Hello World");
> m_box.pack_start(_label, PACK_SHRINK);
> show_all_children);
------> delete Label as it goes out of scope
clear?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]