Searched refs:Boolean (Results 1 - 25 of 122) sorted by relevance

12345

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ViewportP.h50 Boolean forcebars; /* Whether we should always display */
52 Boolean allowhoriz; /* Whether we allow horizontal scrollbars. */
53 Boolean allowvert; /* Whether we allow vertical scrollbars. */
54 Boolean usebottom; /* True iff horiz bars appear at bottom. */
55 Boolean useright; /* True iff vert bars appear at right. */
73 Boolean reparented; /* True if child has been re-parented */
H A DXaw3_1PanedP.h73 Boolean allow_resize; /* TRUE iff child resize requests are ok */
74 Boolean show_grip; /* TRUE iff child will have grip below it,
76 Boolean skip_adjust; /* TRUE iff child's height should not be */
82 Boolean resize_to_pref; /* resize this pane to its preferred size
89 Boolean paned_adjusted_me; /* Has the vpaned adjusted this widget w/o
117 Boolean refiguremode; /* Whether to refigure changes
141 Boolean recursively_called; /* for ChangeManaged */
142 Boolean resize_children_to_pref; /* override constrain resources
H A DXaw3_1SimpleP.h35 Boolean (*change_sensitive)(/* widget */);
38 #define XtInheritChangeSensitive ((Boolean (*)())_XtInherit)
H A DXaw3_1AsciiSrcP.h102 Boolean data_compression; /* compress to minimum memory automatically
106 Boolean use_string_in_place; /* Use the string passed in place. */
115 Boolean is_tempfile; /* Is this a temporary file? */
116 Boolean changes; /* Has this file been edited? */
117 Boolean allocated_string; /* Have I allocated the
H A DXaw3_1FormP.h40 #define XtInheritLayout ((Boolean (*)())_XtInherit)
43 Boolean (*layout)(/* FormWidget, Dimension, Dimension */);
73 Boolean needs_relayout; /* next time no_refigure == 0 */
74 Boolean resize_in_layout; /* should layout() do geom request? */
95 Boolean allow_resize; /* TRUE if child may request resize */
H A DXaw3_1MailboxP.h36 Boolean reverseVideo; /* do reverse video? */
37 Boolean flipit; /* do flip of full pixmap */
39 Boolean once_only; /* ring bell only once on new mail */
44 Boolean flag_up; /* is the flag up? */
51 Boolean shapeit; /* do shape extension */
H A DXaw3_1AsciiSrc.h106 Boolean XawAsciiSave(/* w */);
118 Boolean XawAsciiSaveAsFile(/* w, name */);
127 * Returns: a Boolean (see description).
130 Boolean XawAsciiSourceChanged(/* w */);
H A DXaw3_1ClockP.h54 Boolean reverse_video;
55 Boolean chime;
56 Boolean beeped;
57 Boolean analog;
58 Boolean show_second_hand;
H A DXaw3_1AsciiSinkP.h70 Boolean echo;
71 Boolean display_nonprinting;
H A DXaw3_1LogoP.h28 Boolean reverse_video;
H A DXaw3_1SimpleMenP.h78 Boolean menu_on_screen; /* Force the menus to be fully on the screen.*/
83 Boolean recursive_set_values; /* contain a possible infinite loop. */
85 Boolean menu_width; /* If true then force width to remain
87 Boolean menu_height; /* Just like menu_width, but for height. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewportP.h74 Boolean forcebars; /* Whether we should always display */
76 Boolean allowhoriz; /* Whether we allow horizontal scrollbars. */
77 Boolean allowvert; /* Whether we allow vertical scrollbars. */
78 Boolean usebottom; /* True iff horiz bars appear at bottom. */
79 Boolean useright; /* True iff vert bars appear at right. */
98 Boolean reparented; /* True if child has been re-parented */
H A DSimpleP.h58 Boolean (*change_sensitive)(/* widget */);
61 #define XtInheritChangeSensitive ((Boolean (*)())_XtInherit)
77 Boolean international;
H A DPanedP.h96 Boolean allow_resize; /* TRUE iff child resize requests are ok */
97 Boolean show_grip; /* TRUE iff child will have grip below it,
99 Boolean skip_adjust; /* TRUE iff child's height should not be */
105 Boolean resize_to_pref; /* resize this pane to its preferred size
112 Boolean paned_adjusted_me; /* Has the vpaned adjusted this widget w/o
140 Boolean refiguremode; /* Whether to refigure changes
164 Boolean recursively_called; /* for ChangeManaged */
165 Boolean resize_children_to_pref; /* override constrain resources
H A DAsciiSrcP.h134 Boolean data_compression; /* compress to minimum memory automatically
138 Boolean use_string_in_place; /* Use the string passed in place. */
147 Boolean is_tempfile; /* Is this a temporary file? */
148 Boolean changes; /* Has this file been edited? */
149 Boolean allocated_string; /* Have I allocated the
H A DFormP.h61 #define XtInheritLayout ((Boolean (*)())_XtInherit)
64 Boolean (*layout)(/* FormWidget, Dimension, Dimension */);
94 Boolean needs_relayout; /* next time no_refigure == 0 */
95 Boolean resize_in_layout; /* should layout() do geom request? */
97 Boolean resize_is_no_op; /* Causes resize to take not action. */
117 Boolean allow_resize; /* TRUE if child may request resize */
136 Boolean deferred_resize; /* was resized while no_refigure is set */
H A DAsciiSrc.h56 dataCompression DataCompression Boolean True
61 useStringInPlace UseStringInPlace Boolean False
127 extern Boolean XawAsciiSave(
140 extern Boolean XawAsciiSaveAsFile(
150 * Returns: a Boolean (see description).
153 extern Boolean XawAsciiSourceChanged(
H A DSimpleMenP.h76 Boolean menu_on_screen; /* Force the menus to be fully on the screen.*/
81 Boolean recursive_set_values; /* contain a possible infinite loop. */
83 Boolean menu_width; /* If true then force width to remain
85 Boolean menu_height; /* Just like menu_width, but for height. */
H A DMultiSrc.h71 dataCompression DataCompression Boolean True
76 useStringInPlace UseStringInPlace Boolean False
134 extern Boolean _XawMultiSave(
140 extern Boolean _XawMultiSaveAsFile(
H A DPannerP.h49 Boolean allow_off; /* allowOff/AllowOff */
50 Boolean resize_to_pref; /* resizeToPreferred/Boolean */
69 Boolean rubber_band; /* true = rubber band, false = move */
71 Boolean doing; /* tmp graphics in progress */
72 Boolean showing; /* true if tmp graphics displayed */
79 Boolean shadow_valid; /* true if rects are valid */
H A DMultiSrcP.h163 Boolean data_compression; /* compress to minimum memory automatically
167 Boolean use_string_in_place; /* Use the string passed in place. */
172 Boolean is_tempfile; /* Is this a temporary file? */
173 Boolean changes; /* Has this file been edited? */
174 Boolean allocated_string; /* Have I allocated the
H A DAsciiSinkP.h95 Boolean echo;
96 Boolean display_nonprinting;
H A DMultiSinkP.h116 Boolean echo;
117 Boolean display_nonprinting;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DColorSBP.h73 Boolean palette_color_dependent[PALETTE_MAX];
74 Boolean palette_broken[PALETTE_MAX];
99 Boolean static_visual;
100 Boolean no_background;
101 Boolean palette_pixmap_valid;
130 Boolean *dock_used;
131 Boolean dock_changed;
135 Boolean eyedrop_grabbed;
153 typedef Boolean (*CSBSetColorProc) (Widget w, CSBColorSpace space, double c1,
H A DFontSBP.h75 Boolean resident;
76 Boolean temp_resident;
80 Boolean in_font_creator;
104 Boolean use_font_name;
105 Boolean font_name_multiple;
106 Boolean font_family_multiple;
107 Boolean font_face_multiple;
108 Boolean font_size_multiple;
109 Boolean get_server_fonts;
110 Boolean get_af
[all...]

Completed in 30 milliseconds

12345