Home
last modified time | relevance | path

Searched refs:status_bar (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/audio/ario/ario-1.6/src/widgets/
H A Dario-status-bar.c47 ario_status_bar_init (ArioStatusBar *status_bar) in ario_status_bar_init() argument
50 status_bar->priv = ARIO_STATUS_BAR_GET_PRIVATE (status_bar); in ario_status_bar_init()
51status_bar->priv->playlist_context_id = gtk_statusbar_get_context_id (GTK_STATUSBAR (status_bar), … in ario_status_bar_init()
58 ArioStatusBar *status_bar; in ario_status_bar_new() local
61 status_bar = g_object_new (TYPE_ARIO_STATUS_BAR, in ario_status_bar_new()
64 g_return_val_if_fail (status_bar->priv != NULL, NULL); in ario_status_bar_new()
70 status_bar, 0); in ario_status_bar_new()
74 status_bar, 0); in ario_status_bar_new()
75 return GTK_WIDGET (status_bar); in ario_status_bar_new()
106 gtk_statusbar_pop (GTK_STATUSBAR(status_bar), status_bar->priv->playlist_context_id); in ario_status_bar_playlist_changed_cb()
[all …]
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/action/
H A Dstatus_bar_manager.py33 status_bar = Any() variable in StatusBarManager
48 if self.status_bar is None:
51 self.status_bar.setVisible(self.visible)
58 return self.status_bar
62 if self.status_bar is not None:
63 self.status_bar.deleteLater()
64 self.status_bar = None
97 if self.status_bar is not None:
103 if self.status_bar is not None:
109 if self.status_bar is not None:
[all …]
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/action/
H A Dstatus_bar_manager.py32 status_bar = Any() variable in StatusBarManager
41 if self.status_bar is None:
42 self.status_bar = wx.StatusBar(parent)
43 self.status_bar._pyface_control = self
51 return self.status_bar
56 if self.status_bar is not None:
57 self.status_bar.Destroy()
58 self.status_bar._pyface_control = None
59 self.status_bar = None
98 if self.status_bar is not None:
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/riscos/gui/
H A Dstatus_bar.h28 struct status_bar;
31 void ro_gui_status_bar_destroy(struct status_bar *sb);
33 wimp_w ro_gui_status_bar_get_window(struct status_bar *sb);
34 unsigned int ro_gui_status_bar_get_width(struct status_bar *sb);
35 void ro_gui_status_bar_resize(struct status_bar *sb);
36 void ro_gui_status_bar_set_visible(struct status_bar *pb, bool visible);
37 bool ro_gui_status_bar_get_visible(struct status_bar *sb);
38 void ro_gui_status_bar_set_text(struct status_bar *sb, const char *text);
39 void ro_gui_status_bar_set_progress_value(struct status_bar *sb,
41 void ro_gui_status_bar_set_progress_range(struct status_bar *sb,
[all …]
H A Dstatus_bar.c48 struct status_bar { struct
120 struct status_bar *sb; in ro_gui_status_bar_create()
161 void ro_gui_status_bar_destroy(struct status_bar *sb) in ro_gui_status_bar_destroy()
188 wimp_w ro_gui_status_bar_get_window(struct status_bar *sb) in ro_gui_status_bar_get_window()
202 unsigned int ro_gui_status_bar_get_width(struct status_bar *sb) in ro_gui_status_bar_get_width()
240 bool ro_gui_status_bar_get_visible(struct status_bar *sb) in ro_gui_status_bar_get_visible()
301 void ro_gui_status_bar_set_progress_icon(struct status_bar *sb, in ro_gui_status_bar_set_progress_icon()
346 void ro_gui_status_bar_resize(struct status_bar *sb) in ro_gui_status_bar_resize()
446 struct status_bar *sb; in ro_gui_status_bar_redraw()
527 struct status_bar *sb = handle; in ro_gui_status_bar_redraw_callback()
[all …]
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dstatusbar.c58 werase(status_bar); in ui_sb_clear()
61 wnoutrefresh(status_bar); in ui_sb_clear()
90 checked_wmove(status_bar, 0, 0); in ui_sb_quick_msgf()
91 werase(status_bar); in ui_sb_quick_msgf()
93 wnoutrefresh(status_bar); in ui_sb_quick_msgf()
241 checked_wmove(status_bar, 0, 0); in status_bar_message()
254 werase(status_bar); in status_bar_message()
256 wprint(status_bar, out_msg); in status_bar_message()
260 checked_wmove(status_bar, in status_bar_message()
262 wclrtoeol(status_bar); in status_bar_message()
[all …]
/dports/devel/R-cran-cli/cli/R/
H A Dstatus-bar.R288 app$status_bar[[id]] <- list(
321 app$status_bar[[id]]$keep <- TRUE
325 app$status_bar[[id]]$keep <- TRUE
328 if (names(app$status_bar)[1] == id) {
330 if (app$status_bar[[id]]$keep) {
343 if (app$status_bar[[id]]$keep) {
355 app$status_bar[[id]] <- NULL
358 if (length(app$status_bar)) {
389 app$status_bar <- c(
390 app$status_bar[id],
[all …]
H A Dinternals.R66 if (signal && length(app$status_bar)) clii__clear_status_bar(app)
68 if (signal && length(app$status_bar)) {
69 app$cat(paste0(app$status_bar[[1]]$content, "\r"))
77 if (signal && length(app$status_bar)) clii__clear_status_bar(app)
80 if (signal && length(app$status_bar)) {
81 app$cat(paste0(app$status_bar[[1]]$content, "\r"))
/dports/emulators/fuse/fuse-1.6.0/ui/gtk/
H A Dstatusbar.c34 static GtkWidget *status_bar; variable
57 status_bar = gtk_box_new( GTK_ORIENTATION_HORIZONTAL, 5 ); in gtkstatusbar_create()
58 gtk_box_pack_start( parent, status_bar, FALSE, FALSE, 3 ); in gtkstatusbar_create()
88 gtk_box_pack_end( GTK_BOX( status_bar ), speed_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
91 gtk_box_pack_end( GTK_BOX( status_bar ), separator, FALSE, FALSE, 0 ); in gtkstatusbar_create()
94 gtk_box_pack_end( GTK_BOX( status_bar ), tape_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
101 gtk_box_pack_end( GTK_BOX( status_bar ), disk_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
110 gtk_box_pack_end( GTK_BOX( status_bar ), separator, FALSE, FALSE, 0 ); in gtkstatusbar_create()
123 gtk_widget_get_allocation( status_bar, &alloc ); in gtkstatusbar_get_height()
134 gtk_widget_show( status_bar ); in gtkstatusbar_set_visibility()
[all …]
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dstatusbar.c10 GtkWidget *status_bar = data; in push_item() local
14 guint context_id = gtk_statusbar_get_context_id (GTK_STATUSBAR (status_bar), in push_item()
26 gtk_statusbar_push (GTK_STATUSBAR (status_bar), in push_item()
38 GtkWidget *status_bar = data; in pop_item() local
39 guint context_id = gtk_statusbar_get_context_id (GTK_STATUSBAR (status_bar), in pop_item()
42 gtk_statusbar_pop (GTK_STATUSBAR (status_bar), context_id); in pop_item()
53 GtkWidget *status_bar; in activate() local
64 status_bar = gtk_statusbar_new (); in activate()
74 gtk_grid_attach (GTK_GRID (grid), status_bar, 0,3,1,1); in activate()
78 G_CALLBACK (push_item), status_bar); in activate()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/gtk/
H A Dstatusbar.c36 static GtkWidget *status_bar; variable
59 status_bar = gtk_box_new( GTK_ORIENTATION_HORIZONTAL, 5 ); in gtkstatusbar_create()
60 gtk_box_pack_start( parent, status_bar, FALSE, FALSE, 3 ); in gtkstatusbar_create()
90 gtk_box_pack_end( GTK_BOX( status_bar ), speed_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
93 gtk_box_pack_end( GTK_BOX( status_bar ), separator, FALSE, FALSE, 0 ); in gtkstatusbar_create()
96 gtk_box_pack_end( GTK_BOX( status_bar ), tape_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
99 gtk_box_pack_end( GTK_BOX( status_bar ), microdrive_status, FALSE, FALSE, in gtkstatusbar_create()
103 gtk_box_pack_end( GTK_BOX( status_bar ), disk_status, FALSE, FALSE, 0 ); in gtkstatusbar_create()
112 gtk_box_pack_end( GTK_BOX( status_bar ), separator, FALSE, FALSE, 0 ); in gtkstatusbar_create()
124 gtk_widget_show( status_bar ); in gtkstatusbar_set_visibility()
[all …]
/dports/devel/py-enlighten/enlighten-1.10.1/tests/
H A Dtest_statusbar.py35 sbar = self.manager.status_bar('Hello', 'World!')
46 sbar = self.manager.status_bar('Hello', 'World!', justify=Justify.LEFT)
49 sbar = self.manager.status_bar('Hello', 'World!', justify=Justify.RIGHT)
52 sbar = self.manager.status_bar('Hello', 'World!', justify=Justify.CENTER)
60 sbar = self.manager.status_bar(status_format=u'Stage: {stage}, Status: {status}', stage=1,
105 self.manager.status_bar('Hello', 'World!', justify='justice')
113 sbar = self.manager.status_bar('Hello', 'World!')
138 sbar = self.manager.status_bar(status_format=u'{fill}HI', fill='-')
141 sbar = self.manager.status_bar(status_format=u'{fill}HI{fill}', fill='-')
149 sbar = self.manager.status_bar(
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/statusbar/
H A Dstatusbar.c6 GtkWidget *status_bar; variable
15 gtk_statusbar_push (GTK_STATUSBAR (status_bar), GPOINTER_TO_INT (data), buff); in push_item()
22 gtk_statusbar_pop (GTK_STATUSBAR (status_bar), GPOINTER_TO_INT (data)); in pop_item()
48 status_bar = gtk_statusbar_new (); in main()
49 gtk_box_pack_start (GTK_BOX (vbox), status_bar, TRUE, TRUE, 0); in main()
50 gtk_widget_show (status_bar); in main()
53 GTK_STATUSBAR (status_bar), "Statusbar example"); in main()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-status.c45 GtkWidget *status_bar; member
134 if (status->priv->status_bar) in anjuta_status_dispose()
137 (gpointer)&status->priv->status_bar); in anjuta_status_dispose()
138 gtk_widget_destroy (status->priv->status_bar); in anjuta_status_dispose()
139 status->priv->status_bar = NULL; in anjuta_status_dispose()
156 gtk_widget_show (status->priv->status_bar); in anjuta_status_instance_init()
158 (gpointer)&status->priv->status_bar); in anjuta_status_instance_init()
251 if (status->priv->status_bar != NULL) in anjuta_status_pop()
503 statusbar = status->priv->status_bar; in anjuta_status_progress_pulse()
547 statusbar = status->priv->status_bar; in anjuta_status_progress_tick()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dstatusbar.c31 gtk_statusbar_pop(GTK_STATUSBAR(status_bar), context_id); in clear_status_message()
40 gtk_statusbar_pop(GTK_STATUSBAR(status_bar), context_id); in status_message()
41 gtk_statusbar_push(GTK_STATUSBAR(status_bar), context_id, msg); in status_message()
47 gtk_widget_show(status_bar); in show_status_bar()
58 gtk_widget_hide(status_bar); in hide_status_bar()
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-sdl2.c545 struct status_bar status_bar; member
2454 static void load_main_menu_panel(struct status_bar *status_bar) in load_main_menu_panel() argument
4465 struct status_bar *status_bar = &window->status_bar; in adjust_status_bar_geometry() local
4471 status_bar->inner_rect = status_bar->full_rect; in adjust_status_bar_geometry()
4589 push_button(&status_bar->button_bank, status_bar->font, \ in make_default_status_buttons()
4628 push_button(&status_bar->button_bank, status_bar->font, \ in make_default_status_buttons()
4631 rect.x = status_bar->full_rect.x + status_bar->full_rect.w; in make_default_status_buttons()
4650 static void reload_status_bar(struct status_bar *status_bar) in reload_status_bar() argument
4656 status_bar->full_rect.w, status_bar->full_rect.h); in reload_status_bar()
4689 window->status_bar.color.r, window->status_bar.color.g, in load_status_bar()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dstatusbar.pp24 status_bar : PGtkWidget;
37 gtk_statusbar_push(GTK_STATUSBAR(status_bar), data^, Ptr_buff);
43 gtk_statusbar_pop( GTK_STATUSBAR(status_bar), data^);
65 status_bar := gtk_statusbar_new();
66 gtk_box_pack_start (GTK_BOX (vbox), status_bar, TRUE, TRUE, 0);
69 GTK_STATUSBAR(status_bar), 'Statusbar example');
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dstatbar.cpp27 status_bar sbar;
29 status_bar::status_bar() in status_bar() function in status_bar
44 void status_bar::load() in load()
75 void status_bar::draw_num(image *screen, int x, int y, int num, int *offset) in draw_num()
99 void status_bar::redraw(image *screen) in redraw()
172 void status_bar::area(int &x1, int &y1, int &x2, int &y2) in area()
198 void status_bar::draw_health(image *screen,int amount) in draw_health()
209 void status_bar::draw_ammo(image *screen, int weapon_num, int amount, int light) in draw_ammo()
222 int status_bar::mouse_in_area() in mouse_in_area()
245 void status_bar::draw_update() in draw_update()
[all …]
H A Dsbar.h20 class status_bar
37 status_bar();
49 extern status_bar sbar;
/dports/devel/lua-lgi/lgi-0.9.2/samples/
H A Dgtkhello.lua26 local status_bar = Gtk.Statusbar()
28 local ctx = status_bar:get_context_id('default')
29 status_bar:push(ctx, 'This is statusbar message.')
59 vbox:pack_end(status_bar, false, false, 0)
/dports/games/volleyball/volleyball-0.8.6/src/
H A Dgame.c50 data->status_bar = status_bar_init (data->world); in game_init()
94 status_bar_update (data->status_bar); in game_update()
120 status_bar_draw (data->status_bar, data->world->display); in game_draw()
130 status_bar_free (data->status_bar); in game_free()
/dports/audio/abx/abx-0.0-b1/src/
H A Dmainwin.c37 static GtkWidget *status_bar; variable
198 gtk_statusbar_pop(GTK_STATUSBAR(status_bar), play_context); in clear_status_bar()
199 gtk_statusbar_pop(GTK_STATUSBAR(status_bar), play_context); in clear_status_bar()
479 status_bar = gtk_statusbar_new(); in create_status_bar()
481 (GTK_STATUSBAR(status_bar), "Playback status")); in create_status_bar()
483 (GTK_STATUSBAR(status_bar), in create_status_bar()
485 gtk_statusbar_push(GTK_STATUSBAR(status_bar), non_play_context, in create_status_bar()
673 gtk_statusbar_push(GTK_STATUSBAR(status_bar), in play_button_clicked()
676 gtk_statusbar_push(GTK_STATUSBAR(status_bar), play_context, in play_button_clicked()
679 gtk_statusbar_push(GTK_STATUSBAR(status_bar), play_context, in play_button_clicked()
[all …]
/dports/misc/vifm/vifm-0.11/src/modes/
H A Dmore.c207 wresize(status_bar, 1, getmaxx(stdscr)); in modmore_redraw()
242 ui_set_attr(status_bar, &cfg.cs.color[CMD_LINE_COLOR], in draw_all()
247 werase(status_bar); in draw_all()
254 checked_wmove(status_bar, 0, 0); in draw_all()
255 mvwprintw(status_bar, 0, 0, "-- More -- %d-%d/%d", curr_vline + 1, in draw_all()
260 wnoutrefresh(status_bar); in draw_all()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/web_server/
H A Dreview_wdgt.py37 self.status_bar = ""
143 self.status_bar = """
183 extended_status_bar = self.status_bar
196 status_bar=extended_status_bar).encode("utf-8")
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dmenus2.pl189 my $status_bar;
192 -font => 'Helvetica 10', -textvariable => \$status_bar)->
195 $status_bar = undef;
196 $status_bar = $_[0]->entrycget('active', -label);

12345678910>>...22