Dillo v3.1.1-98-g318d1f14
|
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include "dw/core.hh"
#include "dw/fltkcore.hh"
#include "dw/fltkviewport.hh"
#include "dw/textblock.hh"
Go to the source code of this file.
Functions | |
static void | addTextToFloatTimeout (void *data) |
int | main (int argc, char **argv) |
Variables | |
static Textblock * | firstFloat |
static Style * | wordStyle |
|
static |
Definition at line 17 of file dw_float_test.cc.
References dw::Textblock::addSpace(), dw::Textblock::addText(), addTextToFloatTimeout(), firstFloat, dw::Textblock::flush(), and wordStyle.
Referenced by addTextToFloatTimeout(), and main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file dw_float_test.cc.
References dw::Textblock::addParbreak(), dw::Textblock::addSpace(), dw::Textblock::addText(), addTextToFloatTimeout(), dw::Textblock::addWidget(), dw::core::Layout::attachView(), dw::core::style::StyleAttrs::backgroundColor, dw::core::style::BORDER_DASHED, dw::core::style::StyleAttrs::borderWidth, dw::core::style::StyleAttrs::color, dw::core::style::Font::create(), dw::core::style::Color::create(), dw::core::style::Style::create(), dw::core::style::createAbsLength(), firstFloat, dw::core::style::FLOAT_LEFT, dw::core::style::FLOAT_NONE, dw::core::style::FLOAT_RIGHT, dw::Textblock::flush(), dw::core::style::StyleAttrs::font, dw::core::style::FONT_STYLE_NORMAL, dw::core::style::StyleAttrs::initValues(), layout, dw::core::style::LENGTH_AUTO, dw::core::style::FontAttrs::letterSpacing, dw::core::style::StyleAttrs::margin, dw::core::style::FontAttrs::name, platform, dw::core::style::StyleAttrs::setBorderColor(), dw::core::style::StyleAttrs::setBorderStyle(), dw::core::Widget::setStyle(), dw::core::style::Box::setVal(), dw::core::Layout::setWidget(), dw::core::style::FontAttrs::size, dw::core::style::FontAttrs::style, dw::core::style::Style::unref(), viewport, dw::core::style::StyleAttrs::vloat, dw::core::style::FontAttrs::weight, widgetStyle, dw::core::style::StyleAttrs::width, window, and wordStyle.
|
static |
Definition at line 14 of file dw_float_test.cc.
Referenced by addTextToFloatTimeout(), and main().
|
static |
Definition at line 15 of file dw_float_test.cc.
Referenced by addTextToFloatTimeout(), and main().