ihaskell-widgets-0.4.0.0: IPython standard widgets for IHaskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IHaskell.Display.Widgets.Layout

Synopsis

The Layout Widget

type Layout = IPythonWidget 'LayoutType Source #

A Layout represents a Layout from IPython.html.widgets.

Create a new Layout

mkLayout :: IO Layout Source #

Create a new Layout

type LayoutClass = ['ModelModule, 'ModelModuleVersion, 'ModelName, 'ViewModule, 'ViewModuleVersion, 'ViewName, 'LAlignContent, 'LAlignItems, 'LAlignSelf, 'LBorder, 'LBottom, 'LDisplay, 'LFlex, 'LFlexFlow, 'LGridArea, 'LGridAutoColumns, 'LGridAutoFlow, 'LGridAutoRows, 'LGridColumn, 'LGridGap, 'LGridRow, 'LGridTemplateAreas, 'LGridTemplateColumns, 'LGridTemplateRows, 'LHeight, 'LJustifyContent, 'LJustifyItems, 'LLeft, 'LMargin, 'LMaxHeight, 'LMaxWidth, 'LMinHeight, 'LMinWidth, 'LOrder, 'LOverflow, 'LOverflowX, 'LOverflowY, 'LPadding, 'LRight, 'LTop, 'LVisibility, 'LWidth] Source #

defaultLayoutWidget :: Rec Attr LayoutClass Source #

A record representing a widget of the Layour class from IPython

pattern AlignContent :: () => a ~ 'LAlignContent => SField a Source #

pattern AlignItems :: () => a ~ 'LAlignItems => SField a Source #

pattern AlignSelf :: () => a ~ 'LAlignSelf => SField a Source #

pattern Border :: () => a ~ 'LBorder => SField a Source #

pattern Bottom :: () => a ~ 'LBottom => SField a Source #

pattern Display :: () => a ~ 'LDisplay => SField a Source #

pattern Flex :: () => a ~ 'LFlex => SField a Source #

pattern FlexFlow :: () => a ~ 'LFlexFlow => SField a Source #

pattern GridArea :: () => a ~ 'LGridArea => SField a Source #

pattern GridAutoColumns :: () => a ~ 'LGridAutoColumns => SField a Source #

pattern GridAutoFlow :: () => a ~ 'LGridAutoFlow => SField a Source #

pattern GridAutoRows :: () => a ~ 'LGridAutoRows => SField a Source #

pattern GridColumn :: () => a ~ 'LGridColumn => SField a Source #

pattern GridGap :: () => a ~ 'LGridGap => SField a Source #

pattern GridRow :: () => a ~ 'LGridRow => SField a Source #

pattern GridTemplateAreas :: () => a ~ 'LGridTemplateAreas => SField a Source #

pattern GridTemplateColumns :: () => a ~ 'LGridTemplateColumns => SField a Source #

pattern GridTemplateRows :: () => a ~ 'LGridTemplateRows => SField a Source #

pattern Height :: () => a ~ 'LHeight => SField a Source #

pattern JustifyContent :: () => a ~ 'LJustifyContent => SField a Source #

pattern JustifyItems :: () => a ~ 'LJustifyItems => SField a Source #

pattern Left :: () => a ~ 'LLeft => SField a Source #

pattern Margin :: () => a ~ 'LMargin => SField a Source #

pattern MaxHeight :: () => a ~ 'LMaxHeight => SField a Source #

pattern MaxWidth :: () => a ~ 'LMaxWidth => SField a Source #

pattern MinHeight :: () => a ~ 'LMinHeight => SField a Source #

pattern MinWidth :: () => a ~ 'LMinWidth => SField a Source #

pattern Order :: () => a ~ 'LOrder => SField a Source #

pattern Overflow :: () => a ~ 'LOverflow => SField a Source #

pattern OverflowX :: () => a ~ 'LOverflowX => SField a Source #

pattern OverflowY :: () => a ~ 'LOverflowY => SField a Source #

pattern Padding :: () => a ~ 'LPadding => SField a Source #

pattern Right :: () => a ~ 'LRight => SField a Source #

pattern Top :: () => a ~ 'LTop => SField a Source #

pattern Visibility :: () => a ~ 'LVisibility => SField a Source #

pattern Width :: () => a ~ 'LWidth => SField a Source #