![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMainPageMachines; BtMainPageMachines * bt_main_page_machines_new (const BtEditApplication *app, const BtMainPages *pages); gboolean bt_main_page_machines_wire_volume_popup (const BtMainPageMachines *self, BtWire *wire, gint xpos, gint ypos); gboolean bt_main_page_machines_wire_panorama_popup (const BtMainPageMachines *self, BtWire *wire, gint xpos, gint ypos);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----BtMainPageMachines
BtMainPageMachines implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _BtMainPageMachines BtMainPageMachines;
the machines page for the editor application
BtMainPageMachines * bt_main_page_machines_new (const BtEditApplication *app, const BtMainPages *pages);
Create a new instance
|
the application the window belongs to |
|
the page collection |
Returns : |
the new instance or NULL in case of an error
|
gboolean bt_main_page_machines_wire_volume_popup (const BtMainPageMachines *self, BtWire *wire, gint xpos, gint ypos);
Activates the volume-popup for the given wire.
|
the machines page |
|
the wire to popup the volume control for |
|
the x-position for the popup |
|
the y-position for the popup |
Returns : |
TRUE for succes.
|
gboolean bt_main_page_machines_wire_panorama_popup (const BtMainPageMachines *self, BtWire *wire, gint xpos, gint ypos);
Activates the panorama-popup for the given wire.
|
the machines page |
|
the wire to popup the panorama control for |
|
the x-position for the popup |
|
the y-position for the popup |
Returns : |
TRUE for succes.
|
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the window belongs to.