GTK: implement home and up buttons wrt #40

This commit is contained in:
2016-04-17 01:01:04 +02:00
parent c0bd5f3c37
commit e98fb577ed
4 changed files with 57 additions and 9 deletions

View File

@@ -72,6 +72,8 @@ data MyGUI = MkMyGUI {
, rcFileRename :: ImageMenuItem
, rcFilePaste :: ImageMenuItem
, rcFileDelete :: ImageMenuItem
, upViewB :: Button
, homeViewB :: Button
, refreshViewB :: Button
, urlBar :: Entry
, statusBar :: Statusbar