Home
last modified time | relevance | path

Searched refs:on_zoom_out (Results 1 – 16 of 16) sorted by relevance

/dports/print/deforaos-pdfviewer/PDFViewer-0.0.2/src/
H A Dcallbacks.c123 on_zoom_out(data); in on_view_zoom_out()
251 void on_zoom_out(gpointer data) in on_zoom_out() function
H A Dcallbacks.h50 void on_zoom_out(gpointer data);
H A Dpdfviewer.c177 { N_("Zoom out"), G_CALLBACK(on_zoom_out), GTK_STOCK_ZOOM_OUT, 0, 0,
/dports/deskutils/zim/zim-0.74.3/zim/plugins/attachmentbrowser/
H A D__init__.py162 zoomout.connect('clicked', lambda o: self.on_zoom_out())
209 def on_zoom_out(self): member in AttachmentBrowserPluginWidget
/dports/editors/setzer/Setzer-0.4.1/setzer/document/context_menu/
H A Dcontext_menu_controller.py29 scbar_view.model_button_zoom_out.connect('button-press-event', context_menu.on_zoom_out)
H A Dcontext_menu.py77 def on_zoom_out(self, widget=None, event=None): member in ContextMenu
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddock_navigator.h85 void on_zoom_out();
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddock_navigator.h85 void on_zoom_out();
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddock_navigator.h85 void on_zoom_out();
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dexplorer.c61 static void on_zoom_out (GtkWidget *widget, Explorer* self);
143 …_connect_data(self->xml, "on_zoom_out", G_CALLBACK(on_zoom_out), … in explorer_init()
320 static void on_zoom_out(GtkWidget *widget, Explorer* self) in on_zoom_out() function
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dmain-win.c91 static void on_zoom_out( GtkWidget* btn, MainWin* mw );
280 add_nav_btn( mw, GTK_STOCK_ZOOM_OUT, _("Zoom Out"), G_CALLBACK(on_zoom_out), FALSE ); in create_nav_bar()
939 void on_zoom_out( GtkWidget* btn, MainWin* mw ) in on_zoom_out() function
1082 on_zoom_out( NULL, mw ); in on_scroll_event()
1149 on_zoom_out( NULL, mw ); in on_key_press_event()
1449 PTK_IMG_MENU_ITEM( N_( "Zoom Out" ), GTK_STOCK_ZOOM_OUT, on_zoom_out, GDK_minus, 0 ), in show_popup_menu()
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Dlinkmap.py157 (Gtk.STOCK_ZOOM_OUT, self.xdotview.on_zoom_out),
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/actions/
H A Dactions.py160 self.zoom_out_action.connect('activate', self.on_zoom_out)
489 def on_zoom_out(self, widget=None, event=None): member in Actions
/dports/x11/py-xdot/xdot-1.2/xdot/ui/
H A Dwindow.py280 def on_zoom_out(self, action): member in DotWidget
582 ('ZoomOut', Gtk.STOCK_ZOOM_OUT, None, None, None, self.dotwidget.on_zoom_out),
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/xdot/
H A Dxdot.py1680 def on_zoom_out(self, action): member in DotWidget
1941 ('ZoomOut', gtk.STOCK_ZOOM_OUT, None, None, None, self.widget.on_zoom_out),
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/
H A Dogleditor.py3907 self.Bind(wx.EVT_BUTTON, self.on_zoom_out, b)
3966 def on_zoom_out(self, event=None): member in OGLnavcanvas