Ardour  8.7-14-g57a6773833
rc.h File Reference
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
#include <gtkmm/style.h>
Include dependency graph for rc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gtk::RcStyle
 
class  Gtk::RC
 

Namespaces

 Gtk
 
 Glib
 

Enumerations

enum  Gtk::RcFlags { Gtk::RC_FG = 1 << 0 , Gtk::RC_BG = 1 << 1 , Gtk::RC_TEXT = 1 << 2 , Gtk::RC_BASE = 1 << 3 }
 

Functions

RcFlags Gtk::operator| (RcFlags lhs, RcFlags rhs)
 
RcFlags Gtk::operator& (RcFlags lhs, RcFlags rhs)
 
RcFlags Gtk::operator^ (RcFlags lhs, RcFlags rhs)
 
RcFlags Gtk::operator~ (RcFlags flags)
 
RcFlags & Gtk::operator|= (RcFlags &lhs, RcFlags rhs)
 
RcFlags & Gtk::operator&= (RcFlags &lhs, RcFlags rhs)
 
RcFlags & Gtk::operator^= (RcFlags &lhs, RcFlags rhs)