/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_layout/ |
H A D | two_column_preferences.rpym | 34 style.prefs_left.xmaximum = 520 35 style.prefs_right.xmaximum = 250 45 style.prefs_slider.xmaximum = 400 48 style.prefs_volume_slider.xmaximum = 200
|
H A D | classic_preferences.rpym | 42 style.prefs_column.xmaximum = 200 50 style.prefs_slider.xmaximum = 160 55 style.prefs_column.xmaximum = 250 63 style.prefs_slider.xmaximum = 200
|
H A D | one_column_preferences.rpym | 42 style.prefs_slider.xmaximum = 200 45 style.prefs_volume_slider.xmaximum = 200
|
H A D | imagemap_load_save.rpym | 89 ui.fixed(xpos=x1, ypos=y1, xmaximum=x2-x1, ymaximum=y2-y1) 109 ui.fixed(xpos=x1, ypos=y1, xmaximum=x2-x1, ymaximum=y2-y1)
|
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/ |
H A D | Fl_Positioner.H | 72 double xmaximum() const {return xmax;} in xmaximum() function 74 void xmaximum(double a) {xbounds(xmin,a);} in xmaximum() function
|
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/ |
H A D | Fl_Positioner.H | 61 double xmaximum() const {return xmax;} in xmaximum() function 62 void xmaximum(double a) {xbounds(xmin,a);} in xmaximum() function
|
/dports/x11-toolkits/ntk/ntk/FL/ |
H A D | Fl_Positioner.H | 81 double xmaximum() const {return xmax;} in xmaximum() function 83 void xmaximum(double a) {xbounds(xmin,a);} in xmaximum() function
|
/dports/math/giacxcas/fltk-1.3.0/FL/ |
H A D | Fl_Positioner.H | 81 double xmaximum() const {return xmax;} in xmaximum() function 83 void xmaximum(double a) {xbounds(xmin,a);} in xmaximum() function
|
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_compat/ |
H A D | themes.rpym | 81 style.menu_choice_button.xmaximum = int(config.screen_width * 0.75) 172 # style.file_picker_frame.xmaximum = 450 278 style.prefs_column.xmaximum = frame_width 324 style.vbar.xmaximum = rrvslider_width 347 style.vscrollbar.xmaximum = 12 350 style.prefs_slider.xmaximum=widget_width 364 style.prefs_joystick.xmaximum = 600 482 style.launcher_text.xmaximum = 240 489 style.launcher_label.xmaximum = 240 495 style.launcher_input.xmaximum = 240
|
H A D | styles.rpym | 149 style.vbar.xmaximum = 22 170 style.vslider.xmaximum = 1 257 style.prefs_slider.xmaximum=200
|
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/ |
H A D | translations.rpy | 100 xmaximum ONEHALF 123 xmaximum ONEHALF 140 xmaximum ONEHALF 163 xmaximum ONEHALF 184 xmaximum ONEHALF 215 xmaximum ONEHALF
|
H A D | preferences.rpy | 87 xmaximum ONETHIRD 156 xmaximum ONETHIRD 220 xmaximum ONETHIRD
|
H A D | style.rpy | 401 Solid(SCROLLBAR_IDLE, xmaximum=8, xalign=0.5), 403 xmaximum = SCROLLBAR_SIZE) 405 Solid(SCROLLBAR_HOVER, xmaximum=8, xalign=0.5), 407 xmaximum = SCROLLBAR_SIZE) 408 xmaximum SCROLLBAR_SIZE
|
H A D | choose_theme.rpy | 396 style.pref_slider.xmaximum = 192 435 xmaximum 225 460 xmaximum 225
|
H A D | new_project.rpy | 130 xmaximum ONETHIRD 140 xmaximum TWOTHIRDS
|
H A D | distribute_gui.rpy | 166 xmaximum ONEHALF 204 xmaximum ONEHALF
|
H A D | ios.rpy | 242 xmaximum ONEHALF 326 xmaximum ONEHALF
|
H A D | web.rpy | 287 xmaximum ONEHALF 318 xmaximum ONEHALF
|
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/ |
H A D | 00themes.rpy | 249 style.vbar.xmaximum = 24 274 style.vslider.xmaximum = 24 467 style.vbar.xmaximum = 22 481 style.vslider.xmaximum = 22 495 style.vscrollbar.xmaximum = 22 639 style.vbar.xmaximum = 16 645 style.vslider.xmaximum = 16 653 style.vscrollbar.xmaximum = 16 1062 style.vbar.xmaximum = 27 1085 style.vslider.xmaximum = 27 [all …]
|
H A D | 00gltest.rpy | 87 xmaximum 0.48 156 xmaximum 0.48
|
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/ |
H A D | layout.py | 54 xmaximum = style.xmaximum 56 if (type(xmaximum) is float) and xmaximum and renpy.config.adjust_minimums: 57 xminimum = xminimum / xmaximum 327 rv = Fixed(xmaximum=width, ymaximum=height, xminimum=width, yminimum=height, **properties) 1204 xmaximum = self.style.xmaximum 1207 if type(xmaximum) is float: 1208 xmaximum = width 1278 if xmaximum is not None: 1279 width = min(width, xmaximum)
|
/dports/games/renpy/renpy-7.4.11-sdk/module/ |
H A D | generate_styles.py | 215 xmaximum=None, 271 xmaximum=1,
|
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_developer/ |
H A D | developer.rpym | 256 ui.bar(adjustment=adj, style='bar', xmaximum=200) 257 ui.bar(adjustment=adj, style='slider', xmaximum=200) 258 ui.bar(adjustment=adj, style='scrollbar', xmaximum=200) 270 ui.frame(style='menu_frame', xmaximum=0.95)
|
H A D | inspector.rpym | 59 xmaximum gui._scale(350)
|
/dports/graphics/gmt/gmt-6.3.0/src/seis/ |
H A D | sacio.h | 133 float xmaximum; /* maximum value of X (spectral files only) */ member
|