BBB BUTTON_MAKE

Syntax

handle = BBB BUTTON_MAKE(px, py, width, height, title, parent)

Description

This command makes a button.

Parameters

px - INTEGER, Specifies the initial horizontal position of the button relative to the upper-left corner of the parent window's client area
py - INTEGER, Specifies the initial vertical position of the button relative to the upper-left corner of the parent window's client area
width - INTEGER, Specifies the width of the button
height - INTEGER, Specifies the height of the button
title - STRING, Specified the text that will appear on the button or a path to the image file which will appear on the button (to specify the image path string needs to end with .bmp)
parent INTEGER, Handle to the parent window

Returns

button_handle - INTEGER, Handle to the created button



Go back to ...

BBB GUI Make Commands
BBB GUI Commands
Commands Menu
Main Menu
Index