des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
DiLineLayout
desgui
core
layout
Undocumented in source.
class
DiLineLayout :
DiLayout
{
enum
Type
;
enum
Align
;
Align
alignDirect
;
Align
alignInderect
;
Type
type
;
int
border
;
int
space
;
bool
stretchDirect
;
bool
stretchInderect
;
this
(Type t);
void
opCall
(irect pr, DiWidget[] wlist);
}
Constructors
this
this
(Type t)
Undocumented in source.
Members
Enums
Align
enum
Align
Undocumented in source.
Type
enum
Type
Undocumented in source.
Functions
opCall
void
opCall
(irect pr, DiWidget[] wlist)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
alignDirect
Align
alignDirect
;
Undocumented in source.
alignInderect
Align
alignInderect
;
Undocumented in source.
border
int
border
;
Undocumented in source.
space
int
space
;
Undocumented in source.
stretchDirect
bool
stretchDirect
;
Undocumented in source.
stretchInderect
bool
stretchInderect
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Inherited Members
From DiLayout
opCall
void
opCall
(irect , DiWidget[] )
Undocumented in source.
Meta
Source
See Implementation
desgui
core
layout
classes
DiLineLayout