代码搜索:MenuBar
找到约 4,001 项符合「MenuBar」的源代码
代码结果 4,001
www.eeworm.com/read/440906/1784393
java menubar.java
/* MenuBar.java -- An AWT menu bar class
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribu
www.eeworm.com/read/438896/1821582
h menubar.h
// This is an additional header file for "DDForms", which was our internal
// enhancement of Forms. This defines the precursor of the Fl_Menu class.
//
// Unfortunately it defined the callbacks as ta
www.eeworm.com/read/420043/2072587
java menubar.java
/*
* @(#)MenuBar.java 1.38 98/08/21
*
* Copyright 1995-1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This softwa
www.eeworm.com/read/418389/2089611
cpp menubar.cpp
// MenuBar.cpp :
//
#include "stdafx.h"
#include "MenuBar.h"
#include "resource.h"
#include
// pasted from MFC source
#define _AfxGetDlgCtrlID(hWnd) ((UINT)(WORD)::G
www.eeworm.com/read/418389/2089631
h menubar.h
#if !defined(AFX_MENUBAR_H__AF01DCA8_266A_11D3_8FA2_444553540000__INCLUDED_)
#define AFX_MENUBAR_H__AF01DCA8_266A_11D3_8FA2_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/416964/2105275
java menubar.java
package com.lzw;
import java.awt.*;
import java.awt.event.*;
import java.beans.PropertyVetoException;
import java.lang.reflect.Constructor;
import java.net.*;
import java.util.*;
import jav