bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem getting menuitems name in a menu


From: Isabelle, Francois
Subject: problem getting menuitems name in a menu
Date: Tue, 2 Jul 2002 11:31:49 -0400

I'm sorry I can't give you a proper patch but I ran into a problem getting
menuitems name in a menu. 
===============================
in cursesm.h at line 295 : should read:

// Items of the menu
  inline NCursesMenuItem** items() const {
    return my_items; 
  }

instead of
// Items of the menu
  inline NCursesMenuItem* items() const {
    return *my_items; 
  }


so we can dereference individual menu items

Francois Isabelle
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]