File: dlg_macro_table.h

package info (click to toggle)
scim-unikey 0.3.1%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,508 kB
  • sloc: sh: 10,650; cpp: 7,490; makefile: 126; sed: 16
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#ifndef __UNIKEY_MACRO_TABLE_H__
#define __UNIKEY_MACRO_TABLE_H__

#include "mactab.h"

GtkWidget* unikey_macro_dialog_new();
void unikey_macro_dialog_load_macro(GtkDialog* dialog, CMacroTable macro);
void unikey_macro_dialog_save_macro(GtkDialog* dialog, CMacroTable* macro);

#endif