File: tmpmsgdlg.fl

package info (click to toggle)
imview 1.1.9h-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,528 kB
  • sloc: cpp: 32,590; sh: 2,664; ansic: 1,900; makefile: 811; exp: 112; python: 88
file content (25 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (9)
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
# data file for the Fltk User Interface Designer (fluid)
version 1.00 
header_name {.H} 
code_name {.C} 
gridx 5 
gridy 5 
snap 3
Function {tmpmsg_panel(tmpmsg &tm)} {open
} {
  Fl_Window {tm.outputWindow} {
    label {Warning message ring} open selected
    xywh {495 270 520 335} type Single color 15 resizable
    code0 {\#include "tmpMsg.hxx"} visible
  } {
    Fl_Output {tm.MessageOutput} {
      label Warning
      xywh {20 25 480 265} type Multiline box ENGRAVED_BOX color 197 labelfont 9 labelsize 16 align 1 resizable
    }
    Fl_Return_Button {} {
      label Dismiss
      callback {((Fl_Window*)(o->parent()))->hide();}
      xywh {395 300 105 25}
    }
  }
}