Remmina - The GTK+ Remote Desktop Client  v1.4.2
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)
 
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 44 of file remmina_key_chooser.c.

◆ remmina_key_chooser_get_keyval()

guint remmina_key_chooser_get_keyval ( const gchar *  value)

Definition at line 101 of file remmina_key_chooser.c.

◆ remmina_key_chooser_get_value()

gchar* remmina_key_chooser_get_value ( guint  keyval,
guint  state 
)

Definition at line 83 of file remmina_key_chooser.c.

◆ remmina_key_chooser_new()

RemminaKeyChooserArguments* remmina_key_chooser_new ( GtkWindow *  parent_window,
gboolean  use_modifiers 
)

Definition at line 57 of file remmina_key_chooser.c.