Home
last modified time | relevance | path

Searched refs:b_update (Results 1 – 21 of 21) sorted by relevance

/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/gtk/
H A Dgensetup.c394 GtkWidget *b_update; in SQLGetCursorNameA()
549 gtk_widget_set_name (b_update, "b_update");
550 gtk_widget_show (b_update);
555 gtk_widget_set_sensitive(b_update, FALSE);
643 GLADE_HOOKUP_OBJECT (gensetup, b_update, "b_update");
680 gensetup_t.bupdate = b_update;
727 GtkWidget *b_update;
856 gtk_widget_set_name (b_update, "b_update");
857 gtk_widget_show (b_update);
862 gtk_widget_set_sensitive(b_update, FALSE);
[all …]
H A Ddriversetup.c528 GtkWidget *b_update; in create_driversetup() local
735 b_update = gtk_button_new_with_mnemonic (_("_Update")); in create_driversetup()
736 gtk_widget_set_name (b_update, "b_update"); in create_driversetup()
737 gtk_widget_show (b_update); in create_driversetup()
738 gtk_table_attach (GTK_TABLE (table7), b_update, 2, 3, 1, 2, in create_driversetup()
788 GLADE_HOOKUP_OBJECT (driversetup, b_update, "b_update"); in create_driversetup()
803 gtk_signal_connect (GTK_OBJECT (b_update), "clicked", in create_driversetup()
824 driversetup_t.bupdate = b_update; in create_driversetup()
/dports/databases/libiodbc/iODBC-3.52.15/drvproxy/gtk/
H A Dgensetup.c388 GtkWidget *b_update; in create_gensetup() local
561 b_update = gtk_button_new_with_mnemonic (_(" _Update ")); in create_gensetup()
562 gtk_widget_set_name (b_update, "b_update"); in create_gensetup()
563 gtk_widget_show (b_update); in create_gensetup()
564 gtk_table_attach (GTK_TABLE (table10), b_update, 2, 3, 1, 2, in create_gensetup()
567 gtk_container_set_border_width (GTK_CONTAINER (b_update), 6); in create_gensetup()
634 GLADE_HOOKUP_OBJECT (dgensetup, b_update, "b_update"); in create_gensetup()
652 gtk_signal_connect (GTK_OBJECT (b_update), "clicked", in create_gensetup()
668 gensetup_t.bupdate = b_update; in create_gensetup()
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dpodcast.c101 bool b_update; member
140 p_sys->b_update = true; in Open()
222 while( !p_sys->b_update ) in Run()
238 p_sys->b_update = false; in Run()
270 p_sys->b_update = true; in UrlsChange()
289 p_sys->b_update = true; in Request()
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_sync.cpp134 BL::Depsgraph::updates_iterator b_update; in sync_recalc() local
135 for (b_depsgraph.updates.begin(b_update); b_update != b_depsgraph.updates.end(); ++b_update) { in sync_recalc()
136 BL::ID b_id(b_update->id()); in sync_recalc()
154 if (b_ob.is_instancer() && b_update->is_updated_shading()) { in sync_recalc()
160 const bool updated_geometry = b_update->is_updated_geometry(); in sync_recalc()
164 if (b_update->is_updated_transform() || b_update->is_updated_shading()) { in sync_recalc()
184 if (b_update->is_updated_transform() || b_update->is_updated_shading()) { in sync_recalc()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dzvbi.c159 bool b_update; member
224 p_sys->b_update = false; in Open()
390 if( i_wanted_page == p_sys->i_last_page && !p_sys->b_update ) in Decode()
406 p_sys->b_update = true; in Decode()
413 p_sys->b_update = false; in Decode()
590 p_sys->b_update = true; in EventHandler()
741 p_sys->b_update = true; in Opaque()
772 p_sys->b_update = true; in EventKey()
H A Dtelx.c442 bool b_update = false; in Decode() local
559 b_update = true; in Decode()
591 b_update = true; in Decode()
646 if ( !b_update ) in Decode()
/dports/emulators/kcemu/KCemu-0.5.1/src/ui/gtk/
H A Dinfo.cc545 _w.b_update = gtk_button_new_with_label(_("Update")); in init()
546 gtk_container_add(GTK_CONTAINER(_w.bbox), _w.b_update); in init()
547 gtk_signal_connect(GTK_OBJECT(_w.b_update), "clicked", in init()
549 GTK_WIDGET_SET_FLAGS(_w.b_update, GTK_CAN_DEFAULT); in init()
550 gtk_widget_show(_w.b_update); in init()
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/libs/
H A Ddialog.c651 p_widget->b_update = true; in vlclua_widget_set_text()
759 p_widget->b_update = true; in vlclua_widget_add_value()
829 p_widget->b_update = true; in vlclua_widget_clear()
899 p_widget->b_update = true; in vlclua_widget_set_checked()
927 p_widget->b_update = true; in vlclua_widget_animate()
955 p_widget->b_update = true; in vlclua_widget_stop()
/dports/multimedia/vlc/vlc-3.0.16/modules/control/
H A Doldrc.c1213 bool b_update = true; in Playlist() local
1221 b_update = false; in Playlist()
1225 if ( b_update ) in Playlist()
1234 bool b_update = true; in Playlist() local
1242 b_update = false; in Playlist()
1246 if ( b_update ) in Playlist()
1255 bool b_update = true; in Playlist() local
1263 b_update = false; in Playlist()
1267 if ( b_update ) in Playlist()
/dports/emulators/kcemu/KCemu-0.5.1/include/ui/gtk/
H A Dinfo.h43 GtkWidget *b_update; member
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dduplicate.c1129 GtkWidget *b1, *b_update; in draw_info_menu() local
1199 b_update = gtk_button_new_with_label(_("Update")); in draw_info_menu()
1201 gtk_widget_show(b_update); in draw_info_menu()
1202 gtk_signal_connect(GTK_OBJECT(b_update), "clicked", in draw_info_menu()
1311 gtk_button_clicked(GTK_BUTTON(b_update)); in draw_info_menu()
1711 GtkWidget *b1, *b_update; in draw_read_menu() local
1771 b_update = gtk_button_new_with_label(_("Update")); in draw_read_menu()
1773 gtk_widget_show(b_update); in draw_read_menu()
2212 GtkWidget *b1, *b_update; in draw_verify_menu() local
2273 b_update = gtk_button_new_with_label(_("Update")); in draw_verify_menu()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dextensions.cpp513 p_widget->b_update = false; in UpdateWidgets()
516 && p_widget->b_update ) in UpdateWidgets()
533 p_widget->b_update = false; in UpdateWidgets()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_extensions.h304 bool b_update; ///< Update this widget member
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Den50221.c2180 bool b_update = false; in en50221_SetCAPMT() local
2189 b_update = true; in en50221_SetCAPMT()
2207 if ( !b_update && b_needs_descrambling ) in en50221_SetCAPMT()
2219 if ( b_update || b_needs_descrambling ) in en50221_SetCAPMT()
2226 if ( b_update && b_needs_descrambling ) in en50221_SetCAPMT()
2228 else if ( b_update ) in en50221_SetCAPMT()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCExtensionsDialogProvider.m384 BOOL update = widget->b_update;
416 widget->b_update = false;
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Des_out.c194 static void EsUnselect( es_out_t *out, es_out_id_t *es, bool b_update );
1817 static void EsUnselect( es_out_t *out, es_out_id_t *es, bool b_update ) in EsUnselect() argument
1844 if( !b_update ) in EsUnselect()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp12432 bool b_update = false; in UpdateAISTBTool() local
12446 if( 0 == g_nAIS_activity_timer ) b_update = true; in UpdateAISTBTool()
12458 if( ( m_toolBar->m_tblastAISiconName != iconName ) ) b_update = true; in UpdateAISTBTool()
12460 if( b_update && m_toolBar->GetToolbar()) { in UpdateAISTBTool()
12477 bool b_update = false; in UpdateGPSCompassStatusBox() local
12507 b_update = true; in UpdateGPSCompassStatusBox()
12519 m_Compass->UpdateStatus( b_force_new | b_update ); in UpdateGPSCompassStatusBox()
12521 if( b_force_new | b_update ) in UpdateGPSCompassStatusBox()
/dports/irc/quassel/quassel-0.14-rc2/data/scripts/
H A Dinxi78 my ($b_sysctl_disk,$b_update,$b_weather) = (1,1,1);
1032 if ($key eq 'ALLOW_UPDATE' || $key eq 'B_ALLOW_UPDATE') {$b_update = int($val)}
4013 if ( $b_update ){
4359 if ( $b_update ){
4395 if ( $b_update ){
4405 if ( $b_update ){
/dports/irc/quassel-core/quassel-0.14-rc2/data/scripts/
H A Dinxi78 my ($b_sysctl_disk,$b_update,$b_weather) = (1,1,1);
1032 if ($key eq 'ALLOW_UPDATE' || $key eq 'B_ALLOW_UPDATE') {$b_update = int($val)}
4013 if ( $b_update ){
4359 if ( $b_update ){
4395 if ( $b_update ){
4405 if ( $b_update ){
/dports/sysutils/inxi/inxi-3.3.08-1/
H A Dinxi5097 my $b_update;
5101 $b_update = 1;
5105 $b_update = 1;
5111 $b_update = 1;
5113 OpenBSD::Pledge::pledge(@pledges) if $b_update;