[go: up one dir, main page]

File: resize.fl

package info (click to toggle)
fltk1.1 1.1.10-23
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,996 kB
  • ctags: 15,655
  • sloc: cpp: 76,654; ansic: 40,942; makefile: 1,683; sh: 438
file content (54 lines) | stat: -rw-r--r-- 1,595 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# data file for the Fltk User Interface Designer (fluid)
version 1.00 
header_name {.h} 
code_name {.cxx} 
gridx 10 
gridy 10 
snap 3
Function {} {open
} {
  Fl_Window {} {open
    xywh {333 489 366 261} visible
  } {
    Fl_Button {} {
      label {@<-}
      callback {Fl_Window* w = o->window();
w->position(w->x()-50,w->y());}
      xywh {20 40 40 40} labeltype SYMBOL_LABEL
    }
    Fl_Button {} {
      label {@2->}
      callback {Fl_Window* w = o->window();
w->position(w->x(),w->y()+50);}
      xywh {60 80 40 40} labeltype SYMBOL_LABEL
    }
    Fl_Button {} {
      label {@->}
      callback {Fl_Window* w = o->window();
w->position(w->x()+50,w->y());}
      xywh {100 40 40 40} labeltype SYMBOL_LABEL
    }
    Fl_Button {} {
      label {@8->}
      callback {Fl_Window* w = o->window();
w->position(w->x(),w->y()-50);}
      xywh {60 0 40 40} labeltype SYMBOL_LABEL
    }
    Fl_Button {} {
      label grow
      callback {Fl_Window* w = o->window();
w->size(w->w()+20, w->h()+20);}
      xywh {30 130 110 40} labeltype SYMBOL_LABEL labelfont 1 labelsize 18
    }
    Fl_Button {} {
      label shrink
      callback {Fl_Window* w = o->window();
w->size(w->w()-20, w->h()-20);}
      xywh {30 190 110 40} labeltype SYMBOL_LABEL labelfont 1 labelsize 18
    }
    Fl_Box {} {
      label {This is a test of program-generated resize() of a window.  The window should move or resize once when each button is clicked.  The program and window manager should not go into fits echoing resizes back and forth!} selected
      xywh {150 10 160 220} box BORDER_BOX align 148
    }
  }
}