visual.h

来自「An complete pmp solution for mattel juic」· C头文件 代码 · 共 30 行

H
30
字号
#ifndef VISUAL_H
#define VISUAL_H

#include "bitmap.h"
#include "stdint.h"
#include "lists.h"

typedef struct visTCustomList
  {
  xTBitmap *pxBitmap;
  xTRectangle xWorkRect;
  xTStringList *pxItems;
  i32 lItemIndex;
  u32 ulWindowStart;
  u32 ulWindowBuffer;
  xTFont *pxFont;
  u16 uiColorFont;
  u16 uiColorBackground;
  u16 uiColorHlFont;
  u16 uiColorHlBackground;
  
  u32 ulWindowSize;
  xTRectangle xLineRect;
  }visTCustomList;
  
void wvisCustomListInit (visTCustomList *pxList);
void wvisCustomListRefresh (visTCustomList *pxList);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?