gtkmm 2.24.2
|
Public Member Functions | |
virtual | ~InputDialog () |
GtkInputDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkInputDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
InputDialog () | |
Table* | get_axis_list () |
const Table* | get_axis_list () const |
ScrolledWindow* | get_axis_box () |
const ScrolledWindow* | get_axis_box () const |
OptionMenu* | get_mode_optionmenu () |
const OptionMenu* | get_mode_optionmenu () const |
Button* | get_close_button () |
const Button* | get_close_button () const |
Button* | get_save_button () |
const Button* | get_save_button () const |
Glib::RefPtr< Gdk::Device > | get_current_device () |
Glib::RefPtr< const Gdk::Device > | get_current_device () const |
Table* | get_keys_list () |
const Table* | get_keys_list () const |
ScrolledWindow* | get_keys_box () |
const ScrolledWindow* | get_keys_box () const |
Glib::SignalProxy1< void, const Glib::RefPtr < Gdk::Device >& > | signal_enable_device () |
Glib::SignalProxy1< void, const Glib::RefPtr < Gdk::Device >& > | signal_disable_device () |
Protected Member Functions | |
virtual void | on_enable_device (const Glib::RefPtr< Gdk::Device >& device) |
virtual void | on_disable_device (const Glib::RefPtr< Gdk::Device >& device) |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::InputDialog* | wrap (GtkInputDialog* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gtk::InputDialog::~InputDialog | ( | ) | [virtual] |
Gtk::InputDialog::InputDialog | ( | ) |
ScrolledWindow* Gtk::InputDialog::get_axis_box | ( | ) |
const ScrolledWindow* Gtk::InputDialog::get_axis_box | ( | ) | const |
Table* Gtk::InputDialog::get_axis_list | ( | ) |
const Table* Gtk::InputDialog::get_axis_list | ( | ) | const |
Button* Gtk::InputDialog::get_close_button | ( | ) |
const Button* Gtk::InputDialog::get_close_button | ( | ) | const |
Glib::RefPtr<const Gdk::Device> Gtk::InputDialog::get_current_device | ( | ) | const |
Glib::RefPtr<Gdk::Device> Gtk::InputDialog::get_current_device | ( | ) |
ScrolledWindow* Gtk::InputDialog::get_keys_box | ( | ) |
const ScrolledWindow* Gtk::InputDialog::get_keys_box | ( | ) | const |
Table* Gtk::InputDialog::get_keys_list | ( | ) |
const Table* Gtk::InputDialog::get_keys_list | ( | ) | const |
OptionMenu* Gtk::InputDialog::get_mode_optionmenu | ( | ) |
const OptionMenu* Gtk::InputDialog::get_mode_optionmenu | ( | ) | const |
Button* Gtk::InputDialog::get_save_button | ( | ) |
const Button* Gtk::InputDialog::get_save_button | ( | ) | const |
GtkInputDialog* Gtk::InputDialog::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog.
const GtkInputDialog* Gtk::InputDialog::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog.
virtual void Gtk::InputDialog::on_disable_device | ( | const Glib::RefPtr< Gdk::Device >& | device | ) | [protected, virtual] |
virtual void Gtk::InputDialog::on_enable_device | ( | const Glib::RefPtr< Gdk::Device >& | device | ) | [protected, virtual] |
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::Device>& > Gtk::InputDialog::signal_disable_device | ( | ) |
void on_my_disable_device(const Glib::RefPtr<Gdk::Device>& device)
Glib::SignalProxy1< void,const Glib::RefPtr<Gdk::Device>& > Gtk::InputDialog::signal_enable_device | ( | ) |
void on_my_enable_device(const Glib::RefPtr<Gdk::Device>& device)
Gtk::InputDialog* wrap | ( | GtkInputDialog * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |