Home
last modified time | relevance | path

Searched refs:filesel (Results 1 – 25 of 1177) sorted by last modified time

12345678910>>...48

/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dpath.c250 static GtkWidget *filesel = NULL; in open_dirbrowser() local
253 if (!filesel) in open_dirbrowser()
260 filesel = gtk_file_selection_new (_("Choose directory")); in open_dirbrowser()
261 fs = GTK_FILE_SELECTION (filesel); in open_dirbrowser()
265 gtk_signal_connect (GTK_OBJECT (filesel), "destroy", in open_dirbrowser()
267 &filesel); in open_dirbrowser()
274 GTK_OBJECT (filesel)); in open_dirbrowser()
277 GTK_OBJECT (filesel)); in open_dirbrowser()
295 if (!GTK_WIDGET_VISIBLE (filesel)) in open_dirbrowser()
296 gtk_widget_show (filesel); in open_dirbrowser()
[all …]
H A Dmenu.c580 static GtkWidget *filesel = NULL; in load_file() local
582 if (!filesel) in load_file()
586 filesel = gtk_file_selection_new (_("Open a style, theme, or" in load_file()
588 fs = GTK_FILE_SELECTION (filesel); in load_file()
591 gtk_signal_connect (GTK_OBJECT (filesel), "destroy", in load_file()
593 &filesel); in load_file()
599 GTK_OBJECT (filesel)); in load_file()
602 GTK_OBJECT (filesel)); in load_file()
610 if (!GTK_WIDGET_VISIBLE (filesel)) in load_file()
611 gtk_widget_show (filesel); in load_file()
[all …]
H A Dtexture.c110 set_pixmap (GtkWidget *widget, gpointer filesel);
2606 static GtkWidget *filesel = NULL; in file_selection() local
2608 if (!filesel) in file_selection()
2622 &filesel); in file_selection()
2625 (gpointer) filesel); in file_selection()
2628 GTK_OBJECT (filesel)); in file_selection()
2631 GTK_OBJECT (filesel)); in file_selection()
2719 change_path, filesel); in file_selection()
2725 if (!GTK_WIDGET_VISIBLE (filesel)) in file_selection()
2726 gtk_widget_show (filesel); in file_selection()
[all …]
H A Drootmenu.c1800 if (!filesel) in open_filebrowser()
1816 (gpointer) filesel); in open_filebrowser()
1819 GTK_OBJECT (filesel)); in open_filebrowser()
1822 GTK_OBJECT (filesel)); in open_filebrowser()
2144 if (!filesel) in open_dirbrowser()
2161 (gpointer) filesel); in open_dirbrowser()
2164 GTK_OBJECT (filesel)); in open_dirbrowser()
2167 GTK_OBJECT (filesel)); in open_dirbrowser()
2408 if (!filesel) in use_wmaker_menu()
2424 (gpointer) filesel); in use_wmaker_menu()
[all …]
H A Dthemebrowser.c3083 static GtkWidget *filesel = NULL; in open_theme_browser() local
3085 if (!filesel) in open_theme_browser()
3090 filesel = gtk_file_selection_new (_("Choose themes to install")); in open_theme_browser()
3091 fs = GTK_FILE_SELECTION (filesel); in open_theme_browser()
3098 GTK_OBJECT (filesel)); in open_theme_browser()
3101 gtk_object_set_user_data (GTK_OBJECT (fs->ok_button), filesel); in open_theme_browser()
3105 GTK_OBJECT (filesel)); in open_theme_browser()
3108 GTK_OBJECT (filesel)); in open_theme_browser()
3111 if (GTK_WIDGET_VISIBLE (filesel)) in open_theme_browser()
3112 gtk_widget_hide (filesel); in open_theme_browser()
[all …]
/dports/x11-wm/emerald/emerald-0.8.8/themer/
H A Dmain.c725 GtkWidget * filesel; in layout_button_box() local
733 filesel=gtk_file_chooser_button_new(g_strdup_printf("%s Button Pixmap",b_names[b_t]), in layout_button_box()
735 table_append(filesel,FALSE); in layout_button_box()
739 gtk_file_chooser_add_filter(GTK_FILE_CHOOSER(filesel),imgfilter); in layout_button_box()
743 item = register_img_file_setting(filesel,"buttons",b_types[b_t],GTK_IMAGE(image)); in layout_button_box()
1092 GtkWidget * filesel; in layout_screenshot_frame() local
1113 filesel=gtk_file_chooser_button_new(_("Screenshot"), in layout_screenshot_frame()
1115 gtk_box_pack_startC(hbox,filesel,TRUE,TRUE,0); in layout_screenshot_frame()
1119 gtk_file_chooser_add_filter(GTK_FILE_CHOOSER(filesel),imgfilter); in layout_screenshot_frame()
1121 item = register_img_file_setting(filesel,"theme","screenshot",GTK_IMAGE(image)); in layout_screenshot_frame()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DMakefile.in506 examples/eventbox/eventbox.c examples/filesel/Makefile \
507 examples/filesel/filesel.c examples/gtkdial/Makefile \
/dports/x11-toolkits/gtk20/gtk+-2.24.33/docs/tutorial/
H A DMakefile.in369 images/eventbox.png images/filesel.png images/fixed.png \
/dports/x11/apwal/apwal/src/
H A DMakefile14 apwalapp.o iconsel_interface.o filesel.o xmlrc.o iconlist.o log.o about.o \
18 iconsel_private.h filesel.h xmlrc.h common.h iconlist.h log.h about.h \
/dports/sysutils/dirdiff/dirdiff-2.1/
H A Ddirdiff4499 set filesel $selfile
4535 set i [itemofname $filesel]
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/GUI/
H A Dgtkimhtml.c3168 im_image->filesel = NULL; in gtk_imhtml_image_new()
3216 gtk_widget_destroy(image->filesel); in image_save_yes_cb()
3217 image->filesel = NULL; in image_save_yes_cb()
3301 image->filesel = NULL;
3349 gtk_widget_destroy(image->filesel);
3350 image->filesel = NULL;
3357 if (image->filesel != NULL) {
3358 gtk_window_present(GTK_WINDOW(image->filesel));
3386 gtk_widget_show(image->filesel);
3435 if (image->filesel)
[all …]
/dports/net/tcpview/tcpview-1.0/
H A Dcallbacks.c297 static Widget filesel; variable
304 XtUnmanageChild(filesel);
331 filesel = XmCreateFileSelectionDialog( widget,"",args,n);
332 XtAddCallback(filesel, XmNokCallback, file_callback, 0);
333 XtAddCallback(filesel, XmNcancelCallback, cancel_callback, 0);
334 help = XmFileSelectionBoxGetChild(filesel,XmDIALOG_HELP_BUTTON);
336 XtManageChild( filesel );
/dports/misc/estic/estic-1.61_10/spunk/make/
H A Dfreebsd.mak69 filesel.o \
H A Dfreebsd-x.mak70 filesel.o \
/dports/mail/claws-mail/claws-mail-3.18.0/src/gtk/
H A DMakefile.in121 combobox.c description_window.c filesel.c w32_filesel.c \
128 @OS_WIN32_FALSE@am__objects_1 = filesel.lo
161 ./$(DEPDIR)/description_window.Plo ./$(DEPDIR)/filesel.Plo \
515 @OS_WIN32_FALSE@arch_sources = filesel.c
555 filesel.h \
H A DMakefile.am17 arch_sources = filesel.c
58 filesel.h \
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A DMakefile.in169 filesel.$(OBJEXT) foldersel.$(OBJEXT) statusbar.$(OBJEXT) \
552 filesel.c filesel.h \
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/
H A DMakefile.am2 libutils_a_SOURCES = utils.c config_rc_file.c config_dialog.c filesel.c \
4 config_dialog.h config_rc_file.h filesel.h menus_n_tools.h utils.h \
H A DMakefile.in56 config_dialog.$(OBJEXT) filesel.$(OBJEXT) writepng.$(OBJEXT) \
197 libutils_a_SOURCES = utils.c config_rc_file.c config_dialog.c filesel.c \
199 config_dialog.h config_rc_file.h filesel.h menus_n_tools.h utils.h \
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesel.Po@am__quote@
/dports/graphics/opendx/dx-4.4.4/html/images/
H A DMakefile.am9 dxicon8.gif example1.gif excutgrp.gif exticon.gif filesel.gif \
H A DMakefile.in212 dxicon8.gif example1.gif excutgrp.gif exticon.gif filesel.gif \
/dports/graphics/opendx/dx-4.4.4/help/
H A Dspots893 filesel dxall848
/dports/graphics/grafx2/grafx2/src/
H A DMakefile812 readline.o engine.o filesel.o fileseltools.o \
/dports/games/abuse_sdl/abuse-0.8/src/imlib/
H A DMakefile.in57 filesel.$(OBJEXT) tools.$(OBJEXT) guistat.$(OBJEXT) \
227 filesel.cpp filesel.h \
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filesel.Po@am__quote@
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda-ui/data-entries/plugins/
H A DMakefile.in147 gdaui-data-cell-renderer-pict.h gdaui-entry-filesel.h \
154 gdaui-entry-filesel.c gdaui-entry-cidr.c gdaui-entry-format.c \
164 gdaui-entry-filesel.lo gdaui-entry-cidr.lo \
197 ./$(DEPDIR)/gdaui-entry-filesel.Plo \

12345678910>>...48