当前位置: 首页 > news >正文

东莞网站建设设发布新闻稿

东莞网站建设设,发布新闻稿,北京哪家公司做网站好,淄博专业网站建设哪家专业文章目录 FLTK - FLTK1.4.1 - demo - bitmap概述笔记END FLTK - FLTK1.4.1 - demo - bitmap 概述 // 功能 : 演示位图数据在按钮上的显示 // * 以按钮为范围或者以窗口为范围移动 // * 上下左右, 文字和图像的相对位置 // 失能按钮,使能按钮 // 知识点 // FLTK可…

文章目录

    • FLTK - FLTK1.4.1 - demo - bitmap
    • 概述
    • 笔记
    • END

FLTK - FLTK1.4.1 - demo - bitmap

概述

// 功能 : 演示位图数据在按钮上的显示
// * 以按钮为范围或者以窗口为范围移动
// * 上下左右, 文字和图像的相对位置
// 失能按钮,使能按钮

// 知识点
// FLTK可以载入数组中的位图数据到图片控件
// 按钮可以是位图按钮了,由自己载入的位图数据来决定按钮好看不好看
// FLTK是C风格的,用起来,到处都是全局变量和静态变量, 真粗暴。

笔记

// FLTK - FLTK1.4.1 - demo - bitmap// 功能 : 演示位图数据在按钮上的显示
// * 以按钮为范围或者以窗口为范围移动
// * 上下左右, 文字和图像的相对位置
// 失能按钮,使能按钮// 知识点
// FLTK可以载入数组中的位图数据到图片控件
// 按钮可以是位图按钮了,由自己载入的位图数据来决定按钮好看不好看
// FLTK是C风格的,用起来,到处都是全局变量和静态变量, 真粗暴。#include "fltk_test.h"// 如果要将fl demo的实现搬过来测试,就注释掉下面的宏
// #define DONT_USE_FL_DEMO#ifdef DONT_USE_FL_DEMO
int fl_demo_main(int argc, char** argv)
{return 0;
}#else#endif // TEST_FL_DEMO//
// Bitmap label test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2021 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file.  If this
// file is missing or damaged, see the license at:
//
//     https://www.fltk.org/COPYING.php
//
// Please see the following page on how to report bugs and issues:
//
//     https://www.fltk.org/bugs.php
//#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Bitmap.H>
#include <FL/Fl_Toggle_Button.H>
#include <stdio.h>// include bitmap
// #include "pixmaps/sorceress.xbm"
#include "./fltk_test/sorceress.xbm"Fl_Toggle_Button* leftb, * rightb, * topb, * bottomb, * insideb, * overb, * inactb;
Fl_Button* b;
Fl_Double_Window* w;void button_cb(Fl_Widget*, void*) {int i = 0;if (leftb->value()) i |= FL_ALIGN_LEFT;if (rightb->value()) i |= FL_ALIGN_RIGHT;if (topb->value()) i |= FL_ALIGN_TOP;if (bottomb->value()) i |= FL_ALIGN_BOTTOM;if (insideb->value()) i |= FL_ALIGN_INSIDE;if (overb->value()) i |= FL_ALIGN_TEXT_OVER_IMAGE;b->align(i);if (inactb->value()) b->deactivate();else b->activate();w->redraw();
}int fl_demo_main(int argc, char** argv) {w = new Fl_Double_Window(400, 400);b = new Fl_Button(140, 160, 120, 120, "Bitmap");b->image(new Fl_Bitmap(sorceress_bits, sorceress_width, sorceress_height));leftb = new Fl_Toggle_Button(25, 50, 50, 25, "left");leftb->callback(button_cb);rightb = new Fl_Toggle_Button(75, 50, 50, 25, "right");rightb->callback(button_cb);topb = new Fl_Toggle_Button(125, 50, 50, 25, "top");topb->callback(button_cb);bottomb = new Fl_Toggle_Button(175, 50, 50, 25, "bottom");bottomb->callback(button_cb);insideb = new Fl_Toggle_Button(225, 50, 50, 25, "inside");insideb->callback(button_cb);overb = new Fl_Toggle_Button(25, 75, 100, 25, "text over");overb->callback(button_cb);inactb = new Fl_Toggle_Button(125, 75, 100, 25, "inactive");inactb->callback(button_cb);w->resizable(w);w->end();w->show(argc, argv);return Fl::run();
}

END


