~ubuntu-branches/ubuntu/natty/flwm/natty

« back to all changes in this revision

Viewing changes to logo.fl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2008-05-14 14:56:40 UTC
  • mfrom: (1.1.3 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080514145640-nhlo62529sxaguu0
Tags: 1.02+cvs20080422-2
* Added 03-parantheses-warnings.dpatch. It adds some parantheses in the code
  and avoids so on some warnings from the compiler.
* Some minor header fixes for the 01 and 02 dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# data file for the FLTK User Interface Designer (FLUID)
2
 
version 2.0100 
3
 
header_name {.h} 
4
 
code_name {.cxx} 
5
 
gridx 5 
6
 
gridy 5 
7
 
snap 3
8
 
Function {make_window()} {open
9
 
} {
10
 
  {fltk::Window} {} {
11
 
    label flwm open
12
 
    xywh {990 285 265 115} visible
13
 
  } {
14
 
    {fltk::Group} {} {
15
 
      label {The Fast Light Window Manager} open selected
16
 
      xywh {0 0 265 115} align 128 box PLASTIC_UP_BOX labelfont 1 labeltype ENGRAVED_LABEL color 0x7d9dae00 textcolor 0x979b9700 labelcolor 0x393a3900 labelsize 27
17
 
    } {}
18
 
  }
19