1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
Libsx Functions
Listing of various Categories of Functions
Buttons button.doc
Color color.doc
Drawing Area draw_area.doc
Drawing drawing.doc
Fonts font.doc
Forms form.doc
Labels label.doc
Lists list.doc
Menus menu.doc
Miscellaneous Functions misc.doc
Popup Windows popups.doc
Scrollbar scrollbar.doc
String Entry string_entry.doc
Text Editing text_edit.doc
Toggles toggle.doc
Windows windows.doc
Alphabetical Listing of Functions
AddTimeOut misc.doc
AttachEdge misc.doc
Beep misc.doc
ChangeScrollList list.doc
ClearDisplay drawing.doc
CloseProcedure windows.doc
CloseWindow windows.doc
DrawPixel drawing.doc
DrawLine drawing.doc
DrawPolyline drawing.doc
DrawFilledPolygon drawing.doc
DrawBox drawing.doc
DrawFilledBox drawing.doc
DrawText drawing.doc
DrawArc drawing.doc
DrawFilledArc drawing.doc
DrawImage drawing.doc
FontHeight font.doc
FreeAllColors color.doc
FreeFont font.doc
FreePrivateColor color.doc
GetAllColors color.doc
GetBgColor misc.doc
GetCurrentListItem list.doc
GetDrawAreaSize drawing.doc
GetFgColor misc.doc
GetFile popups.doc
GetFont font.doc
GetImage drawing.doc
GetLongString popups.doc
GetMenuItemChecked menu.doc
GetNamedColor color.doc
GetOkay popups.doc
GetPixel drawing.doc
GetRGBColor color.doc
GetPrivateColor color.doc
GetStandardColors color.doc
GetString popups.doc
GetStringEntry string_entry.doc
GetText popups.doc
GetTextWidgetText text_edit.doc
GetToggleState toggle.doc
GetTopWidget windows.doc
GetTriState popups.doc
GetWidgetFont font.doc
GetWidgetState misc.doc
GetYesNo popups.doc
MainLoop windows.doc
MakeButton button.doc
MakeDrawArea draw_area.doc
MakeForm form.doc
MakeHorizScrollbar scrollbar.doc
MakeLabel label.doc
MakeMenu menu.doc
MakeMenuItem menu.doc
MakeScrollList list.doc
MakeStringEntry string_entry.doc
MakeTextWidget text_edit.doc
MakeToggle toggle.doc
MakeVertScrollbar scrollbar.doc
MakeWindow windows.doc
OpenDisplay windows.doc
ReadLocale misc.doc
ScrollDrawArea drawing.doc
SelectColor color.doc
SetBgColor misc.doc
SetBorderColor misc.doc
SetButtonDownCB draw_area.doc
SetButtonUpCB draw_area.doc
SetColor drawing.doc
SetColorMap color.doc
SetCurrentListItem list.doc
SetCurrentWindow windows.doc
SetDrawArea drawing.doc
SetDrawMode drawing.doc
SetEnterCB draw_area.doc
SetFgColor misc.doc
SetForm form.doc
SetFreqFilter popups.doc
SetKeypressCB draw_area.doc
SetLabel label.doc
SetLeaveCB draw_area.doc
SetLineWidth drawing.doc
SetMenuItemChecked menu.doc
SetMouseMotionCB draw_area.doc
SetMyColorMap color.doc
SetPrivateColor color.doc
SetScrollbar scrollbar.doc
SetScrollbarDirection scrollbar.doc
SetScrollbarStep scrollbar.doc
SetStringEntry string_entry.doc
SetTextWidgetText text_edit.doc
SetThumbBitmap scrollbar.doc
SetToggleState toggle.doc
SetWidgetFont font.doc
SetWidgetBitmap misc.doc
SetWidgetPixmap misc.doc
SetWidgetPos misc.doc
SetWidgetState misc.doc
ShowDisplay windows.doc
SyncDisplay windows.doc
TextWidth font.doc
|