Home
last modified time | relevance | path

Searched refs:tutorial_help_button (Results 1 – 3 of 3) sorted by relevance

/dports/math/xldlas/xldlas/
H A Dfrontend.c344 fl_deactivate_object(tutorial_help_button); in set_possible_choices()
345 fl_set_object_lcol(tutorial_help_button, FL_INACTIVE); in set_possible_choices()
362 fl_activate_object(tutorial_help_button); in set_possible_choices()
363 fl_set_object_lcol(tutorial_help_button, FL_BLACK); in set_possible_choices()
368 fl_deactivate_object(tutorial_help_button); in set_possible_choices()
369 fl_set_object_lcol(tutorial_help_button, FL_INACTIVE); in set_possible_choices()
963 tutorial_help_button = fl_add_lightbutton(FL_RADIO_BUTTON,630,130,80,25,"Tutorials"); in create_frontend()
964 fl_set_object_lsize(tutorial_help_button,FL_NORMAL_SIZE); in create_frontend()
965 fl_set_object_callback(tutorial_help_button,help_about_tutorial,0); in create_frontend()
H A Dhelp.c160 fl_set_button(tutorial_help_button,0); in help_routines()
221 fl_set_button(tutorial_help_button, 1); in help_routines()
H A Dxldlas.h349 EXTERN FL_OBJECT *tutorial_help_button; variable