Added on_layout_changed event handler
This commit is contained in:
parent
98568c8669
commit
6d730ee3ae
2 changed files with 8 additions and 0 deletions
|
|
@ -263,6 +263,12 @@ TimelineHeaderContainer::on_remove(Widget*)
|
|||
// Do nothing - this is just to keep Gtk::Container happy
|
||||
}
|
||||
|
||||
void
|
||||
TimelineHeaderContainer::on_layout_changed()
|
||||
{
|
||||
layout_headers();
|
||||
}
|
||||
|
||||
bool
|
||||
TimelineHeaderContainer::on_expose_event(GdkEventExpose *event)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -129,6 +129,8 @@ private:
|
|||
/* ===== Events ===== */
|
||||
private:
|
||||
|
||||
void on_layout_changed();
|
||||
|
||||
/**
|
||||
* An event handler for when the window must be redrawn.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue