Searched refs:animate_button (Results 1 – 8 of 8) sorted by relevance
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/ |
H A D | gimpwarpoptions.c | 397 options->animate_button = gtk_button_new_with_label (_("Create Animation")); in gimp_warp_options_gui() 398 gtk_widget_set_sensitive (options->animate_button, FALSE); in gimp_warp_options_gui() 399 gtk_box_pack_start (GTK_BOX (vbox2), options->animate_button, in gimp_warp_options_gui() 401 gtk_widget_show (options->animate_button); in gimp_warp_options_gui() 403 g_object_add_weak_pointer (G_OBJECT (options->animate_button), in gimp_warp_options_gui() 404 (gpointer) &options->animate_button); in gimp_warp_options_gui()
|
H A D | gimpwarpoptions.h | 61 GtkWidget *animate_button; member
|
H A D | gimpwarptool.c | 887 if (options->animate_button) in gimp_warp_tool_start() 889 g_signal_connect_swapped (options->animate_button, "clicked", in gimp_warp_tool_start() 893 gtk_widget_set_sensitive (options->animate_button, TRUE); in gimp_warp_tool_start() 930 if (options->animate_button) in gimp_warp_tool_halt() 932 gtk_widget_set_sensitive (options->animate_button, FALSE); in gimp_warp_tool_halt() 934 g_signal_handlers_disconnect_by_func (options->animate_button, in gimp_warp_tool_halt()
|
/dports/x11/xapp/xapp-2.2.6/test-scripts/ |
H A D | xapp-gtk-window | 85 self.animate_button = Gtk.Button("Simulate progress over time") 86 self.animate_button.connect("clicked", self.on_animate_progress_clicked) 87 hbox.pack_start(self.animate_button, True, True, 4)
|
/dports/devel/py-urwid/urwid-2.1.2/docs/examples/ |
H A D | graph.py | 254 self.animate_button = self.button( "", self.on_animate_button) 255 self.on_animate_button( self.animate_button ) 259 self.animate_button,
|
/dports/devel/py-urwid/urwid-2.1.2/examples/ |
H A D | graph.py | 254 self.animate_button = self.button( "", self.on_animate_button) 255 self.on_animate_button( self.animate_button ) 259 self.animate_button,
|
/dports/games/sdlpop/SDLPoP-1.22/src/ |
H A D | seg007.c | 58 animate_button(); in animate_tile() 804 void __pascal far animate_button() { in animate_button() function
|
H A D | proto.h | 406 void __pascal far animate_button();
|