首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > xcbalert

xcbalert

  • 资源大小:3.65 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: ui CPlusPlus XWindow

资 源 简 介

Opens a alert window with a OK button, user defined window title and text. Displays the text word wrapped inside the window. Only requirement is libxcb, which usually is there, if X11 is installed. Can be used to display error messages for projects that otherwise do not link to a UI lib, like for example a game that cannot open the game screen can use XCBAlert to inform the user about its problem without having to link bloated GUI libraries. ZLib licensed, can be used in open source and commercial projects. ``` include "XCBAlert.h" int main(int argc, char *argv[]) { XCBAlert alert; alert.Show( "This is a demo alert", "Nothing went wrong, this alert is really only to show you how " "to use this alert for displaying error or info messages with " "lowest possible dependencies. " "You

文 件 列 表

xcbalert-1.0.0
README
XCBAlert.h
Makefile
XCBAlert.cpp
main.cpp
LICENSE
VIP VIP
0.187441s