X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=graphiq%2Flibrary%2Fuser_interface%2Fmenu_base.h;fp=graphiq%2Flibrary%2Fuser_interface%2Fmenu_base.h;h=802e541dd1df1ef525ac7ddf12ff94b9ae6a0369;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=57ecc1561960dd0cc101a2bf5e1f0b9d8bc6730a;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/graphiq/library/user_interface/menu_base.h b/graphiq/library/user_interface/menu_base.h index 57ecc156..802e541d 100644 --- a/graphiq/library/user_interface/menu_base.h +++ b/graphiq/library/user_interface/menu_base.h @@ -107,7 +107,7 @@ public: menu_common_base *evaluate_trigger(char trigger); //!< returns the item or menu associated with the "trigger" value. - /*!< use of dynamic cast enables one to tell what has been returned. NIL + /*!< use of dynamic cast enables one to tell what has been returned. NULL_POINTER is returned if there is nothing that answers to that trigger value. note that this does not invoke any activation functions. */ @@ -131,7 +131,7 @@ public: void add_item(menu_item *to_invoke); //!< adds a new menu_item onto this menu. menu_item *get_item(int index); - //!< gets the item at position "index". NIL is returned if out of range. + //!< gets the item at position "index". NULL_POINTER is returned if out of range. bool zap_item(int index); //!< removes the item at "index" if possible. bool enable_item(int index, bool enable = true);