|
|
// Store these for future reference | // Store these for future reference |
this->menu = menu; | this->menu = menu; |
this->container = container; | this->container = container; |
|
this->selected_filter = 0; |
| |
// Add the filters to the menu | // Add the filters to the menu |
GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); | GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); |
|
|
// Store these for future reference | // Store these for future reference |
this->menu = menu; | this->menu = menu; |
this->container = container; | this->container = container; |
|
this->selected_transition = 0; |
| |
// Add the transitions to the menu | // Add the transitions to the menu |
GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); | GtkMenu *menu_new = GTK_MENU( gtk_menu_new( ) ); |