ges_timeline_text_overlay_set_font_desc
ges_timeline_text_overlay_set_valign
ges_timeline_text_overlay_set_halign
+ges_timeline_text_overlay_set_color
+ges_timeline_text_overlay_set_xpos
+ges_timeline_text_overlay_set_ypos
ges_timeline_text_overlay_get_text
ges_timeline_text_overlay_get_font_desc
ges_timeline_text_overlay_get_valignment
ges_timeline_text_overlay_get_halignment
+ges_timeline_text_overlay_get_color
+ges_timeline_text_overlay_get_xpos
+ges_timeline_text_overlay_get_ypos
<SUBSECTION Standard>
GESTimelineTextOverlayClass
GESTimelineTextOverlayPrivate
<TITLE>GESTrackTextOverlay</TITLE>
GESTrackTextOverlay
ges_track_text_overlay_new
+ges_track_text_overlay_set_text
ges_track_text_overlay_set_font_desc
ges_track_text_overlay_set_halignment
-ges_track_text_overlay_set_text
ges_track_text_overlay_set_valignment
+ges_track_text_overlay_set_color
+ges_track_text_overlay_set_xpos
+ges_track_text_overlay_set_ypos
+ges_track_text_overlay_get_text
ges_track_text_overlay_get_font_desc
ges_track_text_overlay_get_halignment
-ges_track_text_overlay_get_text
ges_track_text_overlay_get_valignment
+ges_track_text_overlay_get_color
+ges_track_text_overlay_get_xpos
+ges_track_text_overlay_get_ypos
<SUBSECTION Standard>
GESTrackTextOverlayClass
GESTrackTextOverlayPrivate
*
* Sets the color of the text.
*
+ * Since: 0.10.2
*/
void
ges_timeline_text_overlay_set_color (GESTimelineTextOverlay * self,
*
* Sets the horizontal position of the text.
*
+ * Since: 0.10.2
*/
void
ges_timeline_text_overlay_set_xpos (GESTimelineTextOverlay * self,
*
* Sets the vertical position of the text.
*
+ * Since: 0.10.2
*/
void
ges_timeline_text_overlay_set_ypos (GESTimelineTextOverlay * self,
* Get the color used by @source.
*
* Returns: The color used by @source.
+ *
+ * Since: 0.10.2
*/
const guint32
* Get the horizontal position used by @source.
*
* Returns: The horizontal position used by @source.
+ *
+ * Since: 0.10.2
*/
const gdouble
* Get the vertical position used by @source.
*
* Returns: The vertical position used by @source.
+ *
+ * Since: 0.10.2
*/
const gdouble
*
* Sets the color of the text.
*
+ * Since: 0.10.2
*/
void
ges_track_text_overlay_set_color (GESTrackTextOverlay * self, guint32 color)
*
* Sets the horizontal position of the text.
*
+ * Since: 0.10.2
*/
void
ges_track_text_overlay_set_xpos (GESTrackTextOverlay * self, gdouble position)
*
* Sets the vertical position of the text.
*
+ * Since: 0.10.2
*/
void
ges_track_text_overlay_set_ypos (GESTrackTextOverlay * self, gdouble position)
* Get the color used by @source.
*
* Returns: The color used by @source.
+ *
+ * Since: 0.10.2
*/
const guint32
ges_track_text_overlay_get_color (GESTrackTextOverlay * self)
* Get the horizontal position used by @source.
*
* Returns: The horizontal position used by @source.
+ *
+ * Since: 0.10.2
*/
const gdouble
ges_track_text_overlay_get_xpos (GESTrackTextOverlay * self)
* Get the vertical position used by @source.
*
* Returns: The vertical position used by @source.
+ *
+ * Since: 0.10.2
*/
const gdouble
ges_track_text_overlay_get_ypos (GESTrackTextOverlay * self)