MK_api.xml_interfaceΒΆ
Runtime handle to a live XML dialog, used to query and drive its widgets.
Obtained via xml_dialog_base_c.attach_interface; valid only while the
dialog is open. Widgets are addressed by their key.
close_dialog( ok )
ok True accepts, False cancels.
start_timer( hz )
hz ticks per second; fires on_timeout().
stop_timer()
redraw( key )
key.
show( key, x )
key.
enable( key, x )
key.
set_bool( key, x )
key.
set_int( key, x )
key.
set_float( key, x )
key.
set_string( key, x )
key.
get_bool( key )
key.
get_int( key )
key.
get_float( key )
key.
get_string( key )
key.