Source code
for interface basics in Goldenseal small
business software.
These are core functions which support the human
interface used in the Goldenseal accounting
software, estimating
software and business management
software.
BasicS
CTCS_Clipboard-- storage for copy and paste (source & header)
CTCS_ColorPalette-- for choosing colors (source & header)
CTCS_Commander-- parent for objects that handle menus (source & header)
CTCS_DialogBox-- a generic dialog box (source & header)
CTCS_Dragger-- handler for drag & drop operations (source & header)
CTCS_EditorWindow-- a generic editor window (source & header)
CTCS_Environment-- setup for currency and other system settings (source & header)
CTCS_GroupBox-- a box for grouping items (source & header)
CTCS_Pane-- a generic pane on the screen (source & header)
CTCS_PictureView-- a view that contains a picture (source & header)
CTCS_Region-- a generic region on the screen (source & header)
CTCS_RGBColor-- a color (source & header)
CTCS_Scroller-- an object that scrolls (source & header)
CTCS_Separator-- a separator line
(source & header)
CTCS_SimpleWindow-- a simple window (source & header)
CTCS_TextInfo-- text formatting (source & header)
CTCS_View-- a generic screen area that contains other items (source & header)
CTCS_Window-- a generic screen window (source & header)
Debugging Windows
CCacheReportWindow-- the cache report (source & header)
CDBContentsWindow-- a window showing contents of the file (source & header)
CDBReportWindow-- the database report (source & header)
CDetailReportWindow-- a window showing info for one class or object (source & header)
Misc Interface
CAttachments-- a generic item attached to another object (source & header)
CBorderInfo-- specs for borders (source & header)
CCursorSpinner-- an active wait cursor (source & header)
CGraphic-- a generic graphic object (source & header)
CHelpWindow-- window for displaying help info (source & header)
CIconSuiteGraphic-- a graphic containing an icon (source & header)
CLabelIcon-- an icon with a text label (source & header)
CPaneBorder--the border for a pane (source & header)
CPictureGraphic-- a graphic containing a picture
(source & header)
CProgressBar-- progress indicator (source & header)
CSlider-- a generic control that slides (source & header)
CStringGraphic-- a graphic containing a text string (source & header)
CTextWindow-- a window for displaying text (source & header)
CToolbar-- a floating toolbar (source & header)
CViewerScroller-- a scroller that contains a record viewer (source & header)
|