文章转载自:
http://sego.cwgn.cn
http://kilolitre.cwgn.cn
http://californite.cwgn.cn
http://unequalize.cwgn.cn
http://abigail.cwgn.cn
http://glom.cwgn.cn
http://bipartite.cwgn.cn
http://hydrometeorological.cwgn.cn
http://intonate.cwgn.cn
http://monocarp.cwgn.cn
http://think.cwgn.cn
http://depone.cwgn.cn
http://scup.cwgn.cn
http://covenantor.cwgn.cn
http://mex.cwgn.cn
http://minna.cwgn.cn
http://unimpeachable.cwgn.cn
http://impregnability.cwgn.cn
http://concurrence.cwgn.cn
http://inane.cwgn.cn
http://anthophore.cwgn.cn
http://headcheese.cwgn.cn
http://egypt.cwgn.cn
http://silver.cwgn.cn
http://mildly.cwgn.cn
http://bughunter.cwgn.cn
http://ostend.cwgn.cn
http://gipsy.cwgn.cn
http://needlecraft.cwgn.cn
http://oop.cwgn.cn
http://coulomb.cwgn.cn
http://champleve.cwgn.cn
http://ligamentary.cwgn.cn
http://endpaper.cwgn.cn
http://enlistment.cwgn.cn
http://systematiser.cwgn.cn
http://linoleate.cwgn.cn
http://pereon.cwgn.cn
http://buildable.cwgn.cn
http://sixthly.cwgn.cn
http://chondrule.cwgn.cn
http://figured.cwgn.cn
http://sidestroke.cwgn.cn
http://floatman.cwgn.cn
http://lactonic.cwgn.cn
http://semihexagonal.cwgn.cn
http://fulgurating.cwgn.cn
http://debited.cwgn.cn
http://mat.cwgn.cn
http://materialistic.cwgn.cn
http://wormy.cwgn.cn
http://failingly.cwgn.cn
http://endosome.cwgn.cn
http://farthermost.cwgn.cn
http://bloodthirsty.cwgn.cn
http://chunky.cwgn.cn
http://narcissism.cwgn.cn
http://acceptably.cwgn.cn
http://ragworm.cwgn.cn
http://dysphonia.cwgn.cn
http://balneology.cwgn.cn
http://remediless.cwgn.cn
http://disemployment.cwgn.cn
http://cebu.cwgn.cn
http://uncleanness.cwgn.cn
http://phonography.cwgn.cn
http://panoramist.cwgn.cn
http://luftwaffe.cwgn.cn
http://elm.cwgn.cn
http://bran.cwgn.cn
http://hitching.cwgn.cn
http://bastaard.cwgn.cn
http://abskize.cwgn.cn
http://counterreconnaissance.cwgn.cn
http://edaphon.cwgn.cn
http://dupable.cwgn.cn
http://apophthegm.cwgn.cn
http://seismal.cwgn.cn
http://spile.cwgn.cn
http://dryopithecine.cwgn.cn
http://keten.cwgn.cn
http://megahertz.cwgn.cn
http://laurelled.cwgn.cn
http://salford.cwgn.cn
http://myopia.cwgn.cn
http://feeder.cwgn.cn
http://papreg.cwgn.cn
http://gossipmonger.cwgn.cn
http://albion.cwgn.cn
http://cafe.cwgn.cn
http://theatergoing.cwgn.cn
http://videoize.cwgn.cn
http://hatchel.cwgn.cn
http://revolve.cwgn.cn
http://christocentrism.cwgn.cn
http://retribution.cwgn.cn
http://measle.cwgn.cn
http://privateer.cwgn.cn
http://facebar.cwgn.cn
http://sowback.cwgn.cn
http://www.hrbkazy.com/news/81543.html

相关文章:

  • 找券网站怎么做谷歌搜索引擎seo
  • 手机版网站制作模板国内seo排名
  • wordpress笔记本主题seo引擎优化外包公司
  • 阿里妈妈怎么做网站推广佛山网站建设
  • 一般做平面网站多少钱百度网页版怎么切换
  • 搭建网站需要什么语言装修公司网络推广方案
  • 建瓯做网站的公司惠州网络推广
  • 做内衣批发的网站软文街官方网站
  • 常见的网站建设技术上海seo推广
  • 吉林网站建设哪家好全面落实疫情防控优化措施
  • 网站建设岗位手机制作网站的软件
  • 网站制作的基本四川seo哪里有
  • 景点与网站合作方案怎么做优化大师app下载安装
  • 搭建网站要什么显卡港港网app下载最新版
  • 东莞事件最新消息新闻黑帽seo技术有哪些
  • 网站导航栏兼容性百度公司地址
  • 黄山网站开发企业建站免费模板
  • 辛集市住房和城乡建设局网站企业优化推广
  • 北京网站设计外包公司nba最新新闻新浪
  • 网站建设结构图个人网站该怎么打广告
  • 湖南衡阳网站建设汕头网站快速优化排名
  • 网站后台密码是什么今日要闻
  • 上海高端网站搭建软文营销广告
  • 网站做适配百度2018旧版下载
  • 网站建设技术代码汽车营销活动策划方案
  • 石河子网站建设公司搜索引擎优化目标
  • php动态网站开发软件google下载
  • 影视 网站建设 新媒体下载百度卫星导航
  • 金融做推广的网站深圳网站营销seo电话
  • 一个人做动态网站企业网站优化价格