/usr/include/gtkmm-2.4/gtkmm/toolbar.h is in libgtkmm-2.4-dev 1:2.24.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 | // -*- c++ -*-
// Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
#ifndef _GTKMM_TOOLBAR_H
#define _GTKMM_TOOLBAR_H
#include <gtkmmconfig.h>
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* Copyright (C) 1998-2002 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
// This is for including the config header before any code (such as
// the #ifndef GTKMM_DISABLE_DEPRECATED in deprecated classes) is generated:
#include <gtkmm/toolitem.h>
#include <gtkmm/toolbutton.h>
#include <gtkmm/toggletoolbutton.h>
#include <glibmm/helperlist.h>
#include <gtkmm/container.h>
#include <gtkmm/stockid.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GtkToolbar GtkToolbar;
typedef struct _GtkToolbarClass GtkToolbarClass;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gtk
{ class Toolbar_Class; } // namespace Gtk
namespace Gtk
{
//TODO: Derive from Toolshell when we can break ABI.
/** Bars of buttons and other widgets.
* @ingroup Widgets
* @ingroup Containers
* @ingroup Toolbars
*/
class Toolbar : public Container
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef Toolbar CppObjectType;
typedef Toolbar_Class CppClassType;
typedef GtkToolbar BaseObjectType;
typedef GtkToolbarClass BaseClassType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
virtual ~Toolbar();
#ifndef DOXYGEN_SHOULD_SKIP_THIS
private:
friend class Toolbar_Class;
static CppClassType toolbar_class_;
// noncopyable
Toolbar(const Toolbar&);
Toolbar& operator=(const Toolbar&);
protected:
explicit Toolbar(const Glib::ConstructParams& construct_params);
explicit Toolbar(GtkToolbar* 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.
GtkToolbar* gobj() { return reinterpret_cast<GtkToolbar*>(gobject_); }
///Provides access to the underlying C GtkObject.
const GtkToolbar* gobj() const { return reinterpret_cast<GtkToolbar*>(gobject_); }
public:
//C++ methods used to invoke GTK+ virtual functions:
protected:
//GTK+ Virtual Functions (override these to change behaviour):
//Default Signal Handlers::
/// This is a default handler for the signal signal_orientation_changed().
virtual void on_orientation_changed(Orientation orientation);
/// This is a default handler for the signal signal_toolbar_style_changed().
virtual void on_toolbar_style_changed(ToolbarStyle style);
/// This is a default handler for the signal signal_popup_context_menu().
virtual bool on_popup_context_menu(int x, int y, int button_number);
private:
public:
Toolbar();
/** Insert a Gtk::ToolItem into the toolbar at position @a pos. If @a pos is
* 0 the item is prepended to the start of the toolbar. If @a pos is
* negative, the item is appended to the end of the toolbar.
*
* @newin{2,4}
*
* @param item A Gtk::ToolItem.
* @param pos The position of the new item.
*/
void insert(ToolItem& item, int pos);
void insert(ToolButton& item, int pos, const sigc::slot<void>& clicked_slot);
void insert(ToggleToolButton& item, int pos, const sigc::slot<void>& toggled_slot);
void append(ToolItem& item);
void append(ToolButton& item, const sigc::slot<void>& clicked_slot);
void append(ToggleToolButton& item, const sigc::slot<void>& toggled_slot);
void prepend(ToolItem& item);
void prepend(ToolButton& item, const sigc::slot<void>& clicked_slot);
void prepend(ToggleToolButton& item, const sigc::slot<void>& toggled_slot);
/** Returns the position of @a item on the toolbar, starting from 0.
* It is an error if @a item is not a child of the toolbar.
*
* @newin{2,4}
*
* @param item A Gtk::ToolItem that is a child of @a toolbar.
* @return The position of item on the toolbar.
*/
int get_item_index(const ToolItem& item) const;
/** Returns the number of items on the toolbar.
*
* @newin{2,4}
*
* @return The number of items on the toolbar.
*/
int get_n_items() const;
/** Returns the @a n<!-- -->'th item on @a toolbar, or <tt>0</tt> if the
* toolbar does not contain an @a n<!-- -->'th item.
*
* @newin{2,4}
*
* @param n A position on the toolbar.
* @return The @a n<!-- -->'th Gtk::ToolItem on @a toolbar,
* or <tt>0</tt> if there isn't an @a n<!-- -->'th item.
*/
ToolItem* get_nth_item(int n);
/** Returns the @a n<!-- -->'th item on @a toolbar, or <tt>0</tt> if the
* toolbar does not contain an @a n<!-- -->'th item.
*
* @newin{2,4}
*
* @param n A position on the toolbar.
* @return The @a n<!-- -->'th Gtk::ToolItem on @a toolbar,
* or <tt>0</tt> if there isn't an @a n<!-- -->'th item.
*/
const ToolItem* get_nth_item(int n) const;
/** Returns whether the toolbar has an overflow menu.
* See set_show_arrow().
*
* @newin{2,4}
*
* @return <tt>true</tt> if the toolbar has an overflow menu.
*/
bool get_show_arrow() const;
/** Sets whether to show an overflow menu when
* @a toolbar doesn't have room for all items on it. If <tt>true</tt>,
* items that there are not room are available through an
* overflow menu.
*
* @newin{2,4}
*
* @param show_arrow Whether to show an overflow menu.
*/
void set_show_arrow(bool show_arrow = true);
/* Style methods */
// TODO: Remove these when we derive from ToolShell, which has the same methods:
/** Sets whether a toolbar should appear horizontally or vertically.
*
* Deprecated: 2.16: Use Gtk::Orientable::set_orientation() instead.
*
* @param orientation A new Gtk::Orientation.
*/
void set_orientation(Orientation orientation);
/** Retrieves the current orientation of the toolbar. See
* set_orientation().
*
* Deprecated: 2.16: Use Gtk::Orientable::get_orientation() instead.
*
* @return The orientation.
*/
Orientation get_orientation() const;
/** Alters the view of @a toolbar to display either icons only, text only, or both.
*
* @param style The new style for @a toolbar.
*/
void set_toolbar_style(ToolbarStyle style);
/** Retrieves whether the toolbar has text, icons, or both . See
* set_style().
*
* @return The current style of @a toolbar.
*/
ToolbarStyle get_toolbar_style() const;
#ifndef GTKMM_DISABLE_DEPRECATED
/** Sets if the tooltips of a toolbar should be active or not.
*
* Deprecated: 2.14: The toolkit-wide Gtk::Settings::property_gtk_enable_tooltips() property
* is now used instead.
*
* @deprecated Use The toolkit-wide Gtk::Settings::property_gtk_enable_tooltips instead
*
* @param enable Set to <tt>false</tt> to disable the tooltips, or <tt>true</tt> to enable them.
*/
void set_tooltips(bool enable = true);
#endif // GTKMM_DISABLE_DEPRECATED
#ifndef GTKMM_DISABLE_DEPRECATED
/** Retrieves whether tooltips are enabled. See
* set_tooltips().
*
* Deprecated: 2.14: The toolkit-wide Gtk::Settings::property_gtk_enable_tooltips() property
* is now used instead.
*
* @deprecated Use The toolkit-wide Gtk::Settings::property_gtk_enable_tooltips instead
*
* @return <tt>true</tt> if tooltips are enabled.
*/
bool get_tooltips() const;
#endif // GTKMM_DISABLE_DEPRECATED
/** Unsets a toolbar style set with set_style(), so that
* user preferences will be used to determine the toolbar style.
*/
void unset_toolbar_style();
//Note that gtk_toolbar_set_icon_size() and gtk_toolbar_unset_icon_size() were
//deprecated sometime before GTK+ 2.4, but were undeprecated in GTK+ 2.12.
/** This function sets the size of stock icons in the toolbar. You
* can call it both before you add the icons and after they've been
* added. The size you set will override user preferences for the default
* icon size.
*
* This should only be used for special-purpose toolbars, normal
* application toolbars should respect the user preferences for the
* size of icons.
*
* @newin{2,12}
*
* @param icon_size The Gtk::IconSize that stock icons in the toolbar shall have.
*/
void set_icon_size(IconSize icon_size);
/** Unsets toolbar icon size set with set_icon_size(), so that
* user preferences will be used to determine the icon size.
*
* @newin{2,12}
*/
void unset_icon_size();
/** Retrieves the icon size for the toolbar. See set_icon_size().
*
* @return The current icon size for the icons on
* the toolbar.
*/
IconSize get_icon_size() const;
/** Returns the relief style of buttons on @a toolbar. See
* Gtk::Button::set_relief().
*
* @newin{2,4}
*
* @return The relief style of buttons on @a toolbar.
*/
ReliefStyle get_relief_style() const;
/** Returns the position corresponding to the indicated point on
* @a toolbar. This is useful when dragging items to the toolbar:
* this function returns the position a new item should be
* inserted.
*
* @a x and @a y are in @a toolbar coordinates.
*
* @newin{2,4}
*
* @param x X coordinate of a point on the toolbar.
* @param y Y coordinate of a point on the toolbar.
* @return The position corresponding to the point ( @a x, @a y) on the toolbar.
*/
int get_drop_index(int x, int y) const;
/** Highlights @a toolbar to give an idea of what it would look like
* if @a item was added to @a toolbar at the position indicated by @a index.
* If @a item is <tt>0</tt>, highlighting is turned off. In that case @a index
* is ignored.
*
* The @a tool_item passed to this function must not be part of any widget
* hierarchy. When an item is set as drop highlight item it can not
* added to any widget hierarchy or used as highlight item for another
* toolbar.
*
* @newin{2,4}
*
* @param tool_item A Gtk::ToolItem, or <tt>0</tt> to turn of highlighting.
* @param index A position on @a toolbar.
*/
void set_drop_highlight_item(ToolItem& tool_item, int index);
void unset_drop_highlight_item();
/** Emitted when the orientation of the toolbar changes.
*
* @param orientation The new Orientation of the toolbar.
*
* @par Slot Prototype:
* <tt>void on_my_%orientation_changed(Orientation orientation)</tt>
*
*/
Glib::SignalProxy1< void,Orientation > signal_orientation_changed();
/** Emitted when the style of the toolbar changes.
*
* @param @style The new ToolbarStyle of the toolbar.
*
* @par Slot Prototype:
* <tt>void on_my_%toolbar_style_changed(ToolbarStyle style)</tt>
*
*/
Glib::SignalProxy1< void,ToolbarStyle > signal_toolbar_style_changed();
/** Emitted when the user right-clicks the toolbar or uses the
* keybinding to display a popup menu.
*
* Application developers should handle this signal if they want
* to display a context menu on the toolbar. The context-menu should
* appear at the coordinates given by @a x and @a y. The mouse button
* number is given by the @a button parameter. If the menu was popped
* up using the keybaord, @a button is -1.
*
* @param x The x coordinate of the point where the menu should appear.
* @param y The y coordinate of the point where the menu should appear.
* @param button The mouse button the user pressed, or -1
* @resultt true if the signal was handled, false if not.
*
* @par Slot Prototype:
* <tt>bool on_my_%popup_context_menu(int x, int y, int button_number)</tt>
*
*/
Glib::SignalProxy3< bool,int,int,int > signal_popup_context_menu();
//gtkmmproc error: move_focus : ignored signal defs lookup failed
#ifndef GTKMM_DISABLE_DEPRECATED
//This was called get_tooltips_object() to avoid a clash with get_tooltips(), which just says whether they are enabled.
///@deprecated Use the Gtk::Tooltip API instead.
Tooltips* get_tooltips_object() const;
#endif //GTKMM_DISABLE_DEPRECATED
//Ignore deprecated GtkToolbarAPI:
//Normally we just deprecate it in gtkmm too,
//but the GtkToolbar compatibility system is particularly unpleasant, so we just removed it in gtkmm 2.4. murrayc.
/** The orientation of the orientable.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< Orientation > property_orientation() ;
/** The orientation of the orientable.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< Orientation > property_orientation() const;
/** How to draw the toolbar.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< ToolbarStyle > property_toolbar_style() ;
/** How to draw the toolbar.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< ToolbarStyle > property_toolbar_style() const;
/** If an arrow should be shown if the toolbar doesn't fit.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_show_arrow() ;
/** If an arrow should be shown if the toolbar doesn't fit.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_show_arrow() const;
/** If the tooltips of the toolbar should be active or not.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_tooltips() ;
/** If the tooltips of the toolbar should be active or not.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_tooltips() const;
/** Size of icons in this toolbar.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< IconSize > property_icon_size() ;
/** Size of icons in this toolbar.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< IconSize > property_icon_size() const;
/** Whether the icon-size property has been set.
*
* @return A PropertyProxy that allows you to get or set the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy< bool > property_icon_size_set() ;
/** Whether the icon-size property has been set.
*
* @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
* or receive notification when the value of the property changes.
*/
Glib::PropertyProxy_ReadOnly< bool > property_icon_size_set() const;
};
} // namespace Gtk
namespace Glib
{
/** A Glib::wrap() method for this object.
*
* @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.
*
* @relates Gtk::Toolbar
*/
Gtk::Toolbar* wrap(GtkToolbar* object, bool take_copy = false);
} //namespace Glib
#endif /* _GTKMM_TOOLBAR_H */
|