HROOT.Graf.TBox.FFI
c_tbox_clear :: Ptr RawTBox -> CString -> IO () Source #
c_tbox_draw :: Ptr RawTBox -> CString -> IO () Source #
c_tbox_findobject :: Ptr RawTBox -> CString -> IO (Ptr RawTObject) Source #
c_tbox_getname :: Ptr RawTBox -> IO CString Source #
c_tbox_isa :: Ptr RawTBox -> IO (Ptr RawTClass) Source #
c_tbox_paint :: Ptr RawTBox -> CString -> IO () Source #
c_tbox_printobj :: Ptr RawTBox -> CString -> IO () Source #
c_tbox_saveas :: Ptr RawTBox -> CString -> CString -> IO () Source #
c_tbox_write :: Ptr RawTBox -> CString -> CInt -> CInt -> IO CInt Source #
c_tbox_write_ :: Ptr RawTBox -> IO CInt Source #
c_tbox_getlinecolor :: Ptr RawTBox -> IO CShort Source #
c_tbox_getlinestyle :: Ptr RawTBox -> IO CShort Source #
c_tbox_getlinewidth :: Ptr RawTBox -> IO CShort Source #
c_tbox_resetattline :: Ptr RawTBox -> CString -> IO () Source #
c_tbox_setlineattributes :: Ptr RawTBox -> IO () Source #
c_tbox_setlinecolor :: Ptr RawTBox -> CShort -> IO () Source #
c_tbox_setlinestyle :: Ptr RawTBox -> CShort -> IO () Source #
c_tbox_setlinewidth :: Ptr RawTBox -> CShort -> IO () Source #
c_tbox_setfillcolor :: Ptr RawTBox -> CInt -> IO () Source #
c_tbox_setfillstyle :: Ptr RawTBox -> CInt -> IO () Source #
c_tbox_delete :: Ptr RawTBox -> IO () Source #
c_tbox_newtbox :: CDouble -> CDouble -> CDouble -> CDouble -> IO (Ptr RawTBox) Source #