@@ -13,72 +13,73 @@ import AGS.Binding
13
13
, overBoth
14
14
, overValue
15
15
) as Exports
16
- import AGS.Widget.Box (BoxProps , UpdateBoxProps , box , box' ) as Exports
17
- import AGS.Widget.Button (ButtonProps , UpdateButtonProps , button , button' ) as Exports
18
- import AGS.Widget.CenterBox
19
- ( CenterBoxProps
20
- , UpdateCenterBoxProps
16
+ import AGS.Widget.Internal
17
+ ( class ToValueOrBindingC
18
+ , AGSWidgetProps
19
+ , Any
20
+ , AnyF
21
+ , BoxProps
22
+ , ButtonProps
23
+ , CenterBoxProps
24
+ , CircularProgressProps
25
+ , EntryProps
26
+ , EventBoxProps
27
+ , IconProps
28
+ , LabelProps
29
+ , Mark
30
+ , MarkPosition
31
+ , MenuItemProps
32
+ , MenuProps
33
+ , MkWidget
34
+ , MkWidgetWithUpdates
35
+ , OverlayProps
36
+ , ProgressBarProps
37
+ , RevealerProps
38
+ , ScrollableProps
39
+ , SliderProps
40
+ , StackProps
41
+ , ToValueOrBinding
42
+ , box
43
+ , box'
44
+ , button
45
+ , button'
21
46
, centerBox
22
47
, centerBox'
23
- ) as Exports
24
- import AGS.Widget.CircularProgress
25
- ( CircularProgressProps
26
- , UpdateCircularProgressProps
27
48
, circularProgress
28
49
, circularProgress'
29
- ) as Exports
30
- import AGS.Widget.Entry (EntryProps , UpdateEntryProps , entry , entry' ) as Exports
31
- import AGS.Widget.EventBox
32
- ( EventBoxProps
33
- , UpdateEventBoxProps
50
+ , entry
51
+ , entry'
34
52
, eventBox
35
53
, eventBox'
36
- ) as Exports
37
- import AGS.Widget.Icon (IconProps , UpdateIconProps , icon , icon' ) as Exports
38
- import AGS.Widget.Internal
39
- ( AGSWidgetProps
40
- , Any
41
- , AnyF
54
+ , icon
55
+ , icon'
56
+ , label
57
+ , label'
58
+ , markPositionBottom
59
+ , markPositionLeft
60
+ , markPositionRight
61
+ , markPositionTop
62
+ , menu
63
+ , menu'
64
+ , menuItem
65
+ , menuItem'
42
66
, mkAny
43
- , unsafeWidgetUpdate
44
- ) as Exports
45
- import AGS.Widget.Label (LabelProps , label , label' ) as Exports
46
- import AGS.Widget.Menu (MenuProps , UpdateMenuProps , menu , menu' ) as Exports
47
- import AGS.Widget.Menu.Item (MenuItem , MenuItemProps , menuItem , menuItemImpl ) as Exports
48
- import AGS.Widget.Overlay (OverlayProps , UpdateOverlayProps , overlay , overlay' ) as Exports
49
- import AGS.Widget.ProgressBar
50
- ( ProgressBarProps
51
- , UpdateProgressBarProps
67
+ , overlay
68
+ , overlay'
52
69
, progressBar
53
70
, progressBar'
54
- ) as Exports
55
- import AGS.Widget.Revealer
56
- ( GtkRevealerTransitionType
57
- , RevealerProps
58
- , UpdateRevealerProps
71
+ , propsToValueOrBindings
59
72
, revealer
60
73
, revealer'
61
- , transitions
62
- ) as Exports
63
- import AGS.Widget.Scrollable
64
- ( ScrollableProps
65
- , UpdateScrollableProps
66
74
, scrollable
67
75
, scrollable'
68
- ) as Exports
69
- import AGS.Widget.Slider
70
- ( Mark
71
- , MarkPosition
72
- , SliderProps
73
- , UpdateSliderProps
74
- , markPositionBottom
75
- , markPositionLeft
76
- , markPositionRight
77
- , markPositionTop
78
76
, slider
79
77
, slider'
78
+ , stack
79
+ , stack'
80
+ , toValueOrBinding
81
+ , withUpdates
80
82
) as Exports
81
- import AGS.Widget.Stack (StackProps , stack , stack' ) as Exports
82
83
import AGS.Widget.Window (Window , WindowProps , window ) as Exports
83
84
import Effect (Effect )
84
85
import Effect.Uncurried
0 commit comments