GTK: minor fixes
This commit is contained in:
parent
c29693fbd0
commit
251a20e881
@ -61,7 +61,7 @@ data MyGUI = MkMyGUI {
|
|||||||
, menubar :: !MenuBar
|
, menubar :: !MenuBar
|
||||||
, statusBar :: !Statusbar
|
, statusBar :: !Statusbar
|
||||||
, clearStatusBar :: !Button
|
, clearStatusBar :: !Button
|
||||||
, notebook :: Notebook
|
, notebook :: !Notebook
|
||||||
|
|
||||||
-- other
|
-- other
|
||||||
, fprop :: !FilePropertyGrid
|
, fprop :: !FilePropertyGrid
|
||||||
@ -71,7 +71,7 @@ data MyGUI = MkMyGUI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
-- |This describes the contents of the current vie and is separated from MyGUI,
|
-- |This describes the contents of the current view and is separated from MyGUI,
|
||||||
-- because we might want to have multiple views.
|
-- because we might want to have multiple views.
|
||||||
data MyView = MkMyView {
|
data MyView = MkMyView {
|
||||||
view :: !(TVar FMView)
|
view :: !(TVar FMView)
|
||||||
|
Loading…
Reference in New Issue
Block a user