buttons.h

来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 34 行

H
34
字号
/*      @(#)buttons.h 1.2 89/02/02 SMI      *//* * Copyright (c) 1988 by Sun Microsystems, Inc. *//* This file contains the definitions and declarations of global * * stuff for the test program, buttontest.*//*Declare the icons for the buttons */short off_off_image[256] ={#include "off_off_icon.h"};mpr_static(off_off_icon, 64, 64, 1, off_off_image);short off_on_image[256] ={#include "off_on_icon.h"};mpr_static(off_on_icon, 64, 64, 1, off_on_image);short on_off_image[256] ={#include "on_off_icon.h"};mpr_static(on_off_icon, 64, 64, 1, on_off_image);short on_on_image[256] ={#include "on_on_icon.h"};mpr_static(on_on_icon, 64, 64, 1, on_on_image);

⌨️ 快捷键说明

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