mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
Reloaded : Comment "Enable/Disable all keyframes" button.
there is no corresponding event
This commit is contained in:
@@ -10671,6 +10671,8 @@ YUV (current)</property>
|
|||||||
<property name="position">4</property>
|
<property name="position">4</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
<!-- there is no corresponding event in veejay for this -->
|
||||||
|
<!--
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkToggleButton" id="curve_toggleglobal">
|
<widget class="GtkToggleButton" id="curve_toggleglobal">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
@@ -10692,6 +10694,7 @@ YUV (current)</property>
|
|||||||
<property name="position">5</property>
|
<property name="position">5</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
-->
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkToggleButton" id="toggle_subrender">
|
<widget class="GtkToggleButton" id="toggle_subrender">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
|||||||
@@ -2470,10 +2470,11 @@ void on_kf_p15_toggled( GtkWidget *widget, gpointer user_data)
|
|||||||
if( is_button_toggled("kf_p15"))
|
if( is_button_toggled("kf_p15"))
|
||||||
kf_changed( 15 );
|
kf_changed( 15 );
|
||||||
}
|
}
|
||||||
|
/* Enable/Disable all keyframes : there is no correspoding event for this
|
||||||
void on_curve_toggleglobal_toggled(GtkWidget *widget, gpointer user_data)
|
void on_curve_toggleglobal_toggled(GtkWidget *widget, gpointer user_data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data)
|
void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data)
|
||||||
{
|
{
|
||||||
GtkWidget *n = glade_xml_get_widget_( info->main_window, "videobook" );
|
GtkWidget *n = glade_xml_get_widget_( info->main_window, "videobook" );
|
||||||
|
|||||||
Reference in New Issue
Block a user