Home
last modified time | relevance | path

Searched refs:FBox (Results 1 – 25 of 66) sorted by relevance

123

/dports/x11-toolkits/p5-Tk/Tk-804.035/t/
H A Dfbox.t26 use_ok("Tk::FBox");
41 $f = $top->FBox(-defaultextension => ".PL",
58 is($@, "", "creating Tk::FBox widget");
66 pass("After showing FBox")
72 $f = $top->FBox(-defaultextension => ".PL",
81 is($@, "", "creating Tk::FBox widget");
89 pass("After showing FBox")
95 $f = $top->FBox(-defaultextension => ".PL",
120 pass("After showing FBox");
126 $f = $top->FBox(-initialdir => ".",
[all …]
H A Dunicode.t18 use Tk::FBox;
120 my $fb = $mw->FBox;
129 my $fb = $mw->FBox;
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DFBox.pod3 Tk::FBox - a file dialog
5 =for pm Tk/FBox.pm
11 use Tk::FBox;
12 $file = $mw->FBox(...)->Show;
16 C<Tk::FBox> is the dialog implementation behind the C<getOpenFile>,
31 # $top->getOpenFile(-sortcmd => sub { package Tk::FBox; uc $b cmp uc $a});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/lang/clang-mesa/clang-13.0.1.src/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/PCH/
H A Dempty-def-fwd-struct.h5 struct FBox { struct
7 FBox(int); argument
10 FBox InvalidBoundingBox(0);
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dbox.h164 class FBox : public VBox {
166 FBox(Score* score) : VBox(score) {} in FBox() function
167 virtual ~FBox() {} in ~FBox()
169 FBox* clone() const override { return new FBox(*this); } in clone()
/dports/editors/libreoffice/libreoffice-7.2.6.2/hwpfilter/source/
H A Dhbox.cxx288 FBox::FBox(hchar hch) in FBox() function in FBox
314 FBox::~FBox() in ~FBox()
320 : FBox(CH_TEXT_BOX) in TxtBox()
346 : FBox(CH_PICTURE) in Picture()
H A Dhbox.h290 struct FBox: public HBox struct
317 explicit FBox( hchar hch ); argument
318 virtual ~FBox() override;
325 struct TxtBox: public FBox
589 struct Picture: public FBox
641 struct Line: public FBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/hwpfilter/source/
H A Dhbox.cxx288 FBox::FBox(hchar hch) in FBox() function in FBox
314 FBox::~FBox() in ~FBox()
320 : FBox(CH_TEXT_BOX) in TxtBox()
346 : FBox(CH_PICTURE) in Picture()
H A Dhbox.h291 struct FBox: public HBox struct
318 explicit FBox( hchar hch ); argument
319 virtual ~FBox() override;
326 struct TxtBox: public FBox
590 struct Picture: public FBox
642 struct Line: public FBox
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dfilebox.pl48 require Tk::FBox;
49 Tk::FBox->import('as_default');

123