Lines Matching refs:Menu

36   Gtk::Menu::SlotPositionCalc* the_slot = static_cast<Gtk::Menu::SlotPositionCalc*>(data);  in SignalProxy_PopupPosition_gtk_callback()
60 void Menu::popup(const SlotPositionCalc& position_calc_slot, guint button, guint32 activate_time) in popup()
67 void Menu::popup(MenuShell& parent_menu_shell, MenuItem& parent_menu_item, const SlotPositionCalc& … in popup()
74 void Menu::popup(guint button, guint32 activate_time) in popup()
79 void Menu::reorder_child(const MenuItem& child, int position) in reorder_child()
87 void Menu::unset_accel_group() in unset_accel_group()
92 void Menu::unset_title() in unset_title()
97 void Menu::attach_to_widget(Widget& attach_widget) in attach_to_widget()
114 Gtk::Menu* wrap(GtkMenu* object, bool take_copy) in wrap()
116 return dynamic_cast<Gtk::Menu *> (Glib::wrap_auto ((GObject*)(object), take_copy)); in wrap()
160 return manage(new Menu((GtkMenu*)(o))); in wrap_new()
167 Menu::Menu(const Glib::ConstructParams& construct_params) in Menu() function in Gtk::Menu
173 Menu::Menu(GtkMenu* castitem) in Menu() function in Gtk::Menu
179 Menu::~Menu() in ~Menu()
184 Menu::CppClassType Menu::menu_class_; // initialize static member
186 GType Menu::get_type() in get_type()
192 GType Menu::get_base_type() in get_base_type()
198 Menu::Menu() in Menu() function in Gtk::Menu
208 void Menu::reposition() in reposition()
213 void Menu::popdown() in popdown()
218 MenuItem* Menu::get_active() in get_active()
223 const MenuItem* Menu::get_active() const in get_active()
225 return const_cast<Menu*>(this)->get_active(); in get_active()
228 void Menu::set_active(guint index) in set_active()
233 void Menu::set_accel_group(const Glib::RefPtr<AccelGroup>& accel_group) in set_accel_group()
238 Glib::RefPtr<AccelGroup> Menu::get_accel_group() in get_accel_group()
246 Glib::RefPtr<const AccelGroup> Menu::get_accel_group() const in get_accel_group()
248 return const_cast<Menu*>(this)->get_accel_group(); in get_accel_group()
251 void Menu::set_accel_path(const Glib::ustring& accel_path) in set_accel_path()
256 Glib::ustring Menu::get_accel_path() const in get_accel_path()
261 void Menu::detach() in detach()
266 Widget* Menu::get_attach_widget() in get_attach_widget()
271 const Widget* Menu::get_attach_widget() const in get_attach_widget()
273 return const_cast<Menu*>(this)->get_attach_widget(); in get_attach_widget()
276 void Menu::set_tearoff_state(bool torn_off) in set_tearoff_state()
281 bool Menu::get_tearoff_state() const in get_tearoff_state()
286 void Menu::set_title(const Glib::ustring& title) in set_title()
291 Glib::ustring Menu::get_title() const in get_title()
296 void Menu::set_screen(const Glib::RefPtr<Gdk::Screen>& screen) in set_screen()
301 void Menu::attach(Gtk::Widget& child, guint left_attach, guint right_attach, guint top_attach, guin… in attach()
306 void Menu::set_monitor(int monitor_num) in set_monitor()
311 int Menu::get_monitor() const in get_monitor()
316 void Menu::set_reserve_toggle_size(bool reserve_toggle_size) in set_reserve_toggle_size()
321 bool Menu::get_reserve_toggle_size() const in get_reserve_toggle_size()
326 void Menu::attach_to_widget(Widget& attach_widget, GtkMenuDetachFunc detacher) in attach_to_widget()
332 Glib::PropertyProxy< int > Menu::property_active() in property_active()
337 Glib::PropertyProxy_ReadOnly< int > Menu::property_active() const in property_active()
342 Glib::PropertyProxy< Glib::RefPtr<AccelGroup> > Menu::property_accel_group() in property_accel_group()
347 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<AccelGroup> > Menu::property_accel_group() const in property_accel_group()
352 Glib::PropertyProxy< Glib::ustring > Menu::property_accel_path() in property_accel_path()
357 Glib::PropertyProxy_ReadOnly< Glib::ustring > Menu::property_accel_path() const in property_accel_path()
362 Glib::PropertyProxy< Widget* > Menu::property_attach_widget() in property_attach_widget()
367 Glib::PropertyProxy_ReadOnly< Widget* > Menu::property_attach_widget() const in property_attach_widget()
372 Glib::PropertyProxy< Glib::ustring > Menu::property_tearoff_title() in property_tearoff_title()
377 Glib::PropertyProxy_ReadOnly< Glib::ustring > Menu::property_tearoff_title() const in property_tearoff_title()
382 Glib::PropertyProxy< bool > Menu::property_tearoff_state() in property_tearoff_state()
387 Glib::PropertyProxy_ReadOnly< bool > Menu::property_tearoff_state() const in property_tearoff_state()
392 Glib::PropertyProxy< int > Menu::property_monitor() in property_monitor()
397 Glib::PropertyProxy_ReadOnly< int > Menu::property_monitor() const in property_monitor()
402 Glib::PropertyProxy< bool > Menu::property_reserve_toggle_size() in property_reserve_toggle_size()
407 Glib::PropertyProxy_ReadOnly< bool > Menu::property_reserve_toggle_size() const in property_reserve_toggle_size()