Re: [Re: [gtkmm] gtkmm2: no icons in stock menu items?]
- From: Murray Cumming <murrayc usa net>
- To: spandan ieee org
- Cc: Christof Petig <christof petig-baender de>, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [Re: [gtkmm] gtkmm2: no icons in stock menu items?]
- Date: 28 Jun 2002 08:58:37 +0100
On Fri, 2002-06-28 at 04:52, Spandan Bhatt wrote:
>
> --- Christof Petig <christof petig-baender de> wrote:
> >
> > MenuList &list_view=view_menu->items();
> Wow!! can you provide explanation for this perticular
> usage(a link would be great)
> I am talking about the C++ part of it.
It's easier IMHO as
MenuList& list_view =
MenuList& is a reference to a MenuList. references are a little like
pointers, but they can't be null, and the syntax doesn't let you change
what they point to.
--
Murray Cumming
murrayc usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]