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.
_RemminaSshSearch Struct Reference

The SSH plugin implementation. More...

Data Fields

GtkWidget * parent
 
GtkBuilder * builder
 
GtkWidget * window
 
GtkWidget * search_entry
 
GtkWidget * search_prev_button
 
GtkWidget * search_next_button
 
GtkWidget * close_button
 
GtkToggleButton * match_case_checkbutton
 
GtkToggleButton * entire_word_checkbutton
 
GtkToggleButton * regex_checkbutton
 
GtkToggleButton * wrap_around_checkbutton
 
GtkWidget * reveal_button
 
GtkWidget * revealer
 
gboolean regex_caseless
 
gboolean has_regex
 
gchar * regex_pattern
 

Detailed Description

The SSH plugin implementation.

Definition at line 205 of file remmina_ssh_plugin.c.

Field Documentation

◆ builder

GtkBuilder* _RemminaSshSearch::builder

Definition at line 208 of file remmina_ssh_plugin.c.

◆ close_button

GtkWidget* _RemminaSshSearch::close_button

Definition at line 213 of file remmina_ssh_plugin.c.

◆ entire_word_checkbutton

GtkToggleButton* _RemminaSshSearch::entire_word_checkbutton

Definition at line 215 of file remmina_ssh_plugin.c.

◆ has_regex

gboolean _RemminaSshSearch::has_regex

Definition at line 223 of file remmina_ssh_plugin.c.

◆ match_case_checkbutton

GtkToggleButton* _RemminaSshSearch::match_case_checkbutton

Definition at line 214 of file remmina_ssh_plugin.c.

◆ parent

GtkWidget* _RemminaSshSearch::parent

Definition at line 206 of file remmina_ssh_plugin.c.

◆ regex_caseless

gboolean _RemminaSshSearch::regex_caseless

Definition at line 222 of file remmina_ssh_plugin.c.

◆ regex_checkbutton

GtkToggleButton* _RemminaSshSearch::regex_checkbutton

Definition at line 216 of file remmina_ssh_plugin.c.

◆ regex_pattern

gchar* _RemminaSshSearch::regex_pattern

Definition at line 224 of file remmina_ssh_plugin.c.

◆ reveal_button

GtkWidget* _RemminaSshSearch::reveal_button

Definition at line 218 of file remmina_ssh_plugin.c.

◆ revealer

GtkWidget* _RemminaSshSearch::revealer

Definition at line 219 of file remmina_ssh_plugin.c.

◆ search_entry

GtkWidget* _RemminaSshSearch::search_entry

Definition at line 210 of file remmina_ssh_plugin.c.

◆ search_next_button

GtkWidget* _RemminaSshSearch::search_next_button

Definition at line 212 of file remmina_ssh_plugin.c.

◆ search_prev_button

GtkWidget* _RemminaSshSearch::search_prev_button

Definition at line 211 of file remmina_ssh_plugin.c.

◆ window

GtkWidget* _RemminaSshSearch::window

Definition at line 209 of file remmina_ssh_plugin.c.

◆ wrap_around_checkbutton

GtkToggleButton* _RemminaSshSearch::wrap_around_checkbutton

Definition at line 217 of file remmina_ssh_plugin.c.


The documentation for this struct was generated from the following file: