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)  

GeanyKeyGroup Struct Reference

#include <keybindingsprivate.h>

Collaboration diagram for GeanyKeyGroup:
[legend]

Public Attributes

const gchar * name
 
const gchar * label
 
GeanyKeyGroupCallback callback
 
gboolean plugin
 
GPtrArray * key_items
 
gsize plugin_key_count
 
GeanyKeyBindingplugin_keys
 
GeanyKeyGroupFunc cb_func
 
gpointer cb_data
 
GDestroyNotify cb_data_destroy
 

Detailed Description

Definition at line 30 of file keybindingsprivate.h.

Member Data Documentation

◆ callback

GeanyKeyGroupCallback GeanyKeyGroup::callback

Definition at line 34 of file keybindingsprivate.h.

◆ cb_data

gpointer GeanyKeyGroup::cb_data

Definition at line 40 of file keybindingsprivate.h.

◆ cb_data_destroy

GDestroyNotify GeanyKeyGroup::cb_data_destroy

Definition at line 41 of file keybindingsprivate.h.

◆ cb_func

GeanyKeyGroupFunc GeanyKeyGroup::cb_func

Definition at line 39 of file keybindingsprivate.h.

◆ key_items

GPtrArray* GeanyKeyGroup::key_items

Definition at line 36 of file keybindingsprivate.h.

◆ label

const gchar* GeanyKeyGroup::label

Definition at line 33 of file keybindingsprivate.h.

◆ name

const gchar* GeanyKeyGroup::name

Definition at line 32 of file keybindingsprivate.h.

Referenced by gen-api-gtkdoc.DoxyElement::to_gtkdoc().

◆ plugin

gboolean GeanyKeyGroup::plugin

Definition at line 35 of file keybindingsprivate.h.

◆ plugin_key_count

gsize GeanyKeyGroup::plugin_key_count

Definition at line 37 of file keybindingsprivate.h.

Referenced by pm_on_plugin_button_clicked(), and pm_update_buttons().

◆ plugin_keys

GeanyKeyBinding* GeanyKeyGroup::plugin_keys

Definition at line 38 of file keybindingsprivate.h.


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