Home
last modified time | relevance | path

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

/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dpref_selection.c40 bshow_popup_title = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(check_popup_title)); in pref_end_selection()
221 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_popup_title), bshow_popup_title); in pref_start_selection()
H A Dpopup.c298 if(bshow_popup_title) { in create_popup_window()
326 if(bshow_popup_title){ in create_popup_window()
539 if(bshow_popup_title){ in show_popup()
H A Dglobal.h61 global gint bshow_popup_title; variable
H A Dpreference.c136 bshow_popup_title = 1;
H A Dpref_io.c63 {"show_popup_title", PREF_TYPE_BOOLEAN, &bshow_popup_title},