CodeSlayerBottomPane

CodeSlayerBottomPane — The bottom pane.

Synopsis

#include <codeslayer/codeslayer-bottom-pane.h>

struct              CodeSlayerBottomPane;
GtkWidget *         codeslayer_bottom_pane_new          (CodeSlayerProfile *profile);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----GtkVBox
                                 +----CodeSlayerAbstractPane
                                       +----CodeSlayerBottomPane

Implemented Interfaces

CodeSlayerBottomPane implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Details

struct CodeSlayerBottomPane

struct CodeSlayerBottomPane;

codeslayer_bottom_pane_new ()

GtkWidget *         codeslayer_bottom_pane_new          (CodeSlayerProfile *profile);

Creates a new CodeSlayerBottomPane.

profile :

a CodeSlayerProfile.

Returns :

a new CodeSlayerBottomPane.