Home
last modified time | relevance | path

Searched refs:label114 (Results 1 – 15 of 15) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dinterface.c54 GtkWidget *label114; in create_converterdlg() local
170 label114 = gtk_label_new (_("DSP preset:")); in create_converterdlg()
171 gtk_widget_show (label114); in create_converterdlg()
172 gtk_box_pack_start (GTK_BOX (hbox86), label114, FALSE, FALSE, 0); in create_converterdlg()
306 GLADE_HOOKUP_OBJECT (converterdlg, label114, "label114"); in create_converterdlg()
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dinterface.c1549 GtkWidget *label114; in create_quitDialog() local
1618label114 = gtk_label_new (_("<i>Can't find a <span font_desc=\"courier\">v_sim.par</span> file wit… in create_quitDialog()
1619 gtk_widget_show (label114); in create_quitDialog()
1620 gtk_box_pack_start (GTK_BOX (hboxWarning), label114, FALSE, FALSE, 0); in create_quitDialog()
1621 gtk_label_set_use_markup (GTK_LABEL (label114), TRUE); in create_quitDialog()
1622 gtk_label_set_justify (GTK_LABEL (label114), GTK_JUSTIFY_FILL); in create_quitDialog()
1623 gtk_label_set_line_wrap (GTK_LABEL (label114), TRUE); in create_quitDialog()
1674 GLADE_HOOKUP_OBJECT (quitDialog, label114, "label114"); in create_quitDialog()
/dports/games/euchre/euchre-0.8/src/gui/
H A Dinterface.c1060 GtkWidget *label114; in create_Preferences() local
1693 label114 = gtk_label_new (""); in create_Preferences()
1694 gtk_widget_ref (label114); in create_Preferences()
1695 gtk_object_set_data_full (GTK_OBJECT (Preferences), "label114", label114, in create_Preferences()
1697 gtk_widget_show (label114); in create_Preferences()
1698 gtk_table_attach (GTK_TABLE (table16), label114, 0, 1, 0, 1, in create_Preferences()
1701 gtk_misc_set_alignment (GTK_MISC (label114), 0, 0.5); in create_Preferences()
/dports/databases/libiodbc/iODBC-3.52.15/iodbcadm/gtk/
H A Ddsnchooser.c1675 GtkWidget *label114;
2079label114 = gtk_label_new (_("An ODBC System data source stores information about to connect to\nth…
2080 gtk_widget_set_name (label114, "label114");
2081 gtk_widget_show (label114);
2082 gtk_box_pack_start (GTK_BOX (hbox39), label114, FALSE, TRUE, 0);
2083 gtk_label_set_justify (GTK_LABEL (label114), GTK_JUSTIFY_FILL);
2421 GLADE_HOOKUP_OBJECT (dsnchooser, label114, "label114");
/dports/devel/emscripten/emscripten-2.0.3/tests/nbody-java/
H A Djava_nio_charset_CharsetDecoder.c647 if (_r1.o != _r2.o) goto label114; in java_nio_charset_CharsetDecoder_decode___java_nio_ByteBuffer_java_nio_CharBuffer_boolean()
660 label114:; in java_nio_charset_CharsetDecoder_decode___java_nio_ByteBuffer_java_nio_CharBuffer_boolean()
H A Djava_lang_Class.c964 if (_r0.i == _r4.i) goto label114; in java_lang_Class_getResource___java_lang_String()
990 label114:; in java_lang_Class_getResource___java_lang_String()
H A Djava_util_WeakHashMap.c1052 if (_r0.i <= _r2.i) goto label114; in java_util_WeakHashMap_put___java_lang_Object_java_lang_Object()
1132 label114:; in java_util_WeakHashMap_put___java_lang_Object_java_lang_Object()
H A Dorg_apache_harmony_luni_util_NumberConverter.c670 label114:; in org_apache_harmony_luni_util_NumberConverter_convertF___float()
730 goto label114; in org_apache_harmony_luni_util_NumberConverter_convertF___float()
H A Djava_nio_charset_Charset.c936 label114:; in java_nio_charset_Charset_loadConfiguredCharsets___java_net_URL_java_lang_ClassLoader_java_util_TreeMap()
1397 label114:; in java_nio_charset_Charset_searchConfiguredCharsets___java_lang_String_java_lang_ClassLoader_java_net_URL()
H A Djava_net_InetAddress.c1400 label114:; in java_net_InetAddress_lookupHostByName___java_lang_String()
/dports/sysutils/gtk-imonc/gtk-imonc-0.6.4.1/src/
H A Dinterface.c3253 GtkWidget *label114; in create_new_call_dialog() local
3295 label114 = gtk_label_new (_("Time:")); in create_new_call_dialog()
3296 gtk_widget_set_name (label114, "label114"); in create_new_call_dialog()
3297 gtk_widget_show (label114); in create_new_call_dialog()
3298 gtk_table_attach (GTK_TABLE (table6), label114, 0, 1, 1, 2, in create_new_call_dialog()
3301 gtk_label_set_justify (GTK_LABEL (label114), GTK_JUSTIFY_CENTER); in create_new_call_dialog()
3302 gtk_misc_set_alignment (GTK_MISC (label114), 0, 0.5); in create_new_call_dialog()
3378 GLADE_HOOKUP_OBJECT (new_call_dialog, label114, "label114"); in create_new_call_dialog()
/dports/emulators/hugo/hugo-2.12/
H A Dinterface.c1633 GtkWidget *label114; in create_window_input_settings() local
2682 label114 = gtk_label_new ("Horizontal Axis : "); in create_window_input_settings()
2683 gtk_widget_show (label114); in create_window_input_settings()
2684 gtk_table_attach (GTK_TABLE (table13), label114, 0, 2, 0, 1, in create_window_input_settings()
2687 gtk_label_set_justify (GTK_LABEL (label114), GTK_JUSTIFY_RIGHT); in create_window_input_settings()
2688 gtk_misc_set_alignment (GTK_MISC (label114), 1, 0.5); in create_window_input_settings()
3530 GLADE_HOOKUP_OBJECT (window_input_settings, label114, "label114"); in create_window_input_settings()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c1552 GtkWidget *label114; in create_prefwin() local
1964 label114 = gtk_label_new (_("DSP Chain Preset")); in create_prefwin()
1965 gtk_widget_show (label114); in create_prefwin()
1966 gtk_box_pack_start (GTK_BOX (hbox86), label114, FALSE, FALSE, 0); in create_prefwin()
3220 GLADE_HOOKUP_OBJECT (prefwin, label114, "label114"); in create_prefwin()
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dinterface.c3271 GtkWidget *label114; in create_window_prefs() local
3726 label114 = gtk_label_new (_("dźwi�\231k:")); in create_window_prefs()
3727 gtk_widget_show (label114); in create_window_prefs()
3728 gtk_box_pack_start (GTK_BOX (hbox95), label114, FALSE, FALSE, 0); in create_window_prefs()
4078 GLADE_HOOKUP_OBJECT (window_prefs, label114, "label114"); in create_window_prefs()
/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c6292 GtkWidget *label114; in create_ground_command() local
6521 label114 = gtk_label_new (_("2nd Medium Parameters")); in create_ground_command()
6522 gtk_widget_show (label114); in create_ground_command()
6523 gtk_frame_set_label_widget (GTK_FRAME (ground_med2_frame), label114); in create_ground_command()
6524 gtk_misc_set_padding (GTK_MISC (label114), 4, 4); in create_ground_command()
6724 GLADE_HOOKUP_OBJECT (ground_command, label114, "label114"); in create_ground_command()