代码搜索:highlighted
找到约 194 项符合「highlighted」的源代码
代码结果 194
www.eeworm.com/read/100091/15885400
c bctoggles.c
#include "bctitle.h"
#include "bctoggles.h"
BC_Toggle::BC_Toggle(int x_, int y_, int w_, int h_, int down_, char *text)
: BC_Tool(x_, y_, w_, h_)
{
down = down_;
highlighted = 0;
this->text = tex
www.eeworm.com/read/100091/15885394
c bcsubmenuitem.c
#include "bcmenubar.h"
BC_SubMenuItem::BC_SubMenuItem(char *text)
{
strcpy(this->text, text);
highlighted = 0;
checked = 0;
}
BC_SubMenuItem::~BC_SubMenuItem()
{
submenu->remove_submenuitem(this
www.eeworm.com/read/100091/15885404
c bctextarea.c
#include "bctextarea.h"
// ===============================================
BC_TextAreaScroll::BC_TextAreaScroll(BC_TextArea *textarea, int totallines_, int yposition)
: BC_YScrollBar(textarea->x +
www.eeworm.com/read/100091/15885377
c bcbutton.c
#include "bcbutton.h"
BC_Button::BC_Button(int x, int y, char *text)
: BC_Tool(x, y, 0, 0)
{
this->text = new char[strlen(text) + 1];
strcpy(this->text, text);
down = button_down = cursor_over =
www.eeworm.com/read/100091/15885388
c bcmenu.c
#include "bcmenubar.h"
// ============================================== menu popup
BC_MenuPopup::BC_MenuPopup(BC_Menu *menu,
BC_MenuBar *menubar,
ArrayList *menuitems,
www.eeworm.com/read/38039/1094629
mnu gendiropt.mnu
DIRECTION#OPTIONS
#
Tangent
Tangent to the highlighted references.
#
Normal
Normal to the highlighted references.
#
www.eeworm.com/read/438208/7734709
txt 新建 文本文档 (2).txt
MTK的控件和窗体绘制机制及其事件响应机制(一)2008-10-06 21:23一、entryfunction
在文档里面我们看到下面的条款:
以下引自:write applications using pixtel MMI platform.pdf
Before display the new screen over previous screen t
www.eeworm.com/read/100091/15885391
c bcpopupmenu.c
#include "bcpopupmenu.h"
BC_PopupMenu::BC_PopupMenu(int x, int y, int w, char *text, int small)
: BC_Tool(x, y, w, small ? 20 : 25)
{
items = new ArrayList;
highlighted = down = bu
www.eeworm.com/read/446106/7585493
c wgui_categories_mm.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain