代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/137691/5819838
menu fieldconfig.menu
?package(field-tool): \
needs=x11 \
title="Field Config" \
logtitle="Field Config" \
command=field-config \
icon48=/home/owl/field/scythe-config.png \
section=Utilities \
windowtitle=field-conf
www.eeworm.com/read/137691/5819842
menu field.menu
?package(field-tool): \
needs=x11 \
title="Field Tool" \
logtitle="Field Tool" \
command=field-tool \
icon48=/home/owl/field/scythe.png \
section=Utilities \
windowtitle=field-tool
www.eeworm.com/read/137626/5822792
h menu.h
/* $Id: menu.h,v 1.52 2004/11/22 13:27:41 zas Exp $ */
#ifndef EL__DIALOGS_MENU_H
#define EL__DIALOGS_MENU_H
#include "bfu/menu.h"
#include "terminal/terminal.h"
#include "viewer/text/view.h"
struc
www.eeworm.com/read/137626/5822793
c menu.c
/* Menu system */
/* $Id: menu.c,v 1.381.2.8 2005/05/01 21:32:11 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include "elinks.h"
#include
www.eeworm.com/read/137626/5822958
h menu.h
/* $Id: menu.h,v 1.67 2004/11/22 13:27:41 zas Exp $ */
#ifndef EL__BFU_MENU_H
#define EL__BFU_MENU_H
#include "config/kbdbind.h"
#include "util/box.h"
struct terminal;
struct window;
typedef void
www.eeworm.com/read/137626/5822966
c menu.c
/* Menu system implementation. */
/* $Id: menu.c,v 1.286.4.2 2005/04/05 21:08:40 jonas Exp $ */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* XXX: we _WANT_ strcasestr() ! */
#endif
#ifdef HAVE_CONFIG_
www.eeworm.com/read/136985/5839849
java menu.java
/*
* Created on 2004-8-24
*
*/
package com.esimple.service.rbac.po;
import java.io.Serializable;
/**
* @author steven
*
*/
public class Menu implements Serializable{
private String
www.eeworm.com/read/136812/5857979
h menu.h
/* @(#)menu.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* A menu is a collection of command items that are:
* 1) quickly displayed by the user (by a mouse butt
www.eeworm.com/read/136812/5858016
c menu.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)menu.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
/*
* Implement the menu interfac
www.eeworm.com/read/136812/5860621
c menu.c
#ifndef lint
static char sccsid[] = "@(#)menu.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
/*************************************************