![]() |
BBB BUTTON_MAKE
handle = BBB BUTTON_MAKE(px, py, width, height, title, parent)
This command makes a button.
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
handle - INTEGER, Handle to the created button
BBB GUI Button Commands BBB GUI Commands Commands Menu Main Menu Index |