📄 readme
字号:
GtkHXIntroduction:============= GtkHX is a Gtk-friendly wrapper around the hxclientkit library.hxclientkit is a C binding that wraps the helix client core.The main widget of interest in GtkHX is the GtkHXPlayer. Thiswidget can be used to easily embed a video window into a gtkapplication.There are several supporting widgets within GtkHX:o GtkHXBin is a container widget that derives from GtkBin. It sizes a contained gtk widget o GStatisticsObserver derives from GObject, and can be used to monitor the statistics information produced by the helix client core. Call g_hxstatistics_observer_new with the player and the name of the statistic you want to observe. Statistics include, among other things, clip information ("title", "author", "copyright").o GHXValue, designed to be binary-compatible with GConfValue. These values are used by helix preferences system to load/save preferences. They are also used as a variant type by the statistics system.Examples:=========See the sample autotools-based gtkplay application for a simpleexample of how to use these components.For a more complex example, look at the source code for the helix player, available at https://player.helixcommunity.org Installation:=============The header files for gtkhx should be copied to:/usr/include/gtkhx-0.1/The libgtkhx.so libray should be copied to:/usr/libThe pkg-config script should be copied to:/usr/lib/pkgconfig/gtkhx-0.1.pcQuestions:==========If you have any questions regarding GtkHX, contact the player developmentlist at dev@player.helixcommunity.org.Good luck!Ryan Gammon <rgammon@real.com>Oct. 31, 2003
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -