File: add-my-widgets.sed

package info (click to toggle)
fontforge 1%3A20161005~dfsg-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,324 kB
  • ctags: 44,030
  • sloc: ansic: 578,448; python: 5,546; sh: 3,374; makefile: 1,323; perl: 315; cpp: 176; ruby: 95; objc: 92; xml: 90; sed: 9
file content (12 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/#include "support.h"/ a \
#include "gwwv.h" \
#include <libintl.h> \
#define _(str) gettext(str)
s/gtk_menu_bar_new/gww_vmenu_bar_new/
s/return CharViewContents;/return table13;/
s/GLADE_HOOKUP_OBJECT_NO_REF (CharViewContents, CharViewContents/GLADE_HOOKUP_OBJECT_NO_REF (table13, table13/
s/GLADE_HOOKUP_OBJECT (CharViewContents, table13, "table13")//
s/GLADE_HOOKUP_OBJECT (CharViewContents, /GLADE_HOOKUP_OBJECT (table13, /
s/create_pixmap (CharViewContents/create_pixmap (CharViewContainer/
s/create_CharViewContents (void)/create_CharViewContained ( GtkWidget *CharViewContainer )/
/CharViewContents/ d