ardour
Functions
mtest.cc File Reference
#include <vector>
#include <iostream>
#include <gtkmm.h>
#include <gtkmm/accelmap.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkaccelmap.h>

Go to the source code of this file.

Functions

void printit (string txt)
 
Glib::RefPtr< Action > make_action (Glib::RefPtr< ActionGroup > group, string name, string label, RefPtr< AccelGroup > accels, slot< void > sl, guint key, Gdk::ModifierType mods)
 
Glib::RefPtr< Action > make_action (Glib::RefPtr< ActionGroup > group, string name, string label)
 
bool lookup_entry (const string accel_path, Gtk::AccelKey &key)
 
RefPtr< ActionGroup > copy_actions (const RefPtr< ActionGroup > src)
 
int main (int argc, char *argv[])
 

Function Documentation

RefPtr<ActionGroup> copy_actions ( const RefPtr< ActionGroup >  src)

Definition at line 82 of file mtest.cc.

bool lookup_entry ( const string  accel_path,
Gtk::AccelKey &  key 
)

Definition at line 67 of file mtest.cc.

int main ( int  argc,
char *  argv[] 
)

Definition at line 97 of file mtest.cc.

Glib::RefPtr<Action> make_action ( Glib::RefPtr< ActionGroup >  group,
string  name,
string  label,
RefPtr< AccelGroup >  accels,
slot< void >  sl,
guint  key,
Gdk::ModifierType  mods 
)

Definition at line 38 of file mtest.cc.

Glib::RefPtr<Action> make_action ( Glib::RefPtr< ActionGroup >  group,
string  name,
string  label 
)

Definition at line 54 of file mtest.cc.

void printit ( string  txt)

Definition at line 32 of file mtest.cc.