Home
last modified time | relevance | path

Searched refs:spinw (Results 1 – 5 of 5) sorted by relevance

/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/plugins/
H A Ddesktopwidget.pm193 my $spinw=Gtk2::SpinButton->new($adjw,0,0);
204 [ Gtk2::Label->new(_"Minimum size"), $spinw, Gtk2::Label->new('x'), $spinh ],
/dports/games/dungeon/dungeon-3.2_1/
H A DACTORS.C125 vindex_1.spinw || prsvec_1.prsa == vindex_1.trntow ||
H A DVARS.H242 closew, findw, waitw, spinw, boardw, unboaw, takew, invenw, fillw, member
H A DNOBJS.C754 if (prsvec_1.prsa != vindex_1.spinw) {
/dports/cad/oregano/oregano-0.84.43/src/
H A Dschematic-view.c342 GtkSpinButton *spinw, *spinh; in export_cmd() local
357 spinw = GTK_SPIN_BUTTON (gtk_builder_get_object (builder, "export_width")); in export_cmd()
360 s, gtk_entry_get_text (file), gtk_spin_button_get_value_as_int (spinw), in export_cmd()