Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_key_chooser.c File Reference

Go to the source code of this file.

Functions

static gboolean remmina_key_chooser_dialog_on_key_press (GtkWidget *widget, GdkEventKey *event, RemminaKeyChooserArguments *arguments)
 
void remmina_key_chooser_dialog_set_option_modifier (GtkWidget *widget, gboolean state, RemminaKeyChooserArguments *arguments)
 
RemminaKeyChooserArgumentsremmina_key_chooser_new (GtkWindow *parent_window, gboolean use_modifiers)
 
gchar * remmina_key_chooser_get_value (guint keyval, guint state)
 
guint remmina_key_chooser_get_keyval (const gchar *value)
 

Function Documentation

◆ remmina_key_chooser_dialog_on_key_press()

static gboolean remmina_key_chooser_dialog_on_key_press ( GtkWidget *  widget,
GdkEventKey *  event,
RemminaKeyChooserArguments arguments 
)
static

Definition at line 43 of file remmina_key_chooser.c.

◆ remmina_key_chooser_dialog_set_option_modifier()

void remmina_key_chooser_dialog_set_option_modifier ( GtkWidget *  widget,
gboolean  state,
RemminaKeyChooserArguments arguments 
)

Definition at line 56 of file remmina_key_chooser.c.

◆ remmina_key_chooser_get_keyval()

guint remmina_key_chooser_get_keyval ( const gchar *  value)

Definition at line 114 of file remmina_key_chooser.c.

◆ remmina_key_chooser_get_value()

gchar* remmina_key_chooser_get_value ( guint  keyval,
guint  state 
)

Definition at line 96 of file remmina_key_chooser.c.

◆ remmina_key_chooser_new()

RemminaKeyChooserArguments* remmina_key_chooser_new ( GtkWindow *  parent_window,
gboolean  use_modifiers 
)

Definition at line 64 of file remmina_key_chooser.c.