geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

GeanyToolPrefs Struct Reference

Tools preferences. More...

#include <prefs.h>

Public Attributes

gchar * browser_cmd
 web browser command More...
 
gchar * term_cmd
 terminal emulator command More...
 
gchar * grep_cmd
 grep command More...
 
gchar * context_action_cmd
 context action command More...
 

Detailed Description

Tools preferences.

Definition at line 49 of file prefs.h.

Member Data Documentation

◆ browser_cmd

gchar* GeanyToolPrefs::browser_cmd

◆ context_action_cmd

gchar* GeanyToolPrefs::context_action_cmd

◆ grep_cmd

gchar* GeanyToolPrefs::grep_cmd

◆ term_cmd

gchar* GeanyToolPrefs::term_cmd

terminal emulator command

Definition at line 52 of file prefs.h.

Referenced by build_run_cmd(), do_main_quit(), load_dialog_prefs(), on_prefs_dialog_response(), prefs_init_dialog(), and save_dialog_prefs().


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