Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class QqStatusBar x1 where Source
qStatusBar :: x1 -> IO (QStatusBar ()) Source
QqStatusBar () | |
QqStatusBar (QWidget t1) |
class QaddPermanentWidget x1 where Source
addPermanentWidget :: QStatusBar a -> x1 -> IO () Source
QaddPermanentWidget (QWidget t1) | |
QaddPermanentWidget (QWidget t1, Int) |
currentMessage :: QStatusBar a -> () -> IO String Source
class QhideOrShow x0 x1 where Source
hideOrShow :: x0 -> x1 -> IO () Source
QhideOrShow (QStatusBarSc a) () | |
QhideOrShow (QStatusBar ()) () |
class QinsertPermanentWidget x1 where Source
insertPermanentWidget :: QStatusBar a -> x1 -> IO Int Source
QinsertPermanentWidget (Int, QWidget t2) | |
QinsertPermanentWidget (Int, QWidget t2, Int) |
class Qreformat x0 x1 where Source
Qreformat (QStatusBarSc a) () | |
Qreformat (QStatusBar ()) () |
qStatusBar_delete :: QStatusBar a -> IO () Source
qStatusBar_deleteLater :: QStatusBar a -> IO () Source