gtkimhtmltoolbar.xs

来自「Linux下的多协议即时通讯程序源代码」· XS 代码 · 共 23 行

XS
23
字号
#include "gtkmodule.h"/* This can't work at the moment since I don't have a typemap for Gtk::Widget. * I thought about using the one from libgtk2-perl but wasn't sure how to go * about doing that.Gtk::Widgetgtk_imhtmltoolbar_new()voidgtk_imhtmltoolbar_attach(toolbar, imhtml)	Pidgin::IMHtmlToolbar toolbar	Gtk::Widget imhtml*/MODULE = Pidgin::IMHtmlToolbar  PACKAGE = Pidgin::IMHtmlToolbar  PREFIX = gtk_imhtmltoolbar_PROTOTYPES: ENABLEvoidgtk_imhtmltoolbar_associate_smileys(toolbar, proto_id)	Pidgin::IMHtmlToolbar toolbar	const char * proto_id

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?