代码搜索:UI
找到约 10,000 项符合「UI」的源代码
代码结果 10,000
www.eeworm.com/read/374805/9383940
c ui.c
#include "vk.h"
#include "ui.h"
#include "all.h"
#include "../xpm/bg.xpm"
#include "../xpm/next.xpm"
#include "../xpm/prev.xpm"
#include "../xpm/py_top.xpm"
#include "../xpm/py_sel.xpm"
#inclu
www.eeworm.com/read/177586/9446418
py ui.py
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.1 (the License). You may not copy or use this file, in either
# source code or executable form, except in com
www.eeworm.com/read/176251/9510747
h ui.h
/*
* UI utils for PalmOS
*
* Nicholas Christopoulos
*/
#if !defined(_ui_h)
#define _ui_h
//#include
#include "sys.h"
FieldPtr fld_ptr(word id) SEC(TRASH);
void setFieldHandle(word id, Vo
www.eeworm.com/read/176251/9510800
c ui.c
/*
* UI utils for PalmOS
*
* Nicholas Christopoulos
*/
#include "sys.h"
#include "ui.h"
#include "sbpad.h"
/*
* get fieldptr
*/
FieldPtr fld_ptr(word id)
{
FormPtr frm = FrmGetActiveForm();
Fi