Home
last modified time | relevance | path

Searched refs:this_button (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/py-easygui/easygui-0.98.1/easygui/boxes/
H A Dbutton_box.py482 this_button = dict()
483 this_button['original_text'] = button_text
484this_button['clean_text'], this_button['hotkey'], hotkey_position = ut.parse_hotkey(button_text)
485 this_button['widget'] = tk.Button(
488 text=this_button['clean_text'],
491 this_button['widget'].configure(command=fn)
492this_button['widget'].grid(row=0, column=i_hack, padx='1m', pady='1m', ipadx='2m', ipady='1m')
495 buttons[unique_button_text] = this_button
/dports/math/gretl/gretl-2021d/plugin/
H A Dtramo_options.c221 GtkWidget *other_button, *this_button = w; in tramo_aio_callback() local
225 if (this_button == opts->aio_transitory_button) { in tramo_aio_callback()
232 if (!button_is_active(this_button) && !button_is_active(other_button)) { in tramo_aio_callback()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/nebular/
H A Dnebular_scenes5.cpp976 int this_button; in step() local
981 this_button = 0x38A; in step()
984 this_button = 0x38B; in step()
989 this_button = 0x2DE; in step()
1005 if (_nextButtonId == this_button) in step()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/nebular/
H A Dnebular_scenes5.cpp976 int this_button; in step() local
981 this_button = 0x38A; in step()
984 this_button = 0x38B; in step()
989 this_button = 0x2DE; in step()
1005 if (_nextButtonId == this_button) in step()
/dports/german/BBBike/BBBike-3.18/
H A Dbbbike16941 my $this_button = shift;