English 中文(简体)
你们如何帮助(使用小孩)达到高压3套。
原标题:How do you implement help (using mallard) for a gtk3 app?
  • 时间:2012-05-13 02:26:56
  •  标签:
  • gtk3
  • mallard

我正努力提出我自己的“格3”申请。 我还想利用小得来,对如何使用我申请表示一些帮助。 然而,我不了解如何代之以,当帮助男子的项目被点上点时,就显示有帮助(小得)。 我已经准备好了页文件。

请注意,我不问如何用小标题制作帮助档案。 But, 相反,如何将小标题纳入我的格3帮助。

最佳回答

良好问题。 在类似情况下,我总是看着 g。 gnome.org to see how Gedit do it. 这是一个很好的例子。

第一,见here。 他们如何组织他们的帮助档案:

help
  --C
  |  --*.page
  --Makefile.am
  --ar
  --bg
  --ca
  --...other languages...

在<代码>help/Makefile.am上,他们使用@YELP_HELP_RULES@安装文档(在YELP_LP_INIT上设立)。

然后,当用户点击/密码时(见http://git.gnome.org/browse/gedit/gedit/gedit-app.c>here,在职能编码/code>和。 然后,这些档案可能自动由桌面帮助系统取而代之,翻译成适当的语言,并在Yelp上展示。

问题回答

暂无回答




相关问题
Plotting by Using gnuplot and Glade

I am a new programmer. It is not my job but i want to learn python. I am a Windows 10 user and I am using the folllowing programs: Python 3.8 Gtk+ Glade Gnuplot Pycharm. I have installed the first 4 ...

How to use CssStyleProvider in Gtkmm3

I m programming in c++ with gtkmm3. I want to change some fonts in my program. I read all the things about CssStyleProvider, StyleContext in gtkmm documentation and also in gtk+ documentaion but i ...

pydev on aptana3 unable to import gi.repository

the following code should work import gi import gi.repository this works in a python shell. And it also works if I save the file as a script then launch it in a terminal. but in aptana3 i get this: ...

How to set bg image of a window in a GTK3 application

I found this way: GdkPixmap *backPixMap = gdk_pixmap_create_from_xpm ( window , NULL , NULL , fileName ); gdk_window_set_back_pixmap( GTK_WIDGET( window )->window , backPixMap , FALSE ); but it ...

How to create a cairo-gl surface under Gtk

I want to create a window using GTK 3 under linux (fedora 12) and draw on it a simple rectangle using cairo-gl backend, for this I want to create a cairo-gl surface. How can I do this, can anybody ...

Setting Cursor-Color in GTK+ 3

I m looking to set a GtkTextView cursor-color. I know I can do it through the gtk_rc_parse command or something similar, but the documentation says that those commands are depreciated, and I don t ...

Learning GUI programming with GTK+2 or GTK+3?

I am new to GUI programming, and I haven t found yet what library is best for my purpose (i want to make desktop environment applications, eg. docks, panels, desklets etc.) I have started learning ...