Skip to content

Enabling/Disabling push buttons #179

Answered by frang75
JoeAnonymous asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JoeAnonymous
Yes its possible using the Layout Cell

Button *button = button_push();
layout_button(layout, button, col, row);
...
Cell *cell = layout_cell(layout, col, row);
cell_enabled(cell, TRUE/FALSE);

I'll try to get this info more accesible un docs.
Regards

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kjhermans
Comment options

@frang75
Comment options

@JoeAnonymous
Comment options

@frang75
Comment options

Answer selected by JoeAnonymous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants