Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.Layout.EitherWidget
Documentation
data EitherWidget a b Source #
Constructors
EitherWidget Notebook (IORef EitherWidgetParams) |
Instances
GObjectClass (EitherWidget a b) Source # | |
ObjectClass (EitherWidget a b) Source # | |
WidgetClass (EitherWidget a b) Source # | |
type EitherWidgetParams = Bool Source #
eitherWidgetNew :: (WidgetClass a, WidgetClass b) => a -> b -> IO (EitherWidget a b) Source #
eitherWidgetLeftActivated :: Attr (EitherWidget a b) Bool Source #
eitherWidgetRightActivated :: Attr (EitherWidget a b) Bool Source #
eitherWidgetToggle :: EitherWidget a b -> IO () Source #