BtMachineMenu

BtMachineMenu — class for the machine selection popup menu

Synopsis

#include "bt-edit.h"

                    BtMachineMenu;
BtMachineMenu *     bt_machine_menu_new                 (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkMenuShell
                                 +----GtkMenu
                                       +----BtMachineMenu

Implemented Interfaces

BtMachineMenu implements AtkImplementorIface and GtkBuildable.

Description

Builds a hierachical menu with usable machines from the GStreamer registry.

Details

BtMachineMenu

typedef struct _BtMachineMenu BtMachineMenu;

the machine selection sub-menu for the canvas page context menu


bt_machine_menu_new ()

BtMachineMenu *     bt_machine_menu_new                 (void);

Create a new instance

Returns :

the new instance