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