Home
last modified time | relevance | path

Searched refs:on_choice (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/
H A Dui.lua21 function M.select(items, opts, on_choice)
24 on_choice = { on_choice, 'function', false }, function
34 on_choice(nil, nil)
36 on_choice(items[choice], choice)
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dcreate_char.c266 int i, on_choice, tmp; in send_create_player_to_server() local
296 for (on_choice = 0; on_choice < races[i].num_rc_choice; on_choice++) { in send_create_player_to_server()
299 j = gtk_combo_box_get_active(GTK_COMBO_BOX(opt_combobox[on_choice + RACE_OPT_START])); in send_create_player_to_server()
301 snprintf(buf, MAX_BUF, "choice %s %s", races[i].rc_choice[on_choice].choice_name, in send_create_player_to_server()
302 races[i].rc_choice[on_choice].value_arch[j]); in send_create_player_to_server()
316 for (on_choice = 0; on_choice < classes[i].num_rc_choice; on_choice++) { in send_create_player_to_server()
319 j = gtk_combo_box_get_active(GTK_COMBO_BOX(opt_combobox[on_choice + CLASS_OPT_START])); in send_create_player_to_server()
321 snprintf(buf, MAX_BUF, "choice %s %s", classes[i].rc_choice[on_choice].choice_name, in send_create_player_to_server()
322 classes[i].rc_choice[on_choice].value_arch[j]); in send_create_player_to_server()
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/lsp/
H A Dbuf.lua119 local function select_client(method, on_choice)
121 on_choice = { on_choice, 'function', false }, function
138 }, on_choice)
140 on_choice(nil)
142 on_choice(clients[1])
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/EventGhost/egplugin_sources/PulseEight/
H A Dcontrols.py237 def on_choice(evt): function
242 device_ctrl.Bind(wx.EVT_CHOICE, on_choice)
H A D__init__.py432 def on_choice(evt): function
443 adapter_ctrl.Bind(wx.EVT_CHOICE, on_choice)
695 def on_choice(evt): function
702 adapter_ctrl.Bind(wx.EVT_CHOICE, on_choice)
/dports/finance/electrum/Electrum-4.1.5/electrum/plugins/trustedcoin/
H A Dtrustedcoin.py640 f = lambda x: self.on_choice(wizard, seed, passphrase, x)
643 def on_choice(self, wizard, seed, passphrase, x): member in TrustedCoinPlugin
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/
H A Dmain_window.py1290 def on_choice(choice): function
1298 on_choice,