Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <pane.h>
Public Member Functions | |
VPane () | |
Public Member Functions inherited from ArdourWidgets::Pane | |
Pane (bool horizontal) | |
~Pane () | |
void | set_divider (std::vector< float >::size_type divider, float fract) |
float | get_divider (std::vector< float >::size_type divider=0) const |
void | set_child_minsize (Gtk::Widget const &, int32_t) |
GType | child_type_vfunc () const |
void | set_drag_cursor (Gdk::Cursor) |
void | set_check_divider_position (bool) |
Additional Inherited Members | |
Public Types inherited from ArdourWidgets::Pane | |
typedef std::vector< std::shared_ptr< Child > > | Children |
Protected Member Functions inherited from ArdourWidgets::Pane | |
void | on_add (Gtk::Widget *) |
void | on_remove (Gtk::Widget *) |
void | on_size_request (GtkRequisition *) |
void | on_size_allocate (Gtk::Allocation &) |
bool | on_expose_event (GdkEventExpose *) |
bool | handle_press_event (GdkEventButton *, Divider *) |
bool | handle_release_event (GdkEventButton *, Divider *) |
bool | handle_motion_event (GdkEventMotion *, Divider *) |
bool | handle_enter_event (GdkEventCrossing *, Divider *) |
bool | handle_leave_event (GdkEventCrossing *, Divider *) |
void | forall_vfunc (gboolean include_internals, GtkCallback callback, gpointer callback_data) |
Protected Attributes inherited from ArdourWidgets::Pane | |
bool | horizontal |