This content is provided AS IS for archive purposes only. Content may be out of date with no guarantee of correctness.

CreateButton - Hag GUI for Cobra - Static

Main Article

CreateButton - Hag GUI for Cobra

Function CreateButton(frm:^forms, x:Integer, y:Integer, w:Integer, txt:String, [tooltip:String=""]) : ^buttons

frm: The parent form element to attach the created button to.
x: x position of button in pixels.
y: y position of button in pixels.
w: width of button in pixels.
txt: The button caption.
tooltip: The button tooltip.

Creates a button element, and returns a pointer to ^buttons.

Stay Subscribed

@golightlyb, subscribe to the RSS feed or get updates by e-mail.

You can also contact me directly - I make an effort to reply to every e-mail.


Login
v0.34.archive