1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
|
// -*- c++ -*-
// Generated by gtkmmproc -- DO NOT MODIFY!
#ifndef _GTKMM_TOOLBUTTON_H
#define _GTKMM_TOOLBUTTON_H
#include <glibmm.h>
/* $Id: toolbutton.hg,v 1.7.2.1 2006/04/13 22:12:25 murrayc Exp $ */
/* box.h
*
* Copyright (C) 2003 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <gtkmm/toolitem.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkToolButton GtkToolButton;
typedef struct _GtkToolButtonClass GtkToolButtonClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{ class ToolButton_Class; } // namespace Gtk
namespace Gtk
{
/** A Gtk::ToolItem subclass that displays buttons.
*
* A ToolButton is are Gtk::ToolItem containing a button.
* @ingroup Widgets
*/
class ToolButton : public ToolItem
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef ToolButton CppObjectType;
typedef ToolButton_Class CppClassType;
typedef GtkToolButton BaseObjectType;
typedef GtkToolButtonClass BaseClassType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
virtual ~ToolButton();
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
friend class ToolButton_Class;
static CppClassType toolbutton_class_;
// noncopyable
ToolButton(const ToolButton&);
ToolButton& operator=(const ToolButton&);
protected:
explicit ToolButton(const Glib::ConstructParams& construct_params);
explicit ToolButton(GtkToolButton* castitem);
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
static GType get_type() G_GNUC_CONST;
static GType get_base_type() G_GNUC_CONST;
#endif
///Provides access to the underlying C GtkObject.
GtkToolButton* gobj() { return reinterpret_cast<GtkToolButton*>(gobject_); }
///Provides access to the underlying C GtkObject.
const GtkToolButton* gobj() const { return reinterpret_cast<GtkToolButton*>(gobject_); }
public:
//C++ methods used to invoke GTK+ virtual functions:
#ifdef GLIBMM_VFUNCS_ENABLED
#endif //GLIBMM_VFUNCS_ENABLED
protected:
//GTK+ Virtual Functions (override these to change behaviour):
#ifdef GLIBMM_VFUNCS_ENABLED
#endif //GLIBMM_VFUNCS_ENABLED
//Default Signal Handlers::
virtual void on_clicked();
private:
public:
/** Creates a new ToolButton.
*/
ToolButton();
/** Creates a new ToolButton from a StockID.
*
* The ToolButton will be created according to the @a stock_id properties.
*
* @param stock_id The StockID which determines the look of the ToolButton.
*/
explicit ToolButton(const Gtk::StockID& stock_id);
/** Creates a new ToolButton with a label.
*
* The ToolButton will have the label @a label.
*
* @param label The string used to display the label for this ToolButton.
*/
explicit ToolButton(const Glib::ustring& label);
/** Creates a new ToolButton with an image.
*
* The ToolButton will have the label @a label and an image widget @a icon_widget.
*
* @param icon_widget The widget placed as the ToolButton's icon.
* @param label The string used to display the label for this ToolButton.
*/
explicit ToolButton(Widget& icon_widget, const Glib::ustring& label = Glib::ustring());
/** Sets @a label as the label used for the tool button. The "label" property
* only has an effect if not overridden by a non-<tt>0</tt> "label_widget" property.
* If both the "label_widget" and "label" properties are <tt>0</tt>, the label
* is determined by the "stock_id" property. If the "stock_id" property is also
* <tt>0</tt>, @a button will not have a label.
*
* @newin2p4
* @param label A string that will be used as label, or <tt>0</tt>.
*/
void set_label(const Glib::ustring& label);
/** Returns the label used by the tool button, or <tt>0</tt> if the tool button
* doesn't have a label. or uses a the label from a stock item. The returned
* string is owned by GTK+, and must not be modified or freed.
* @return The label, or <tt>0</tt>
*
* @newin2p4.
*/
Glib::ustring get_label() const;
/** If set, an underline in the label property indicates that the next character
* should be used for the mnemonic accelerator key in the overflow menu. For
* example, if the label property is "_Open" and @a use_underline is <tt>true</tt>,
* the label on the tool button will be "Open" and the item on the overflow
* menu will have an underlined 'O'.
*
* Labels shown on tool buttons never have mnemonics on them; this property
* only affects the menu item on the overflow menu.
*
* @newin2p4
* @param use_underline Whether the button label has the form "_Open".
*/
void set_use_underline(bool use_underline = true);
/** Returns whether underscores in the label property are used as mnemonics
* on menu items on the overflow menu. See set_use_underline().
* @return <tt>true</tt> if underscores in the label property are used as
* mnemonics on menu items on the overflow menu.
*
* @newin2p4.
*/
bool get_use_underline() const;
/** Sets the name of the stock item. See the ToolButton::ToolButton(const Gtk::StockID& stock_id, IconSize size) constructor.
* The stock_id property only has an effect if not
* overridden by "label" and "icon_widget" properties.
*
* @a newin2p4
* @param stock_id A name of a stock item, or <tt>0</tt>.
*/
void set_stock_id(const Gtk::StockID& stock_id);
/** Returns the name of the stock item. See set_stock_id().
* The returned string is owned by GTK+ and must not be freed or modifed.
* @return The name of the stock item for @a button .
*
* @newin2p4.
*/
Glib::ustring get_stock_id() const;
//TODO: Missed API freeze for 2.8: _WRAP_METHOD(void set_icon_name(const Glib::ustring& icon_name), gtk_tool_button_set_icon_name)
//TODO: Missed API freeze for 2.8: _WRAP_METHOD(Glib::ustring get_icon_name() const, gtk_tool_button_get_icon_name)
/** Sets @a icon as the widget used as icon on @a button . If @a icon_widget is
* <tt>0</tt> the icon is determined by the "stock_id" property. If the
* "stock_id" property is also <tt>0</tt>, @a button will not have an icon.
*
* @newin2p4
* @param icon_widget The widget used as icon, or <tt>0</tt>.
*/
void set_icon_widget(Widget& icon_widget);
/** Return the widget used as icon widget on @a button . See
* set_icon_widget().
* @return The widget used as icon on @a button , or <tt>0</tt>.
*
* @newin2p4.
*/
Widget* get_icon_widget();
/** Return the widget used as icon widget on @a button . See
* set_icon_widget().
* @return The widget used as icon on @a button , or <tt>0</tt>.
*
* @newin2p4.
*/
const Widget* get_icon_widget() const;
/** Sets @a label_widget as the widget that will be used as the label
* for @a button . If @a label_widget is <tt>0</tt> the "label" property is used
* as label. If "label" is also <tt>0</tt>, the label in the stock item
* determined by the "stock_id" property is used as label. If
* "stock_id" is also <tt>0</tt>, @a button does not have a label.
*
* @newin2p4
* @param label_widget The widget used as label, or <tt>0</tt>.
*/
void set_label_widget(Widget& label_widget);
/** Returns the widget used as label on @a button . See
* set_label_widget().
* @return The widget used as label on @a button , or <tt>0</tt>.
*
* @newin2p4.
*/
Widget* get_label_widget();
/** Returns the widget used as label on @a button . See
* set_label_widget().
* @return The widget used as label on @a button , or <tt>0</tt>.
*
* @newin2p4.
*/
const Widget* get_label_widget() const;
/** This signal is emitted when the tool button is clicked with the mouse
* or activated with the keyboard.
*/
Glib::SignalProxy0< void > signal_clicked();
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Text to show in the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy<Glib::ustring> property_label() ;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Text to show in the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly<Glib::ustring> property_label() const;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** If set
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy<bool> property_use_underline() ;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** If set
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly<bool> property_use_underline() const;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Widget to use as the item label.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy<Gtk::Widget*> property_label_widget() ;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Widget to use as the item label.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly<Gtk::Widget*> property_label_widget() const;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** The stock icon displayed on the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy<Glib::ustring> property_stock_id() ;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** The stock icon displayed on the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly<Glib::ustring> property_stock_id() const;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Icon widget to display in the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy<Gtk::Widget> property_icon_widget() ;
#endif //#GLIBMM_PROPERTIES_ENABLED
#ifdef GLIBMM_PROPERTIES_ENABLED
/** Icon widget to display in the item.
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
* the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly<Gtk::Widget> property_icon_widget() const;
#endif //#GLIBMM_PROPERTIES_ENABLED
};
} // namespace Gtk
namespace Glib
{
/** @relates Gtk::ToolButton
* @param object The C instance
* @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
* @result A C++ instance that wraps this C instance.
*/
Gtk::ToolButton* wrap(GtkToolButton* object, bool take_copy = false);
} //namespace Glib
#endif /* _GTKMM_TOOLBUTTON_H */
|