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
![]() ![]() |
#include <keybindingsprivate.h>
Public Attributes | |
const gchar * | name |
const gchar * | label |
GeanyKeyGroupCallback | callback |
gboolean | plugin |
GPtrArray * | key_items |
gsize | plugin_key_count |
GeanyKeyBinding * | plugin_keys |
GeanyKeyGroupFunc | cb_func |
gpointer | cb_data |
GDestroyNotify | cb_data_destroy |
Definition at line 30 of file keybindingsprivate.h.
GeanyKeyGroupCallback GeanyKeyGroup::callback |
Definition at line 34 of file keybindingsprivate.h.
gpointer GeanyKeyGroup::cb_data |
Definition at line 40 of file keybindingsprivate.h.
GDestroyNotify GeanyKeyGroup::cb_data_destroy |
Definition at line 41 of file keybindingsprivate.h.
GeanyKeyGroupFunc GeanyKeyGroup::cb_func |
Definition at line 39 of file keybindingsprivate.h.
GPtrArray* GeanyKeyGroup::key_items |
Definition at line 36 of file keybindingsprivate.h.
const gchar* GeanyKeyGroup::label |
Definition at line 33 of file keybindingsprivate.h.
const gchar* GeanyKeyGroup::name |
Definition at line 32 of file keybindingsprivate.h.
Referenced by gen-api-gtkdoc.DoxyElement::to_gtkdoc().
gboolean GeanyKeyGroup::plugin |
Definition at line 35 of file keybindingsprivate.h.
gsize GeanyKeyGroup::plugin_key_count |
Definition at line 37 of file keybindingsprivate.h.
Referenced by pm_on_plugin_button_clicked(), and pm_update_buttons().
GeanyKeyBinding* GeanyKeyGroup::plugin_keys |
Definition at line 38 of file keybindingsprivate.h.